Page 1 of 1

Server Code Error

Posted: Thu Jan 09, 2014 6:06 pm
by William Bradee

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.


Server Code Error

Posted: Thu Jan 09, 2014 6:21 pm
by Maryna Brodina

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


Server Code Error

Posted: Thu Jan 09, 2014 7:55 pm
by William Bradee

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.