Hi all, For the last hour or so running ./appcfg update has thrown an error (below) every time I try. Has anyone else been experiencing this?
2-3 hours ago I had a successful update, and things have been fine for the last few months. The only changes I've made since the last successful update are minor modifications to 3 text files. Any thoughts welcomed, Cheers, Ben $ ./appcfg update --noisy appname . . 2010-02-02 13:47:55,037 DEBUG appengine_rpc.py:343 Sending HTTP request: POST /api/appversion/create?version=2&app_id=anicereminder HTTPS/1.1 Host: appengine.google.com X-appcfg-api-version: 1 Content-type: application/octet-stream User-agent: appcfg_py/1.2.7 Linux/2.6.31-17-generic Python/2.6.4.final. 0 api_version: '1' application: a****** handlers: - expiration: 1s login: admin secure: always static_dir: admin/scripts url: /admin/scripts . . . - script: anr.py secure: optional url: /.* runtime: python skip_files: (?:^(.*/)?((app\.yaml)|(app\.yml)|(index\.yaml)|(index \.yml)|(#.*#)|(.*~)|(.*\.py[co])|(.*/RCS/.*)|(\..*)|)$)| (?:^documents/) version: '2' 2010-02-02 13:47:55,362 DEBUG appengine_rpc.py:349 Got http error, this is try #4 2010-02-02 13:47:55,363 INFO appcfg.py:1450 HTTP Error (HTTP Error 500: Internal Server Error) 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>If the problem persists, please <A HREF="http:// code.google.com/appengine/community.html">report</A> your problem and mention this error message and the query that caused it.</h2> <h2></h2> </body></html> --- end server output --- -- 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.
