Created
July 12, 2012 18:00
-
-
Save fischman/3099718 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<class 'google.appengine.api.datastore_errors.Timeout'>: The datastore operation timed out, or the data was temporarily unavailable. | |
Traceback (most recent call last): | |
File "/base/data/home/apps/chromium-status/r118900.356331869415836973/main.py", line 74, in <module> | |
base_page.bootstrap() | |
File "/base/data/home/apps/chromium-status/r118900.356331869415836973/base_page.py", line 132, in bootstrap | |
config = db.GqlQuery('SELECT * FROM GlobalConfig').get() | |
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2101, in get | |
return results.next() | |
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 2313, in next | |
return self.__model_class.from_entity(self.__iterator.next()) | |
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2809, in next | |
next_batch = self.__batcher.next() | |
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2671, in next | |
return self.next_batch(self.AT_LEAST_ONE) | |
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2708, in next_batch | |
batch = self.__next_batch.get_result() | |
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 604, in get_result | |
return self.__get_result_hook(self) | |
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_query.py", line 2450, in __query_result_hook | |
self._batch_shared.conn.check_rpc_success(rpc) | |
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1216, in check_rpc_success | |
raise _ToDatastoreError(err) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment