Hi

Check your app.yaml for problems.  This seems to one  cause of this.
(though I have found the error message varies)

I have found for instance error handler paths can't overlap with
static file handlers.

i.e.
error_handlers:
   -file static/error.html

will conflict with

- url: /images
  static_dir: static


Rgds

T

On Aug 27, 10:52 am, Tsolmon Narantsogt <mnt...@gmail.com> wrote:
> Hello everybody
>
> When i run this command
>
> ./appcfg.py update myproject/
>
> i got a following this error help me
>
> Error: Server Error The server encountered an error and could not complete
> your request.
>
> If the problem persists, please
> report<http://code.google.com/appengine/community.html>your problem
> and mention this error message and the query that caused it.

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to