I don't know why my app is dying on this call, but I've had like three
or four such exceptions in the last two days:

The code in question makes some API calls, but why it's dying on this
method is baffling. Any ideas?

Mon Dec 19 00:00:00 2011 Ver:70 Count:1
Sig:google.appengine.runtime.apiproxy_errors.DeadlineExceededError@/
base/python27_runtime/python27_lib/versions/1/google/appengine/api/
apiproxy_rpc.py:133 Trace:Traceback (most recent call last):
 File "/base/python27_runtime/python27_lib/versions/third_party/
webapp2-2.3/webapp2.py", line 1511, in __call__
   rv = self.handle_exception(request, response, e)
 File "/base/python27_runtime/python27_lib/versions/third_party/
webapp2-2.3/webapp2.py", line 1505, in __call__
   rv = self.router.dispatch(request, response)
 File "/base/python27_runtime/python27_lib/versions/third_party/
webapp2-2.3/webapp2.py", line 1253, in default_dispatcher
   return route.handler_adapter(request, response)
 File "/base/python27_runtime/python27_lib/versions/third_party/
webapp2-2.3/webapp2.py", line 1077, in __call__
   return handler.dispatch()
 File "/base/python27_runtime/python27_lib/versions/third_party/
webapp2-2.3/webapp2.py", line 547, in dispatch
   return self.handle_exception(e, self.app.debug)
 File "/base/python27_runtime/python27_lib/versions/third_party/
webapp2-2.3/webapp2.py", line 545, in dispatch
   return method(*args, **kwargs)
 File "/base/data/home/apps/s~twist-www/70.355430066960426318/
controllers/twist.py", line 164, in get
   self.output_response(template_values, template)
 File "/base/data/home/apps/s~twist-www/70.355430066960426318/
controllers/twist.py", line 76, in output_response
   output_response(template_values, template)
 File "/base/data/home/apps/s~twist-www/70.355430066960426318/lib/
web_request_handler.py", line 242, in output_response
   'sign_in': users.create_login_url(self.request.url),
 File "/base/python27_runtime/python27_lib/versions/1/google/appengine/
api/users.py", line 249, in create_login_url
   apiproxy_stub_map.MakeSyncCall('user', 'CreateLoginURL', req, resp)

 File "/base/python27_runtime/python27_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 94, in MakeSyncCall
   return stubmap.MakeSyncCall(service, call, request, response)
 File "/base/python27_runtime/python27_lib/versions/1/google/appengine/
api/apiproxy_stub_map.py", line 308, in MakeSyncCall
   rpc.CheckSuccess()
 File "/base/python27_runtime/python27_lib/versions/1/google/appengine/
api/apiproxy_rpc.py", line 133, in CheckSuccess
   raise self.exception
DeadlineExceededError: The API call user.CreateLoginURL() took too
long to respond and was cancelled.

-- 
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