@
keakon <class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
File "/base/data/home/apps/andy-wallproxy/1.346054292348715433/
fetch.py", line 216, in main
run_wsgi_app(application)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 97, in run_wsgi_app
run_bare_wsgi_app(add_wsgi_middleware(application))
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 115, in run_bare_wsgi_app
result = application(env, _start_response)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 513, in __call__
handler.post(*groups)
File "/base/data/home/apps/andy-wallproxy/1.346054292348715433/
fetch.py", line 172, in post
response = urlfetch.fetch(url, payload, fetch_method, headers, False, False, deadline)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
urlfetch.py", line 241, in fetch
return rpc.get_result()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 527, in get_result
return self.__get_result_hook(self)
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
urlfetch.py", line 315, in _get_fetch_result
rpc.check_success()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 497, in check_success
self.wait()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 477, in wait
self.__rpc.Wait()
File "/base/python_runtime/python_lib/versions/1/google/appengine/api/
apiproxy_rpc.py", line 112, in Wait
rpc_completed = self._WaitImpl()
File "/base/python_runtime/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 112, in _WaitImpl
rpc_completed = _apphosting_runtime___python__apiproxy.Wait(self)