Plugin Download Error

Having this problem since a few days. It was working fine before.

In simulator, message says: The following plugin could not be downloaded:

    com.coronalabs/plugin.bit

In terminal:

mai 14 04:08:27.382 PluginSync: failed to download plugin: http://plugins.coronasphere.com/com.coronalabs/plugin.bit/manifest.json

mai 14 04:08:27.692 PluginSync: failed to download plugin: http://plugins.coronasphere.com/com.coronalabs/plugin.fuse/manifest.json

mai 14 04:08:27.700 WARNING: The simulator does not support simultaneous alerts via native.showAlert(). If an alert is shown, subsequent calls will be ignored.

Computer is connected to internet, no problem.

in my build.settings:

settings =

{

(…)

plugins = 

{

        [“plugin.iCloud”] =

        {

        publisherId = “com.coronalabs”,

        supportedPlatforms = { iphone = true, appletvos = true, [‘iphone-sim’] = true, osx = true }

        },

        [“plugin.bit”] =

        {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, android=true, osx=true, win32=true }

        },

},

(…)

If I leave the plugins field empty (just plugins = {},) then I get the same error, but only with plugin.fuse, which I have no idea what it is??

If I remove the plugins lines entirely from the build.settings, then I get no error.

I tried the last daily build, still the same thing.

Are you still having this issue?