Build stuck at "Connecting with server"

Hi all!

If i try to build my app, Corona freeze during “connecting with server”.
Yesterday everything worked perfectly and i change nothing.

I try to reinstall corona again and to disconnect my user and connect it again, but nothing.
Any suggestion?

thanks,
Andrea. [import]uid: 70929 topic_id: 23751 reply_id: 323751[/import]

I am currently stuck in same situation. Spinning wheel on simulator screen and stuck at “connecting with server” [import]uid: 22392 topic_id: 23751 reply_id: 95520[/import]

Guess it’s not just me then :slight_smile: [import]uid: 7841 topic_id: 23751 reply_id: 95537[/import]

Actually, I figured out my issue just now.

I am implementing Game Center and I left out a comma in my build.settings file.

I added components = {} before my plist settings and forgot the comma.
I just added it and it built no problem.

Hope that helps! [import]uid: 22392 topic_id: 23751 reply_id: 95539[/import]

Just looked at the terminal and it says

Syntax error: /Users/home/Desktop/StopIt Solo/build.settings:12: ‘}’ expected (to close ‘{’ at line 9) near ‘UIAppFonts’
Here’s my build.settings file…

  
settings = {  
 orientation =  
 {  
 default = "portrait",  
 },  
 iphone =  
 {  
 plist=  
 {  
 UIStatusBarHidden=true,  
 UIApplicationExitsOnSuspend = true  
 UIAppFonts =   
 {"POR2.TTF"}  
 },  
 },  
}  

It may be me being blind, but what’s wrong with that? [import]uid: 7841 topic_id: 23751 reply_id: 95544[/import]

@Appletreeman - Put a comma at the end of line 11.

@ilparola - Any chance of showing us your build.settings, please? Is usually the culprit.

Peach :slight_smile: [import]uid: 52491 topic_id: 23751 reply_id: 95547[/import]

DOH! How did I not see that?
Guess I was too busy counting the curly brackets :slight_smile:

Many thanks Peach [import]uid: 7841 topic_id: 23751 reply_id: 95551[/import]

Not a problem - and it’s easy to miss, don’t worry about it. (I did almost the exact same thing earlier in the week myself ;)) [import]uid: 52491 topic_id: 23751 reply_id: 95641[/import]

Hi Peach, i try to understand my problem with Seanh of ansca and togheter we find that is a problem of my isp. The route of the package from my house to developer.ansca.com is really insane! So i have to wait about 10 minutes for build. So it works, slowly but works :slight_smile:

Thanks a lot as usual for your support! [import]uid: 70929 topic_id: 23751 reply_id: 95662[/import]

Wow, that’s a pain! I’m glad at least Sean could help you figure out what the issue was, he’s a smart guy :slight_smile:

Sorry to hear about delays caused by your ISP but happy to hear you are still able to build!

Peach :slight_smile: [import]uid: 52491 topic_id: 23751 reply_id: 95674[/import]

Hello,

Since last week, I am having the same issue: “Connecting with server” and I can’t build my app (I am working in the same app since months ago and never have this problem).
My internet connection is working well, as always too.

BTW, I think the new Corona’s website is poorer (I have to use google to find the information, when I sign up i am not redirected to the post i was reading, etc)

Is there any problem with the Corona servers? [import]uid: 44013 topic_id: 23751 reply_id: 112638[/import]

Hey Alberto, we have small server issues from time to time but certainly nothing that has lasted a week.

Have you modified your build.settings file at all? Can you build one of the sample apps that ships with Corona? Please let me know.

RE the website, we’re working on fixing up the forum side of things and have already added the search bar back up top with an option to search forum only.

Peach :slight_smile: [import]uid: 52491 topic_id: 23751 reply_id: 112740[/import]

Tried to do an iOS build today on my macincloud. But Corona is stuck at “Connecting to server”. I had to Force Quit Corona to close it. Is anyone else having similar problems?

I tried to deauthorize and reauthorize Corona That worked fine. Also I can do Android builds on my Windows PC without a problem. [import]uid: 101722 topic_id: 23751 reply_id: 140541[/import]

In the Console I see messages about compressing all the graphics. The last thig it prints is “//apName.app: replacing invalid existing signature”.

After that nothing happens. Any Ideas? [import]uid: 101722 topic_id: 23751 reply_id: 140609[/import]

Similar problem though not the same:
a build for iOS works fine but if I head Android i receive the following massage:

Failed to copy C:\Users\user\AppData\Local\Temp\Corona Labs\1359364850\MyCoronaA
ctivity-signed-aligned.apk to D:\myDrive\0 Corona\ip251A.apk due to Map failed

Although the process ends in a reasonable time no apk file is generated.
Any Idea
thanks,
Avishay
[import]uid: 169943 topic_id: 23751 reply_id: 140627[/import]

Opened a support ticket at macincloud. They restarted the server and it seems to be working now. [import]uid: 101722 topic_id: 23751 reply_id: 140679[/import]

Tried to do an iOS build today on my macincloud. But Corona is stuck at “Connecting to server”. I had to Force Quit Corona to close it. Is anyone else having similar problems?

I tried to deauthorize and reauthorize Corona That worked fine. Also I can do Android builds on my Windows PC without a problem. [import]uid: 101722 topic_id: 23751 reply_id: 140541[/import]

In the Console I see messages about compressing all the graphics. The last thig it prints is “//apName.app: replacing invalid existing signature”.

After that nothing happens. Any Ideas? [import]uid: 101722 topic_id: 23751 reply_id: 140609[/import]

Similar problem though not the same:
a build for iOS works fine but if I head Android i receive the following massage:

Failed to copy C:\Users\user\AppData\Local\Temp\Corona Labs\1359364850\MyCoronaA
ctivity-signed-aligned.apk to D:\myDrive\0 Corona\ip251A.apk due to Map failed

Although the process ends in a reasonable time no apk file is generated.
Any Idea
thanks,
Avishay
[import]uid: 169943 topic_id: 23751 reply_id: 140627[/import]

Opened a support ticket at macincloud. They restarted the server and it seems to be working now. [import]uid: 101722 topic_id: 23751 reply_id: 140679[/import]