Hi all, Ever since yesterday I've been encountering the following error when trying to update my app: """ ... Cloned 1400 files. Cloned 1500 files. Uploading 1 files and blobs. Uploaded 1 files and blobs Precompilation starting. Precompilation completed. Starting deployment. Rolling back the update. Error 400: --- begin server output ---
Client Error (400) The request is invalid for an unspecified reason. --- end server output --- """ This is similar to the following bug: http://code.google.com/p/googleappengine/issues/detail?id=4820&q=Client%20error%20400&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log However, I'm not using an error handler in app.yaml. I'm using Python and the latest (1.5.0) SDK. I should also note that before it started I cancelled an update in the middle. I ran "appcfg.py rollback" since with no errors. Doesn't help though. Is there any way I can further debug this issue? Any logs that indicate the actual error behind the scenes? Thanks! Yoav -- 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.
