Can't Build - You are not currently subscribed to the custom plugin url feature.

Hello,

I can’t create a build using the Simulator because the following error comes up. I can’t find any information about it. Can someone please advise me on what this is and how to address it ASAP?

BuildID: kCoronaBuild [Error: You are not currently subscribed to the custom plugin url feature. ERROR: An error occurred during build (corona.build.7). The server returned the following message: --- Error: You are not currently subscribed to the custom plugin url feature. ---

I am an Enterprise subscriber and am using Corona Version 2016.2970.

Anyone? Bueller?

Are you doing SDK Builds or Enterprise builds?

SDK builds

I’m going to email you.

I have the same problem. Please help me.

Hi @zdmitrynsk, the error above is an error that impact’s Corona Enterprise customers. Can you post the exact message your getting (copy and paste from the console log)?

Also can you copy/paste your build.settings file. Please make sure to use code formatting, either:
 

[lua] paste your build.settings between these two tags [/lua]

or click on the blue <> button and paste the code into the popup window.

Rob

I receive different log message.

00:14:03.841 WebServices: Call corona.getUrl failed in 1478974443 seconds: [HttpSendRequest] 00:14:03.841 params: { 00:14:03.841 "hash" = "6994f668c7c64f0128f0f7d02f89bf43624ae864e17f78daf4dce84dbd280ad8" 00:14:03.841 "domain\_name" = "developer.anscamobile.com" 00:14:03.841 "domain\_time\_stamp" = "1478974398" 00:14:03.841 "nonce" = "EUNLdPoaom" 00:14:03.841 "sessid" = "b3f6873d32c6809becc728f78f04572e" 00:14:03.841 "buildsessionid" = "58275b74511f1" 00:14:03.841 }

11:11:43.604 WebServices: Call system.connect failed in 1479013903 seconds: [HttpSendRequest] 11:11:43.604 params: { 11:11:43.604 }

11:14:53.635 WebServices: Call corona.build.7 failed in 1479014093 seconds: [HttpSendRequest] 11:14:53.635 params: { 11:14:53.635 "hash" = "e903e144063e6b23484da530cd9458428037ad1db66e88dde95d22f697934620" 11:14:53.635 "domain\_name" = "developer.anscamobile.com" 11:14:53.635 "domain\_time\_stamp" = "1479014048" 11:14:53.635 "nonce" = "abCkeXoMlQ" 11:14:53.635 "sessid" = "db777b08a8886cb3c7506d2bdd80be0e" 11:14:53.635 "deviceId" = "7a613943440a16921a47aa8892f0bd5a" 11:14:53.635 "timestamp" = "57ca1280" 11:14:53.635 "appname" = "I\_HIDE\_IT" 11:14:53.635 "file" = \<106780 bytes of data elided\> 11:14:53.635 "device" = 0 11:14:53.635 "platform" = 1 11:14:53.635 "version" = 123300 11:14:53.635 "appPackage" = "I\_HIDE\_IT" 11:14:53.635 "customBuildId" = "00000" 11:14:53.635 "productId" = "basic" 11:14:53.635 "clientPlatform" = "Win" 11:14:53.635 "certType" = "distribution" 11:14:53.635 "appVersion" = "1.5.3" 11:14:53.635 "launchPad" = 0 11:14:53.635 "json" = "{"isLaunchPadActive":false,"targetCertType":"distribution","targetPlatformVersion":123300,"targetDevice":0,"dailyBuildRevision":2939,"buildBucket":"ansca-templates","clientPlatform":"Win","targetAppStore":"google","targetPlatform":1,"clientDeviceId":"7a613943440a16921a47aa8892f0bd5a","plugins":{"plugin.OneSignal":{"publisherId":"com.onesignal"},"plugin.google.play.services":{"publisherId":"com.coronalabs"},"plugin.toast":{"publisherId":"com.spiralcodestudio"},"plugin.google.iap.v3":{"supportedPlatforms":{"android":true},"publisherId":"com.coronalabs"},"plugin.appodeal":{"supportedPlatforms":{"android":true},"publisherId":"com.coronalabs"},"plugin.notifications":{"publisherId":"com.coronalabs"},"plugin.advertisingId":{"publisherId":"com.coronalabs"},"CoronaProvider.native.popup.social":{"publisherId":"com.coronalabs"}},"dailyBuildYear":2016,"clientProductId":"basic","appName":"Гороскоп на каждый день"}" 11:14:53.635 "downloadResult" = 1 11:14:53.635 } 11:14:53.901 Android build failed (11) after 49 seconds

with the latter message i get a warning:

2016_11_13_11_21_06.png

build.settings:

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", }, }, -- -- iOS Section -- iphone = { plist = { UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay --UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-60.png", "Icon-60@2x.png", "Icon-60@3x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", }, --[[-- iOS app URL schemes: CFBundleURLTypes = { { CFBundleURLSchemes = { "fbXXXXXXXXX", -- replace XXXXXXXXX with your Facebook appId } } } --]] } }, plugins = { ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.notifications"] = { publisherId = "com.coronalabs" }, ['plugin.toast'] = { publisherId = 'com.spiralcodestudio' }, ["plugin.OneSignal"] = { publisherId = "com.onesignal", }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["plugin.advertisingId"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" } }, -- -- Android Section -- android = { usesPermissions = { "android.permission.INTERNET", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.ACCESS\_COARSE\_LOCATION", "android.permission.WRITE\_EXTERNAL\_STORAGE" }, }, }

Sometimes the build is successful. About one out of 10 times.

It started on 10 November. Then I did not open coronalabs.com.

Now it opens normally. But https://developer.coronalabs.com/downloads/coronasdk loaded for a long time. And not with all the images. (This problem exists in two different locations and different ISPs. At work and at home.)

Oh, sorry, I attentively read jhow problem. My problem is different from his problems.

What response do you get when you try to access

https://developer.coronalabs.com/services/xmlrpc

in Internet Explorer? You have to use Internet Explorer for this test. You cannot use Microsoft’s new Edge browser, nor Chrome or Firefox for this test.  Try reloading it several times and report back the messages you’re getting.

Rob

Two types of messages:

  1. “XML-RPC server accepts POST requests only.”

  2. After a long download. Standard IE message: “internet explorer could not display the webpage”

I’ve not seen any other complaints about build errors. This leads me to believe it’s local. When you tried different network connections were you on the same computer or a different one?

I would open up your Internet options and look to see if there is a proxy turned on. If there is try disabling it. 

Rob

The problem was on the ISP level. And it is big (problem occurs in another city).

I tried a third provider. Through it all works.

Anyone? Bueller?

Are you doing SDK Builds or Enterprise builds?

SDK builds

I’m going to email you.

I have the same problem. Please help me.

Hi @zdmitrynsk, the error above is an error that impact’s Corona Enterprise customers. Can you post the exact message your getting (copy and paste from the console log)?

Also can you copy/paste your build.settings file. Please make sure to use code formatting, either:
 

[lua] paste your build.settings between these two tags [/lua]

or click on the blue <> button and paste the code into the popup window.

Rob