On Mar 17, 12:48 pm, Alexander Kolesnikov <otry.it...@gmail.com>
wrote:
> Can you see any exceptions thrown in the logs?

Yes, many exceptions. This exception is new one for me:
<class 'google.appengine.runtime.DeadlineExceededError'>:
Traceback (most recent call last):
  File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 694, in main
    run_wsgi_app(application)
  File "/base/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_lib/versions/1/google/appengine/ext/webapp/
util.py", line 115, in run_bare_wsgi_app
    result = application(env, _start_response)
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 509, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py",
line 663, in post
    ranker.SetScore( self.profile_id, [score.cc_score])
  File "/base/data/home/apps/cocoslive/1.340556897570839124/ranker/
ranker.py", line 393, in SetScore
    return self.SetScores({name: score})
  File "/base/data/home/apps/cocoslive/1.340556897570839124/ranker/
common.py", line 30, in transactional_operation
    return datastore.RunInTransaction(operation, *args, **kwargs)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 2075, in RunInTransaction
    DEFAULT_TRANSACTION_RETRIES, function, *args, **kwargs)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 2188, in RunInTransactionCustomRetries
    tx.handle, datastore_pb.CommitResponse())
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 176, in _MakeSyncCall
    rpc.wait()
  File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 460, in wait
    self.__rpc.Wait()
  File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_rpc.py", line 112, in Wait
    rpc_completed = self._WaitImpl()
  File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 108, in _WaitImpl
    rpc_completed = _apphosting_runtime___python__apiproxy.Wait(self)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to