"Get plugin failed" when building, still 48h after getting it

Hello!

I got this plugin two days ago, and since then, when I try to build for Android, I get this error.

2016-03-06 19:45:07.952 Corona Simulator[28642:23259083] ERROR: An error occurred during build. The server returned the following message: --- A device build error occurred on the server. BuildID: 56dc7ab2bf407 Error: Get plugin failed. Publisher: com.spiralcodestudio Plugin: plugin.toast --- 2016-03-06 19:45:07.965 Corona Simulator[28642:23259083] Android build failed (5)

Two days ago I read somewhere (probably on this forum) that I must wait for some hours to get the plugins from the store but 48h later, I get still the same problem… Some idea?

Thanks!

Are you still having issues?  If so please post your build.settings file please.

Thanks

Rob

Hello!

I still have issues:

A device build error occurred on the server. 

BuildID: 56ddad42709df 

Error: Get plugin failed. 

Publisher: com.spiralcodestudio 

Plugin: plugin.toast


2016-03-07 17:33:07.724 Corona Simulator[29708:24563594] Android build failed (5)

Here my settings:

-- -- For more information on build.settings see the Corona SDK Build Guide at: -- http://docs.coronalabs.com/guide/distribution/buildSettings/index.html -- settings = { orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "portrait", supported = { "portrait", } }, -- -- Android Section -- android = { usesPermissions = { "android.permission.INTERNET", "com.android.vending.BILLING", }, }, plugins = { -- ADS ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, -- IAP ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, -- Compartir ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, -- Copia/Pega ["plugin.pasteboard"] = { publisherId = "com.coronalabs", }, -- Toasts http://spiralcodestudio.com/plugin-toast/ ["plugin.toast"] = { publisherId = 'com.spiralcodestudio' }, }, }

Thanks!

Hello! I’m still having this problem, even if the plugin appears as activated to me on the Corona Store (https://store.coronalabs.com/plugin/toast)

And now, the same problem with plugin.notifications :frowning:

A device build error occurred on the server. 

BuildID: 56f0392bd5146  Error: Get plugin failed.  Publisher: com.coronalabs  Plugin: plugin.notifications

Here my new build.settings

-- -- For more information on build.settings see the Corona SDK Build Guide at: -- http://docs.coronalabs.com/guide/distribution/buildSettings/index.html -- settings = { orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "portrait", supported = { "portrait", } }, -- -- Android Section -- android = { usesPermissions = { "android.permission.INTERNET", "com.android.vending.BILLING",             "android.permission.RECEIVE\_BOOT\_COMPLETED", }, }, plugins =     {     -- ADS         ["plugin.google.play.services"] =         {             publisherId = "com.coronalabs"         },                  -- IAP         ["plugin.google.iap.v3"] =         {             publisherId = "com.coronalabs",             supportedPlatforms = { android=true }         },         -- Compartir         ["CoronaProvider.native.popup.social"] =         {             publisherId = "com.coronalabs"         },         -- Copia/Pega         ["plugin.pasteboard"] =         {             publisherId = "com.coronalabs",         },         -- Toasts http://spiralcodestudio.com/plugin-toast/         --["plugin.toast"] =          --{         --    publisherId = "com.spiralcodestudio"         --},         -- Notificaciones         ["plugin.notifications"] =         {             publisherId = "com.coronalabs"         },     },  }

Someone knows or imagines what is happening?

Thank you

Can you post the enter error message you’re getting from the console log?

Hello!

Here the log:

jar signed.

Warning: 

No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate’s expiration date (2040-04-10) or after any future revocation date.

2016-03-22 16:54:17.017 Corona Simulator[34828:29997682] ERROR: An error occurred during build. The server returned the following message:


A device build error occurred on the server. 

BuildID: 56f16aa72dc80 

Error: Get plugin failed. 

Publisher: com.coronalabs 

Plugin: plugin.notifications


2016-03-22 16:54:17.030 Corona Simulator[34828:29997682] Android build failed (5)

Regards,

Hello again,

Once more, and not having solved previous problems, I got again the same error:

The error:

Warning:&nbsp;No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2040-04-10) or after any future revocation date. 2016-11-30 16:21:12.943 Corona Simulator[24985:18871279] ERROR: An error occurred during build. The server returned the following message: --- A device build error occurred on the server.&nbsp; Error: Get plugin failed.&nbsp; Plugin: `plugin.toast`&nbsp; Publisher: `com.spiralcodestudio`&nbsp; User Account: `\<my account\>@dsrroma.es` BuildID: 583eee6686ef5 --- 2016-11-30 16:21:12.953 Corona Simulator[24985:18871279] Android build failed (5)

The build.settings file:

settings = { orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "portrait", supported = { "portrait", } }, excludeFiles = { -- Include only the necessary icon files on each platform iphone = { "Icon-\*dpi.png", }, android = { "Icon.png", "Icon-Small-\*.png", "Icon\*@2x.png", }, }, -- -- Android Section -- android = { usesPermissions = { "android.permission.INTERNET", }, googlePlayGamesAppId = "\<my app id\>" &nbsp;--long App ID number (use yours!) }, plugins = &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; ["plugin.gpgs"] = &nbsp; &nbsp; &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; publisherId = "com.coronalabs", &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; supportedPlatforms = { android=true } &nbsp; &nbsp; &nbsp; &nbsp; }, &nbsp; &nbsp; }, }

My plugins on Market place:

Showing 1 to 2 of 2 plugins

Plugin Name Plugin Status License Type Price Expires Next Payment

Google Play Games Services Activated Free $ 0.00 N/A N/A  

Toast Activated Free $ 0.00 N/A N/A  

Thank you for helping. I need to be unblocked.

Regards

I’ll ping the plugin owner.

Just trying, I got the same error for other plugins:

A device build error occurred on the server.&nbsp; Error: Get plugin failed.&nbsp; Plugin: `plugin.notifications`&nbsp; Publisher: `com.coronalabs`&nbsp; User Account: `\<my_account\>@dsrroma.es` BuildID: 583ef21bcfdfd

So maybe the problem is somewhere in my account. How can I check?

A device build error occurred on the server.&nbsp; Error: Get plugin failed.&nbsp; Plugin: `plugin.toast`&nbsp; Publisher: `com.spiralcodestudio`&nbsp; User Account: `\<my account\>@dsrroma.es` BuildID: 583ef28e9b98c

I have the same problem on all my apps.

Well you don’t have those plugins in your build.settings file. You have to include them there for them to be included in the build.

Rob

Yes, of course ;) 

I get the error when I add (one by one) them into the build settings.

plugins =&nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; --[[["plugin.gpgs"] = &nbsp; &nbsp; &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; publisherId = "com.coronalabs", &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; supportedPlatforms = { android=true } &nbsp; &nbsp; &nbsp; &nbsp; },]] &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -- Notificaciones &nbsp; &nbsp; &nbsp; &nbsp; --[[["plugin.notifications"] = &nbsp; &nbsp; &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; publisherId = "com.coronalabs" &nbsp; &nbsp; &nbsp; &nbsp; },]] &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -- Toasts http://spiralcodestudio.com/plugin-toast/ &nbsp; &nbsp; &nbsp; &nbsp; ["plugin.toast"] =&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; publisherId = "com.spiralcodestudio" &nbsp; &nbsp; &nbsp; &nbsp; }, &nbsp; &nbsp; },

Mariona

I just built with the plugin and didn’t get an error. I’ve emailed the plugin owner.

Rob

mariona dsr, hi, I’ve made the plugin, please try downloading and building the sample app for the toast plugin.
https://github.com/Lerg/plugins-sample-toast
 

Hello Lerg,

Thank you, I will test it this afternoon, but I still believe the problem is not on the plugins, but on my account, as I have the same problem with all the plugins I’ve tried to use (the 3 I mentioned above).

Please make sure you’re running the Corona simulator on the same account you activated the plugins with.  A deauthorize and quit from the Preferences pane wouldn’t hurt.

Rob

Hi again!

I tried to deauthorize and authorize again and nothing, but…

Finally it worked!!! I’m a little ashamed to tell you that the problem was just my Corona Simulator version…  :huh: I had one from 2014. I’ve updated Corona Simulator and it worked (using only gpgs plugin, by now).

Thank you both for you help.

Regards,
Mariona