Closed GoogleCodeExporter closed 9 years ago
Thanks for the comment. It has fixed.
The cause seems to be that recent Google App Engine upgrade breaks our original
code.
Original comment by Jen...@gmail.com
on 22 Jun 2011 at 2:30
It has unfixed.
This url:
http://www.google.com/support/bin/request.py?hl=en&contact_type=surveyk&ctx=go
(which was the destination after a redirect from
http://www.google.com/support/go/survey )
..has a very similar problem. It gives this result:
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 702, in __call__
handler.post(*groups)
File "/base/data/home/apps/helpcenter-forms/15-extract-responses.347777094169074411/google3/services/appengine/apps/helpcenter_forms/form_handler.py", line 157, in post
self.do_post(self.request, universal_survey.UniversalSurveyEntry(), db)
File "/base/data/home/apps/helpcenter-forms/15-extract-responses.347777094169074411/google3/services/appengine/apps/helpcenter_forms/form_handler.py", line 146, in do_post
entry.put()
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1006, in put
return datastore.Put(self._entity, config=config)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 467, in Put
return PutAsync(entities, **kwargs).get_result()
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 658, in get_result
results = self.__rpcs[0].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 1385, in __put_hook
self.check_rpc_success(rpc)
File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1072, in check_rpc_success
rpc.check_success()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 558, in check_success
self.__rpc.CheckSuccess()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
raise self.exception
CapabilityDisabledError: Datastore writes are temporarily unavailable. Please
see http://code.google.com/status/appengine for more information.
Original comment by wSteinf...@gmail.com
on 15 Jul 2011 at 12:28
Original issue reported on code.google.com by
CFOgr...@gmail.com
on 13 Jun 2011 at 6:16