[google-appengine] Error 500 on 60MB csv file download

2019-09-23 Thread Some Name
Hello, I have an API endpoint in Google Apps Engine (F4 instance, Python3, Flask). The endpoint streams CSV data using this code return Response(converter.generate(), mimetype="text/csv", headers={ "Content-Disposition": "attachment; filename=data_export.csv", }) converter.generate() yields

[google-appengine] Error 500 on 60MB csv file download

2019-09-23 Thread Some Name
Hello, I have an API endpoint in Google Apps Engine (F4 instance, Python3, Flask). The endpoint streams CSV data using this code return Response(converter.generate(), mimetype="text/csv", headers={ "Content-Disposition": "attachment; filename=data_export.csv", }) converter.generate() yields

[google-appengine] Error 500 - Unable to deploy project?

2014-08-05 Thread Jordan
I deploy my application via appcfg.py --oauth2 --noauth_local_webserver update . Everything was working fine last week, but over the past 24 hours I keep getting this error: 09:11 PM Application: my-app; version: 0-1-0 09:11 PM Host: appengine.google.com 09:11 PM Starting update of app: my-app,

Re: [google-appengine] Error 500 - Unable to deploy project?

2014-08-05 Thread Vinny P
On Fri, Jul 25, 2014 at 12:12 PM, Jordan jordannpot...@gmail.com wrote: I deploy my application via appcfg.py --oauth2 --noauth_local_webserver update . Everything was working fine last week, but over the past 24 hours I keep getting this error: 09:11 PM Application: my-app; version: 0-1-0

[google-appengine] error 500 when trying to create an app from the console https://appengine.google.com/start/createapp?

2013-01-05 Thread Rhys Jessett
For three days now i have just been receiving an error message(status code 500), i need to register my app in order to post it online to get graded in my www.udacity.com classes. What could be causing this? -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] Error 500 with Google Account authentication when user is signed to Google with multiple accounts

2012-03-02 Thread radomir
Hi, It looks like Google's authentication mechanism for GAE is broken (we're using Java) when user is signed in to Google with multiple accounts. User reaches Google Accounts but after selecting an account to sign-in with, Google's service returns a page with: Error: Server Error The server

[google-appengine] ERROR 500

2011-08-08 Thread Scitus Productions
When I open my appspot I see this Error (http://scitusprod.appspot.com/): Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please reporthttp://code.google.com/appengine/community.html your problem and mention this error message

[google-appengine] Error 500

2011-05-05 Thread Francois Masurel
Getting quite a few 500 errors today. Am I the only one ? Francois -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to

Re: [google-appengine] Error 500

2011-05-05 Thread Eduardo Perrino
I've been getting a lot of 500 errors too. Eduardo 2011/5/5 Francois Masurel f.masu...@gmail.com Getting quite a few 500 errors today. Am I the only one ? Francois -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

[google-appengine] Error 500 response with grails 1.3.3 plug-in

2010-08-19 Thread Paddy Murphy
Hi there, I'm in the process of developing a website for a local butchers using groovy on grails using the grails 1.3.3 plug-in: www.kjsbutchers.appspot.com which is coming along nicely, but I usually get an error 500 the first time I try and load up the website, and so usually I have to

[google-appengine] Error 500 on Application Settings page and Admin Logs page. Can't deploy.

2010-03-18 Thread Jérémy Selier
Hi there, On the appengine admin panel of one of my app, when I try to access the pages : - Admin Logs - Application Settings I got: Server Error A server error has occurred. Return to Applications screen » When I try to deploy the app I also got something similar: Error 500: --- begin server

Re: [google-appengine] Error 500 on Datastore Viewer

2010-02-23 Thread Wesley C (Google)
Stefano, sorry to hear that you're having problems with viewing your datastore. other users have experienced similar problems, but i think things have stabilized. please continue to report in if you have problems. best regards, -- wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Re: [google-appengine] Error 500 on Datastore Viewer

2010-02-21 Thread Stefano Ciccarelli
Today everything works. The datastore usage i still 0.72GB but my entities are 170KB according to the Datastore Statistics page. I think the value will change in the next few hours. I'll test the app in the next hours to see if it's all ok. On Saturday, February 20, 2010, Stefano Ciccarelli

Re: [google-appengine] Error 500 on Datastore Viewer

2010-02-20 Thread Stefano Ciccarelli
48 hours have passed, I've tried to completely clean the datastore using tasks. I believe my datastore is empty, but the usage reported (in order) 0.21GB, 2.22GB and now 0.72GB and I don't know why. The Datastore Viewer and the Datastore Statistics pages are still giving 500 errors. How could I

Re: [google-appengine] Error 500 on Datastore Viewer

2010-02-20 Thread Waleed Abdulla
I get the 500 errors sometimes as well, and I basically logout of my Google account and then login again and it works. It seems to be something related to your session. Hopefully that works for you as well. Waleed On Sat, Feb 20, 2010 at 12:16 AM, Stefano Ciccarelli

Re: [google-appengine] Error 500 on Datastore Viewer

2010-02-20 Thread Stefano Ciccarelli
I've tried to access from differents computers and from differents browsers. I've done a logout and a login and it's always the same. Plus: if I create some data I cannot query it because the query take longer than 30 seconds. I believe something weird happened to my datastore. On Saturday,

[google-appengine] Error 500 on Datastore Viewer

2010-02-19 Thread Stefano Ciccarelli
In the last couple of hours every time I try to access the Datastore Viewer or the Datastore Statistics I get always the error 500. Someone could help me? Thx. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Error 500 when Updating App and Indexes

2009-09-19 Thread Stephen Mayer
Anyone else seeing this? Is this an app-specific error or across the board? Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output --- Your app was updated, but there was an error updating your indexes. Please retry later with appcfg.py

[google-appengine] Error 500 on first upload

2009-06-26 Thread langabe
Hi, I have been happily developing with the SDK, and on my first upload I hit this error (appId is twitsup): Scanning files on local disk. Initiating update. Cloning 1 static file. Cloning 20 application files. Deploying new version. 2009-06-26 15:14:10,523 ERROR appcfg.py:1272 An unexpected