Hi, I'm getting the 503 error when I try to deploy my app. I deployed it months ago with no problems. Since then, I bought a new laptop and transferred my files over, so some settings or the local Python version may have changed. I made a small change to the app today locally (changed some text). It works locally. When I deploy, I get this error:
2010-12-18 08:56:38 Running command: "[u'C:\\Python25\\pythonw.exe', '- u', 'C:\\Program Files\\Google\\google_appengine\\appcfg.py', '-- no_cookies', u'[email protected]', '--passin', 'update', 'C:\\ExcludedFromBackups\\Google_App_Engine\\playa-time']" Application: playa-time; version: 1. Server: appengine.google.com. Scanning files on local disk. Initiating update. 2010-12-18 08:56:46,312 WARNING appengine_rpc.py:405 ssl module not found. Without the ssl module, the identity of the remote host cannot be verified, and connections may NOT be secure. To fix this, please install the ssl module from http://pypi.python.org/pypi/ssl . To learn more, see http://code.google.com/appengine/kb/general.html#rpcssl . Password for [email protected]: Could not guess mimetype for images/Thumbs.db. Using application/octet-stream. Cloning 4 static files. Cloning 14 application files. Uploading 1 files and blobs. Uploaded 1 files and blobs Precompilation starting. Rolling back the update. Error 503: --- begin server output --- Try Again (503) An unexpected failure has occurred. Please try again. --- end server output --- 2010-12-18 08:57:45 (Process exited with code 1) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
