I use the files api daily via cron+tasks.  Today I received 3 errors ,
Unknown error..

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 636, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/s~comerica-events/5-5.349832005466354386/
tasks.py", line 272, in post
    blob_writer = files.open(file_name, 'a')
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/files/file.py", line 502, in open
    exclusive_lock=exclusive_lock)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/files/file.py", line 313, in __init__
    self._open()
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/files/file.py", line 468, in _open
    self._make_rpc_call_with_retry('Open', request, response)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/files/file.py", line 472, in _make_rpc_call_with_retry
    _make_call(method, request, response)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/files/file.py", line 231, in _make_call
    _raise_app_error(e)
  File "/base/python_runtime/python_lib/versions/1/google/appengine/
api/files/file.py", line 168, in _raise_app_error
    raise UnknownError()
UnknownError

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

Reply via email to