[google-appengine] DownloadError: ApplicationError: 5 ??

2011-03-12 Thread andreas schmid
hi, in my app i have to request content from itself and most of my errors are 'DownloadError: ApplicationError: 5' what does that exactly mean? what caused he error? i cant imagine that my request needs more than 10 seconds to fetch the result so it has to be something else. thanks

[google-appengine] DownloadError (ApplicationError 5) via URLFetch

2010-11-12 Thread MLTrim
Hi there I'm experiencing a lot of DownloadError (ApplicationError 5) on my application (http://www.stackprinter.com). URLFetch API can't reach several stackexchange.com subdomains like: http://api.gaming.stackexchange.com/ http://api.webapps.stackexchange.com/ http://api.ui.stackexchange.com/

[google-appengine] DownloadError: ApplicationError: 5 Using GData Provisioning API

2010-07-21 Thread CFalk
I'm new to Google Apps Engine, using Python. My question was discussed and left unresolved in the following thread: http://groups.google.com/group/google-appengine/browse_thread/thread/882f482b0699098f/05aa03b4cfcbfca6 In a nutshell: Using the Provisioning API with Google Apps Engine results in

[google-appengine] DownloadError: ApplicationError: 5 - Urgent

2009-10-29 Thread Jairo Vasquez Moreno
Hi all, In last few I've seen an important increment of this error: DownloadError: ApplicationError: 5 .. . File /base/python_lib/versions/1/google/appengine/api/urlfetch.py, line 241, in fetch return rpc.get_result() File

[google-appengine] DownloadError: ApplicationError: 5

2009-09-16 Thread Dave
Sometimes when performing this request: client = gdata.spreadsheet.service.SpreadsheetsService() session_token = client.token_store.find_token(flubaroo.token_url) gdata.alt.appengine.run_on_appengine(client) try: sfeed = client.GetSpreadsheetsFeed() I see the error below come up

[google-appengine] DownloadError: ApplicationError: 5

2009-07-23 Thread abridgedEdition
For the past hour or so, I've been getting the following error in response to a urlfetch request: ApplicationError: 5 Traceback (most recent call last): [omit code that belongs to me...] File /base/python_lib/versions/1/google/appengine/api/urlfetch.py, line 241, in fetch return

[google-appengine] DownloadError: ApplicationError: 5 Using GData Provisioning API

2009-03-09 Thread David Cifuentes
Hello, I'm getting this error when I'm using the GData Provisioning API to create user accounts from GAE. The weird thing is that it works well on the development environment and even in the production server the accounts are actually being created in Apps. I've read about this error in other