HI Kamath, Thanks for the reply. On May 20, 9:20 am, kamathln <[email protected]> wrote: > Where do you run the dev appengine server? If it is somehwere that the > requests get logged, can you share the last few lines from the console > log too?
This is the log I get INFO 2010-05-20 21:41:06,686 dev_appserver.py:3254] "GET /soc/ content/images/star-white.png HTTP/1.1" 404 - INFO 2010-05-20 21:41:06,859 dev_appserver.py:3254] "GET /ghop/ task_subscription/subscribe?key_name=google%2Fghopt10%2Fghopt10melange %2Ft127132478744&no_toggle=true HTTP/1.1" 200 - ERROR 2010-05-20 21:41:06,950 dev_appserver.py:2619] Error encountered reading file "/media/python/workspace/melange/build/soc/ content/images/star-white.png": [Errno 2] No such file or directory: '/media/python/workspace/melange/ build/soc/content/images/star-white.png' INFO 2010-05-20 21:41:06,964 dev_appserver.py:3254] "GET /soc/ content/images/star-white.png HTTP/1.1" 404 - INFO 2010-05-20 21:41:27,026 dev_appserver.py:519] Internal redirection to /ghop/task/show/google/ghopt10/ghopt10melange/ t127132478744 INFO 2010-05-20 21:41:27,052 dev_appserver_blobstore.py:190] Upload handler returned 403 ERROR 2010-05-20 21:41:27,052 dev_appserver_blobstore.py:203] Invalid upload handler response. Only 301, 302 and 303 statuses are permitted and it may not have a content body. INFO 2010-05-20 21:41:27,066 dev_appserver.py:3254] "POST /_ah/ upload/ ahRtZWxhbmdlLW1hZGh1c3VkYW5jc3IcCxIVX19CbG9iVXBsb2FkU2Vzc2lvbl9fGJgBDA HTTP/1.1" 500 - I still don't understand why Upload handler is returning 403. I hope that 403 handler is the handler of my app SDK is referring to? The call is not even coming to my handler. I raise an exception inside the handler and nothing happens then too :( > > -- -- 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.
