uchicago-mobi / MPCS51030-2017-Winter-Forum

7 stars 0 forks source link

http://stachesandglasses.appspot.com Over Quota #157

Closed ptnsv closed 7 years ago

ptnsv commented 7 years ago

I am not sure if others are seeing this, but that's what I get when I try to download my photos from the server.

Error

Over Quota

This application is temporarily over its serving quota. Please try again later.

hbennett766 commented 7 years ago

If you ping the server too many times, it does that. Have you been testing your app a bunch? It'll fix itself after a certain time period.

ptnsv commented 7 years ago

Yes, I have done a good amount of testing today. Thank you.

susanstevens commented 7 years ago

I think too many people are hitting the server at once right now. Sounds like everyone is seeing the same error.

c439621258 commented 7 years ago

Should our app handle such situation? Actually I found that my app crashes when it can't receive an image from the server. Do we need to make sure that it won't crash?

uykhokhar commented 7 years ago

I haven't touched my JSON serialization code but I get: error serializing JSON: Error Domain=NSCocoaErrorDomain Code=3840 "Invalid value around character 1." UserInfo={NSDebugDescription=Invalid value around character 1.}

Is this error related to the quota?

nishantbadal commented 7 years ago

I'm getting: error serializing JSON: Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set." UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.}

Same over quota problem.

cszc commented 7 years ago

I'm having the same problem. I haven't been able to test my latest developments. Should I just submit what I have?

dan-olsn commented 7 years ago

I know now is not the best time to be asking, but would it be possible to make a final commit tomorrow when the server is operating again? I'm fishing the cacheing and like @cszc would like to be able to test it.

yangchenhao commented 7 years ago

I'm meeting the same problems and cannot test my project right now to make sure if it can run correctly. Can I commit the project after the server goes well?

ramon-luis commented 7 years ago

Graders: FYI - the photos that were properly displaying on the web app directly prior to this error might have been corrupted right before the server crashed... which means our users have no initial images to display when loading apps. (This occurred for me at least.)