Search found 22 matches

Go to advanced search

by Michael Johnson
Mon Oct 28, 2013 2:53 pm
Forum: Issues
Topic: App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.
Replies: 11
Views: 1950
 
Jump to post

App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.

It appears to be working now. We will need to do a little load testing to make sure it doesn't still give us quota errors, but I was able to refresh the data query many times rapidly with no problems.

by Michael Johnson
Sat Oct 26, 2013 8:55 pm
Forum: Issues
Topic: App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.
Replies: 11
Views: 1950
 
Jump to post

App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.

"503 Service Temporarily Unavailable nginx" at the moment. Just click on https://api.appery.io/rest/1/code/Web... (it is public data, no login credentials required)

by Michael Johnson
Sat Oct 26, 2013 6:00 pm
Forum: Issues
Topic: App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.
Replies: 11
Views: 1950
 
Jump to post

App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.

Thanks much for the update. It's really good to know that someone is there to handle the problem on a Saturday.

by Michael Johnson
Sat Oct 26, 2013 5:43 pm
Forum: Issues
Topic: App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.
Replies: 11
Views: 1950
 
Jump to post

App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.

Now the entire Appery platform has stopped working -- requests get 504 Bad Gateway and even the web dashboard is timing out to https://appery.io/50x.htm.

by Michael Johnson
Sat Oct 26, 2013 4:13 pm
Forum: Issues
Topic: App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.
Replies: 11
Views: 1950
 
Jump to post

App is getting a "Script launch interval time has not elapsed" error accessing my Appery cloud database.

My web app is making a JSONP request to our database. Intermittently, with no particular pattern, the requests are failing with a 400 error, "SCSX009 Script launch interval time has not elapsed". We are essentially requesting the same data over and over -- these are not different requests,...
by Michael Johnson
Fri Jul 19, 2013 4:14 pm
Forum: Issues
Topic: Sliding menu Panels
Replies: 25
Views: 5175
 
Jump to post

Sliding menu Panels

Very nifty code -- plucks out all the defined events then puts them back. I might use that once my nav panel starts to get a little more complex (right now it just has a handful of entries, so easier to set up .live() handlers by ID).

by Michael Johnson
Fri Jul 19, 2013 1:53 pm
Forum: Issues
Topic: Sliding menu Panels
Replies: 25
Views: 5175
 
Jump to post

Sliding menu Panels

I noticed this as well -- my event handlers are dropped when I move my nav into the panel. I ended up just putting them in a .js file as code$(mynav).live('click', ...)/code handlers, but it would be nice to specify them normally in the Appery editor. Going to do some...
by Michael Johnson
Sun Jun 16, 2013 3:41 pm
Forum: Issues
Topic: Sliding menu Panels
Replies: 25
Views: 5175
 
Jump to post

Sliding menu Panels

Several things can cause this to not work: Make sure pageinit is being called using console.log(""), I am not sure if pageinit is called for each page if you are using the jQuery single-page template option. You need a list in the page with class .navigation-menu, the list is moved into th...
by Michael Johnson
Fri May 24, 2013 10:12 pm
Forum: Issues
Topic: Why is an Appery.io login required for my second project, but not my first?
Replies: 14
Views: 1710
 
Jump to post

Why is an Appery.io login required for my second project, but not my first?

Bingo! It worked. Thanks much Max, I wish I could help explain what I did to cause the malfunction but I can't recall anything in particular except that I created the second project from a zip backup of the first.

Go to advanced search