Skip to content

Instantly share code, notes, and snippets.

@tedroden
Created March 9, 2012 20:36
Show Gist options
  • Save tedroden/2008545 to your computer and use it in GitHub Desktop.
Save tedroden/2008545 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 703, in __call__
handler.post(*groups)
File "/base/data/home/apps/fancyhands/67.357371791269985092/admin.py", line 69, in wrapper
return func(*arg)
File "/base/data/home/apps/fancyhands/67.357371791269985092/admin.py", line 569, in post
request.suggested_status)
File "/base/data/home/apps/fancyhands/67.357371791269985092/models.py", line 2636, in do_solve
self.add_time_segment(CLOSED_STATE, self.user)
File "/base/data/home/apps/fancyhands/67.357371791269985092/models.py", line 3255, in add_time_segment
self.put()
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1052, in put
return datastore.Put(self._entity, **kwargs)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 576, in Put
return PutAsync(entities, **kwargs).get_result()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 592, in get_result
return self.__get_result_hook(self)
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1547, in __put_hook
self.check_rpc_success(rpc)
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1184, in check_rpc_success
raise _ToDatastoreError(err)
InternalError: internal error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment