William Bradee
Posts: 0
Joined: Thu Oct 03, 2013 8:45 pm

Server Code Error

I made a minor change in my code, and now the requests to invoke the on clients time out (20 seconds).

Error: {"message":"XHR limit per script (100) reached","code":"SCXH17"} ( @ 8 : 45 ) - var innerResult = GlobalXHRInner.send(method, url, GlobalJSON.stri

What causes this error?

My script is running, as if I send data that "errors out" of execution path, it's OK. But data I expect to work gets this error.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Server Code Error

Hello! Perhaps you do more than 100 XHR requests from script.

William Bradee
Posts: 0
Joined: Thu Oct 03, 2013 8:45 pm

Server Code Error

My bad, I have a loop processing a Queue, and I commented out the line that deleted the item from the queue after processing.

Turned it into an infinite loop, not good.

So it is definitely my bug -- thanks.

Return to “Issues”