python 2.7 -- getting errors from inside of GAE code ...

   1. 2013-10-20 11:45:31.919 Traceback (most recent call last):
   2. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/app_logging.py",
 
   line 78, in emit
   3. E2013-10-20 11:45:31.919 logservice.write(message)
   4. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 348, in write
   5. E2013-10-20 11:45:31.919 logs_buffer().write(message)
   6. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 237, in write
   7. E2013-10-20 11:45:31.919 return self._lock_and_call(self._write, line)
   8. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 158, in _lock_and_call
   9. E2013-10-20 11:45:31.919 return method(*args)
   10. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 254, in _write
   11. E2013-10-20 11:45:31.919 self._autoflush()
   12. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 322, in _autoflush
   13. E2013-10-20 11:45:31.919 self._flush()
   14. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/logservice/logservice.py",
 
   line 308, in _flush
   15. E2013-10-20 11:45:31.919 apiproxy_stub_map.MakeSyncCall('logservice', 
   'Flush', request, response)
   16. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
 
   line 94, in MakeSyncCall
   17. E2013-10-20 11:45:31.919 return stubmap.MakeSyncCall(service, call, 
   request, response)
   18. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_stub_map.py",
 
   line 328, in MakeSyncCall
   19. E2013-10-20 11:45:31.919 rpc.CheckSuccess()
   20. E2013-10-20 11:45:31.919 File 
   
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/apiproxy_rpc.py",
 
   line 133, in CheckSuccess
   21. E2013-10-20 11:45:31.919 raise self.exception
   22. E2013-10-20 11:45:31.919 CancelledError: The API call 
   logservice.Flush() was explicitly cancelled.
   23. E2013-10-20 11:45:31.919 Logged from file wsgi.py, line 278

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to