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, version: 0-1-0 09:11 PM Getting current resource limits. 09:11 PM Scanning files on local disk. 09:11 PM Cloning 381 application files. 09:11 PM Compilation starting. 09:11 PM Compilation: 315 files left. 09:14 PM Error 500: --- begin server output --- <html><head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>500 Server Error</title> </head> <body text=#000000 bgcolor=#ffffff> <h1>Error: Server Error</h1> <h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2> <h2></h2> </body></html> --- end server output --- 09:14 PM Rolling back the update. Error 500: --- begin server output --- --- end server output --- I don't see anything in the console logs. Please help!! :( -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
