Morning All,

When a call to urlfetch raises the DownloadError exception is there a
way to get more information about the exception?  The error that I see
in the log is below, but I was hoping to be able to get more
information about what the error was.

I probably get this error 10% of the time, so I would really like to
see if I can get more information about what went wrong so that I can
try to fix it.  I know about the timeout of ~3 seconds, but as you can
see in the message below the call is taking less then a second.

Thanks,
Doug


02-18 07:43PM 49.370 /echo?search=Care 500 3049ms 54ms-cpu 0kb
<class 'google.appengine.api.urlfetch_errors.DownloadError'>:
ApplicationError: 5
Traceback (most recent call last):
  File "/base/data/home/apps/appspotapplication23/1.331514919573996045/
echo.py", line 25, in <module>
    'SOAPAction':'\"http://integrationuri.org/route\";'})
  File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 273, in fetch
    raise DownloadError(str(e))

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to