I'm seeing the error below a lot (after the crashandburn and
phoenixrisesfromtheashes GAE outage earlier today) when trying to get data
from one of the GDATA APIs from my AppEngine app.. I figure there is a high
probability that this is just related to the GDATA service.. and not related
to the AppEngine implementation of URLFetch.
But, I figured I'd check to see if anyone else is seeing URLFetch issues..
it is consistently timing out once or twice in a row while waiting for the
rpc completed (then, it finally succeeds).
This is the tail of the error log:
File "/base/python_dist/lib/python2.5/httplib.py", line 197, in getresponse
self._allow_truncated, self._follow_redirects)
File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 241, in fetch
return rpc.get_result()
File "/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 501, in get_result
return self.__get_result_hook(self)
File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 315, in _get_fetch_result
rpc.check_success()
File "/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 472, in check_success
self.wait()
File "/base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
line 460, in wait
self.__rpc.Wait()
File "/base/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
line 112, in Wait
rpc_completed = self._WaitImpl()
File "/base/python_lib/versions/1/google/appengine/runtime/apiproxy.py",
line 108, in _WaitImpl
rpc_completed = _apphosting_runtime___python__apiproxy.Wait(self)
--
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.