[google-appengine] Re: Having trouble deploying new version - Error The request is invalid for an unspecified reason.

2010-09-14 Thread Julian Namaro
Thanks Tim, I had the same problem today and your solution worked. Maybe the documentation(http://code.google.com/appengine/docs/python/ config/appconfig.html#Custom_Error_Responses) should make it clear to not put the custom page in a static folder. On Aug 18, 12:53 pm, Tim Hoffman wrote: > Hi

[google-appengine] Re: Having trouble deploying new version - Error The request is invalid for an unspecified reason.

2010-08-17 Thread Tim Hoffman
Hi Looks like the problem was with the error_handlers directive (new in 1.3.6) I had used error_handlers: - file: static/default_error.html Which also overlapped with a static file handler I had configured - url: /static static_dir: static expiration: "30d" Moving the static default hand