Hello,

I'm developing a quiz application now and I have a problem with
datastore. Most of the time, application saves the data into the
datastore, but sometimes, I get an exception.

Exception in request:
Traceback (most recent call last):
  File "/base/data/home/apps/django/core/handlers/base.py", line 82, in
get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/base/data/home/apps/views.py", line 701, in QuizResult
    db.put(result)
  File
"/base/python_lib/versions/1/google/appengine/ext/db/__init__.py", line
1006, in put
    keys = datastore.Put(entities)
  File "/base/python_lib/versions/1/google/appengine/api/datastore.py",
line 162, in Put
    raise _ToDatastoreError(err)
  File "/base/python_lib/versions/1/google/appengine/api/datastore.py",
line 1627, in _ToDatastoreError
    raise errors[err.application_error](err.error_detail)
Timeout

Does anyone know about this error?

Keiya Kanno

--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
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