I’ve had this problem once before and it seemed to correct itself after a couple of days as seen here in this post:
https://forums.coronalabs.com/topic/64967-build-server-down/
But I ran into this problem again this evening. When trying to build, I keep getting this:
====================================================
"[Build Error #11]
Could not query HTTP content length status
Communications error:
Could not query HTTP content length status
If you are not connecting to the internet directly (for example, you connect via a proxy server) you might want to try a direct connection to see if that solves the problem.
More information may be available in the Simulator console"
====================================================
Funny thing is, I can build ‘Hello World’ just fine, but not my primary app that I’ve built on the same computer and network almost every day for the past few weeks.
Here is the console output (I x’d out a few things):
====================================================
21:40:52.775 WebServices: Call corona.build.6 failed in 1486611652 seconds: Could not query HTTP content length status
21:40:52.827 params: {
21:40:52.827 “hash” = “67579fe16ba4cebdb87b02c8539bb27d791e28099a6cffdf29d07218a84f59f6”
21:40:52.827 “domain_name” = “developer.anscamobile.com”
21:40:52.827 “domain_time_stamp” = “1486611540”
21:40:52.827 “nonce” = “CLCQzwgQHD”
21:40:52.827 “sessid” = “c1b0ee6deb5a96921e1b25a8253e1688”
21:40:52.827 “deviceId” = “a4f4a58dbd9142a7582553ce8293c8a8”
21:40:52.827 “timestamp” = “57688380”
21:40:52.827 “appname” = “xxxxxxxxxxxxxx”
21:40:52.827 “file” = <31457200 bytes of data elided>
21:40:52.827 “device” = 0
21:40:52.827 “platform” = 1
21:40:52.827 “version” = 123300
21:40:52.827 “appPackage” = “com.xxxx.xxxxxxxxxxxx.xxxxxxxxx”
21:40:52.827 “customBuildId” = “(null)”
21:40:52.827 “productId” = “basic”
21:40:52.827 “clientPlatform” = “Win”
21:40:52.827 “certType” = “developer”
21:40:52.827 “appVersion” = “1.0”
21:40:52.827 “launchPad” = 0
21:40:52.827 “json” = “{“isLaunchPadActive”:false,“targetCertType”:“developer”,“targetPlatformVersion”:123300,“targetDevice”:0,“dailyBuildRevision”:2906,“clientPlatform”:“Win”,“targetAppStore”:“google”,“targetPlatform”:1,“clientDeviceId”:“a4f4a58dbd9142a7582553ce8293c8a8”,“plugins”:{“plugin.facebook.v4”:{“publisherId”:“com.coronalabs”},“plugin.zip”:{“supportedPlatforms”:{“android”:true,“iphone”:true,“win32”:true,“osx”:true},“publisherId”:“com.coronalabs”},“plugin.openssl”:{“publisherId”:“com.coronalabs”},“plugin.GameThrivePushNotifications”:{“publisherId”:“com.gamethrive”}},“dailyBuildYear”:2016,“clientProductId”:“basic”,“appName”:“xxxxxxxx”}”
21:40:52.827 }
21:40:52.989 Android build failed (11)
====================================================
Any help would be greatly appreciated.