I get this error in my application too, intermittently. I see it more on some days than others. Is there a way to set this timeout value?
On Oct 27, 11:38 am, Jeff S <[EMAIL PROTECTED]> wrote: > Hi David, > > Your app is experiencing a dealine exceeded error, meaning that is did > not receive a response to the HTTP request within the alloted time. Is > this an error you are seeing consitently? > > Cheers, > > Jeff > > On Oct 24, 6:56 pm, David <[EMAIL PROTECTED]> wrote: > > > > > I wrote a simple application using the Google Data API Python client > > library on App Engine to query a Google Spreadsheet. It pulls a few > > rows out of my Google spreadsheet just fine when I visit my App Engine > > application from my browser (production, not development). When I > > visit my app from my browser, it returns this: > > > 10/21/2008,11 10/22/2008,14 10/20/2008,5 > > > I want to import that CSV data into another Google Spreadsheet. When > > I perform the same query in the other spreadsheet via importData, it > > barfs the following into the spreadsheet: > > > Traceback (most recent call last): > > File "/base/python_lib/versions/1/google/appengine/ext/webapp/ > > __init__.py", line 499, in __call__ > > handler.get(*groups) > > File "/base/data/home/apps/mindcal/1.17/main.py", line 48, in get > > dayTotals = sample.Run() > > File "/base/data/home/apps/mindcal/1.17/spreadsheetExample.py", line > > 167, in Run > > self.list_feed = self.gd_client.GetListFeed(self.curr_key, > > self.curr_wksht_id) > > File "/base/data/home/apps/mindcal/1.17/gdata/spreadsheet/ > > service.py", line 238, in GetListFeed > > converter=gdata.spreadsheet.SpreadsheetsListFeedFromString) > > File "/base/data/home/apps/mindcal/1.17/gdata/service.py", line 700, > > in Get > > headers=extra_headers) > > File "/base/data/home/apps/mindcal/1.17/atom/service.py", line 176, > > in request > > data=data, headers=all_headers) > > File "/base/data/home/apps/mindcal/1.17/gdata/auth.py", line 456, in > > perform_request > > return http_client.request(operation, url, data=data, > > headers=headers) > > File "/base/data/home/apps/mindcal/1.17/gdata/alt/appengine.py", > > line 144, in request > > method=method, headers=all_headers, follow_redirects=False)) > > File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py", > > line 273, in fetch > > raise DownloadError(str(e)) > > DownloadError: ApplicationError: 5 > > > Why does my application behave differently when invoked from an > > importData call vs. straight from a browser? I'm guessing it's not a > > time-out issue, because it doesn't time-out when I visit my app from > > the browser, and it's doing nothing more complicated than pulling a > > few rows out of a Google Spreadsheet. > > > Thanks, > > David- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
