Today app_identity_service always give DeadlineExceededError. I don't
change anything. It used to working well.



The API call app_identity_service.GetAccessToken() took too long to
respond and was cancelled.
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~mcmf-test2/p5.357919493843568405/
proxy_handler.py", line 80, in get
    self.do_request(uri, 'GET')
  File "/base/data/home/apps/s~mcmf-test2/p5.357919493843568405/
proxy_handler.py", line 43, in do_request
    authorization_token, _ = app_identity.get_access_token(scope)
  File "/base/python27_runtime/python27_lib/versions/1/google/
appengine/api/app_identity/app_identity.py", line 463, in
get_access_token
    access_token, expires_at = get_access_token_uncached(scopes)
  File "/base/python27_runtime/python27_lib/versions/1/google/
appengine/api/app_identity/app_identity.py", line 438, in
get_access_token_uncached
    return rpc.get_result()
  File "/base/python27_runtime/python27_lib/versions/1/google/
appengine/api/apiproxy_stub_map.py", line 592, in get_result
    return self.__get_result_hook(self)
  File "/base/python27_runtime/python27_lib/versions/1/google/
appengine/api/app_identity/app_identity.py", line 412, in
get_access_token_result
    rpc.check_success()
  File "/base/python27_runtime/python27_lib/versions/1/google/
appengine/api/apiproxy_stub_map.py", line 558, in check_success
    self.__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
app_identity_service.GetAccessToken() 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