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

2011-03-12 Thread MLTrim
I'm having the same problem since 7 days, no official response by any of the Google developers yet. http://groups.google.com/group/google-appengine-python/browse_thread/thread/d9d6637467ac2306 From what I see, the UrlFetch is broken in some way as sometimes the timeout occurs before the 10

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

2009-10-30 Thread Jeff S (Google)
Hello Jairo, DownloadError 5 usually means that the remote server did not respond withing the URLfetch time limit. The default time limit is 5 seconds (the max is currently 10 seconds), so if the server you are posting to from within App Engine takes too long this exception will be raised. What

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

2009-10-30 Thread Jairo Vasquez
Thanks Jeff, I'll talk to that people, I though maybe was a GAE problem because this was not happening in the past, I just wanted to know if there was problems with urlfetch. Thanks a lot. On Oct 30, 7:09 pm, Jeff S (Google) j...@google.com wrote: Hello Jairo, DownloadError 5 usually means

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

2009-09-17 Thread Nick Johnson (Google)
On Wed, Sep 16, 2009 at 7:37 PM, Dave dabo...@gmail.com wrote: Is there a way to catch this, so I can at least show a more graceful error? It doesn't seem to be an exception. As the traceback indicates, it's a (urlfetch.)DownloadError, which you can catch like any other exception. -Nick

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

2009-09-16 Thread Benjamin Schuster-Böckler
Yup, I've been seeing a fair number of those, too. I guess it means the urlfetch fails for some reason. Would be nice to know if this can be avoided, or if it's just something we have to live with. Ben -- Benjamin Schuster-Böckler benjamin.schus...@crg.es +43 60 8927407 On 16 Sep 2009, at

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

2009-09-16 Thread Dave
Is there a way to catch this, so I can at least show a more graceful error? It doesn't seem to be an exception. On Sep 16, 10:21 am, Benjamin Schuster-Böckler b...@pearcomp.com wrote: Yup, I've been seeing a fair number of those, too. I guess it means   the urlfetch fails for some reason.

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

2009-08-13 Thread Jeff S (Google)
For a question about performance improvements in the Google Spreadsheets API, I think the best place is the Google Docs APIs group: http://groups.google.com/group/Google-Docs-Data-APIs You might also want to file an issue in the bug and feature request list for Google Data APIs:

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

2009-08-12 Thread condor
Hi, Jeff. I hope that the execution time of Spreadsheet API become short as good as indicating a row_id. When I indicate the follow parameter. row_query = gdata.spreadsheet.service.ListQuery() row_query.start_index = str(1) row_query.max_results = str(1) Please tell me that you can

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

2009-07-29 Thread Jeff S (Google)
Hi condor, The maximum deadline for urlfetch is 10 seconds and it might be possible that the spreadsheets API is taking longer than that to reply even if the expected feed size is small. Have you tried to fetch just a single row entry (instead of a feed query)

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

2009-07-28 Thread condor
Hi, I have a same situation too. When I requested a spreadsheet API by the method gdata.spreadsheets.service.GetListFeed of python client liblary 2.0.1, It's occured the DownLoadError ApplicationError 5. File /base/python_lib/versions/1/google/appengine/api/urlfetch.py, line 241, in fetch

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

2009-07-24 Thread Jeff S (Google)
Hi, DownloadError number 5 usually indicated either a timeout (the default time limit is five seconds) or that the server refused the connection. What is the URL that you are requesting? Thank you, Jeff On Thu, Jul 23, 2009 at 7:06 PM, abridgedEdition unrequitedrea...@gmail.com wrote: For

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

2009-03-13 Thread David Cifuentes
Thanks for your response Scott, I guess it happens the same with all GData API's. It's kind of ironic, given that they are running in the same Google data centers. I'll be watching any progress on this. David On 11 mar, 00:08, scott scottums...@gmail.com wrote: David, I'm receiving the

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

2009-03-11 Thread scott
David, I'm receiving the same error and similar results albeit with a different API. This happens when I try to create a new empty (not uploaded) spreadsheet. The spreadsheet shows up, but I still get ApplicationError:5. Until I can find the solution, I've chosen to just catch the exception and