I am also getting the same error. I have made no change in the code since 4-5 days back. GAE just released a new SDK, any change in the request timeout? I am sure my db size is not that big to cause such an error....
Any help?? On Sep 6, 4:36 pm, Sylvain <[EMAIL PROTECTED]> wrote: > FYI : my appid = 'hordes' > > On 6 sep, 13:34, Sylvain <[EMAIL PROTECTED]> wrote: > > > Since 1 hour, i've this error message : > > > File "/base/python_lib/versions/1/google/appengine/ext/db/ > > __init__.py", line 779, in get_by_key_name > > return get(*keys) > > File "/base/python_lib/versions/1/google/appengine/ext/db/ > > __init__.py", line 974, in get > > entities = datastore.Get(keys) > > File "/base/python_lib/versions/1/google/appengine/api/ > > datastore.py", line 217, in Get > > 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 > > > ---- > > > feed.put() > > File "/base/python_lib/versions/1/google/appengine/ext/db/ > > __init__.py", line 618, in put > > return datastore.Put(self._entity) > > 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 > > > ---------- > > > Could you check this --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
