I am getting the server code error in title. What causes this?
I am not calling the script particularly fast, nor is it particularly taxing.
I am getting the server code error in title. What causes this?
I am not calling the script particularly fast, nor is it particularly taxing.
Where exactly do you get this error, when you test inside Server Code or when you invoke the script via API?
Invoke from API in my app
And when you test it, it works fine?
Yes and i can run in a browser ok too
I am invoking a service inside an ajax callback. I put service execute call in setTimeout of 100ms and its ok now. It works, but why is a mystery.
Hello! Yes, that's strange... Could you please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us screen name where you have this problem? So we can check, perhaps it's a bug.
Error code : SCSX009
Description : Script launch interval time has not elapsed
I got the same message. It does not happen every time, but frequently. I have server side code that I am invoking from the app.
I call the script, wait for it to successfully complete, and then call it again.
Thanks
Could you share app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us how can we reproduce this.
It's simple to reproduce.
I have a server side script that queries records based on a certain criteria and returns just the total count of records found, to the app.
My app makes multiple queries back to back using the server side script (only launching the next request upon successfully completing the prior request). The problem never occurs during the first run of the query. When the problem does occur, it is always on subsequent calls.
Like I mentioned in my prior comment, the behavior is random, but frequent enough that I cannot ignore.
Does that help?