If the problem persists, please report your problem and mention this error message and the query that caused it.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
Uncaught exception from servlet
java.net.SocketTimeoutException: Timeout while fetching URL: https://accounts.google.com/o/oauth2/token
On Tuesday, June 11, 2013 9:36:35 AM UTC-4, Brandon Thomson wrote:Our alerting just tripped again, although it was down for a shorter period this time.
--
2015-03-20 17:52:59.077
suspended generator _get_tasklet(context.py:329) raised InternalError(internal error.)
W2015-03-20 17:52:59.077
suspended generator get(context.py:744) raised InternalError(internal error.)
E2015-03-20 17:52:59.078
internal error.
Traceback (most recent call last):
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 1536, in __call__
rv = self.handle_exception(request, response, e)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 1530, in __call__
rv = self.router.dispatch(request, response)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 1278, in default_dispatcher
return route.handler_adapter(request, response)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 1102, in __call__
return handler.dispatch()
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 572, in dispatch
return self.handle_exception(e, self.app.debug)
File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 570, in dispatch
return method(*args, **kwargs)
File "/base/data/home/apps/s~bob-live/128.383018434102993204/logic/user.py", line 109, in wrapper
fn(self, *args, **kwargs)
File "/base/data/home/apps/s~bob-live/128.383018434102993204/handlers/ProfileHandler.py", line 42, in get
p = profile_get(user)
File "/base/data/home/apps/s~bob-live/128.383018434102993204/logic/profile.py", line 255, in profile_get
profile_dict['heroes'] = hero_get_all_active(user_key)
File "/base/data/home/apps/s~bob-live/128.383018434102993204/logic/hero.py", line 476, in hero_get_all_active
hero_dicts.append(hero_to_dict(hero))
File "/base/data/home/apps/s~bob-live/128.383018434102993204/logic/hero.py", line 428, in hero_to_dict
hd['level'] = hero.get_level()
File "/base/data/home/apps/s~bob-live/128.383018434102993204/models/hero.py", line 110, in get_level
lvl, _, _ = self._hero_level_for_xp()
File "/base/data/home/apps/s~bob-live/128.383018434102993204/models/hero.py", line 86, in _hero_level_for_xp
static_hero_inst = StaticHero.get_key(self.staticHero).get()
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/key.py", line 557, in get
return self.get_async(**ctx_options).get_result()
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py", line 325, in get_result
self.check_success()
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py", line 368, in _help_tasklet_along
value = gen.throw(exc.__class__, exc, tb)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/context.py", line 744, in get
entity = yield self._get_batcher.add_once(key, options)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py", line 368, in _help_tasklet_along
value = gen.throw(exc.__class__, exc, tb)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/context.py", line 329, in _get_tasklet
entities = yield self._conn.async_get(options, datastore_keys)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py", line 454, in _on_rpc_completion
result = rpc.get_result()
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 613, in get_result
return self.__get_result_hook(self)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1609, in __get_hook
self.check_rpc_success(rpc)
File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1342, in check_rpc_success
raise _ToDatastoreError(err)
InternalError: internal error.