CTO8
1
Today, I cannot build for either Android or IOS. Was fine the other day.
Nothing changed our end.
We just get this message in terminal. Can someone take a look as this is holding us up.
thanks
2013-04-02 16:02:17.225 Corona Simulator[444:707] Using Custom Build Id cacc56ffcf3667b6560db013049aab3c 2013-04-02 16:04:19.648 Corona Simulator[444:707] Connection error: (corona.build.6) fault(/CFStreamFault) 2013-04-02 16:04:19.649 Corona Simulator[444:707] Connection error: (corona.build.6) ({ "/FaultCode" = "-65794"; "/FaultExtra" = { domain = "-1"; error = "-65795"; msg = "No valid XML data in response"; }; "/FaultString" = "/CFStreamFault"; "/kWSHTTPResponseMessage" = "\<CFHTTPMessageRef 0x1022644c0(0x1022644d0)\> { simple response, url = http://developer.anscamobile.com/services/xmlrpc, body = 0 bytes }"; "/kWSResultIsFault" = 1; })
phrenq
2
Same here. Most of the time I can’t fire off a build at all. I’m guessing there’s an issue with the build servers.
I am also having issues with IOS build .Gives me this error:
“/FaultCode” = “-65794”;
“/FaultExtra” = {
domain = “-1”;
error = “-65795”;
msg = “No valid XML data in response”;
};
“/FaultString” = “/CFStreamFault”;
“/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x103ada5f0(0x103ada600)> { parsed response, url = http://developer.anscamobile.com/services/xmlrpc, status = 500 }”;
“/kWSResultIsFault” = 1;
})
Same here. The build server is having difficuties.
I wanted to finalize and submit an update for my game today. Guess I’ll have to wait untill they fix the problem.
phrenq
6
Same here. Most of the time I can’t fire off a build at all. I’m guessing there’s an issue with the build servers.
I am also having issues with IOS build .Gives me this error:
“/FaultCode” = “-65794”;
“/FaultExtra” = {
domain = “-1”;
error = “-65795”;
msg = “No valid XML data in response”;
};
“/FaultString” = “/CFStreamFault”;
“/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x103ada5f0(0x103ada600)> { parsed response, url = http://developer.anscamobile.com/services/xmlrpc, status = 500 }”;
“/kWSResultIsFault” = 1;
})
Same here. The build server is having difficuties.
I wanted to finalize and submit an update for my game today. Guess I’ll have to wait untill they fix the problem.
I am facing same problem… with my corona Version 2013.1076 (2013.4.3) on mac mini.
2013-07-23 12:01:18.008 Corona Simulator[808:f03] Connection error: (corona.build.6) fault(/CFStreamFault)
2013-07-23 12:01:18.008 Corona Simulator[808:f03] Connection error: (corona.build.6) ({
“/FaultCode” = “-65794”;
“/FaultExtra” = {
domain = “-1”;
error = “-65795”;
msg = “No valid XML data in response”;
};
“/FaultString” = “/CFStreamFault”;
“/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x109ea0470(0x109ea0480)> { parsed response, url = http://developer.anscamobile.com/services/xmlrpc, status = 500 }”;
“/kWSResultIsFault” = 1;
})
Above issue is resolved with corona new builds, now I can make build with Version 2013.1137 (2013.6.7)… Thanks
I am facing same problem… with my corona Version 2013.1076 (2013.4.3) on mac mini.
2013-07-23 12:01:18.008 Corona Simulator[808:f03] Connection error: (corona.build.6) fault(/CFStreamFault)
2013-07-23 12:01:18.008 Corona Simulator[808:f03] Connection error: (corona.build.6) ({
“/FaultCode” = “-65794”;
“/FaultExtra” = {
domain = “-1”;
error = “-65795”;
msg = “No valid XML data in response”;
};
“/FaultString” = “/CFStreamFault”;
“/kWSHTTPResponseMessage” = “<CFHTTPMessageRef 0x109ea0470(0x109ea0480)> { parsed response, url = http://developer.anscamobile.com/services/xmlrpc, status = 500 }”;
“/kWSResultIsFault” = 1;
})
Above issue is resolved with corona new builds, now I can make build with Version 2013.1137 (2013.6.7)… Thanks