How can we help for this ? Each day, I've several Timeout. Do you still need more info about it (date,time, app_id,...) ?
Regards On 30 sep, 18:57, johnP <[EMAIL PROTECTED]> wrote: > For a while today, I started seeing errors in custom form validation. > Requesting self.instance in ModelForm form resulted in ValueErrors. > Now, it seems to have recovered a bit... > > On Sep 30, 9:43 am, Adam Loving <[EMAIL PROTECTED]> wrote: > > > I am seeing the datastoretimeouterror intermittently several times a > > day (application = toyvirtualgifts) on a fairly simple put operation. > > Could this be caused by the rest of the request taking too long (like > > if thetimeoutfor the entire request fires during the put)? It > > doesn't seem like that would be the case here, but that's the only > > explanation I can think of. > > > 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 > > > Thanks, > > Adam > > > On Sep 28, 3:19 am, Ronald <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > I don't know how much work has been done on this front, but my app is > > > still cripple by this issue. > > > Maybe the amount oftimeouterrors in the log has decrease a little, > > > but so has the amount of happy users of my site =( > > > > /ronald > > > > On Sep 19, 9:45 pm, "Marzia Niccolai" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > Our engineers are looking in to your reports. > > > > > If all of the people experiencing quota issues like this could email me > > > > directly with your application id, as well as the approximate times > > > > these > > > > errors were occurring, that would be helpful! > > > > > Thanks, > > > > Marzia > > > > > On Fri, Sep 19, 2008 at 11:17 AM, Michael Bailey <[EMAIL > > > > PROTECTED]>wrote: > > > > > > I got the error below on a app that has almost zero traffic: > > > > > see screenshot: > > > > >http://imagebin.ca/img/3rlwzkBy.png > > > > > > Traceback (most recent call last): > > > > > File "/base/python_lib/versions/1/google/appengine/ext/webapp/ > > > > > __init__.py", line 496, in __call__ > > > > > handler.get(*groups) > > > > > File "/base/data/home/apps/*******/1.4/search.py", line 25, in get > > > > > for kw in kws: > > > > > File "/base/python_lib/versions/1/google/appengine/ext/db/ > > > > > __init__.py", line 1257, in __iter__ > > > > > return self.run() > > > > > File "/base/python_lib/versions/1/google/appengine/ext/db/ > > > > > __init__.py", line 1589, in run > > > > > query_run = self._proto_query.Run(*self._args, **self._kwds) > > > > > File "/base/python_lib/versions/1/google/appengine/ext/gql/ > > > > > __init__.py", line 572, in Run > > > > > it = bind_results.Run() > > > > > File "/base/python_lib/versions/1/google/appengine/ext/gql/ > > > > > __init__.py", line 1211, in Run > > > > > results.append(bound_query.Run()) > > > > > File "/base/python_lib/versions/1/google/appengine/api/ > > > > > datastore.py", line 860, in Run > > > > > return self._Run() > > > > > File "/base/python_lib/versions/1/google/appengine/api/ > > > > > datastore.py", line 879, in _Run > > > > > apiproxy_stub_map.MakeSyncCall('datastore_v3', 'RunQuery', pb, > > > > > result) > > > > > File "/base/python_lib/versions/1/google/appengine/api/ > > > > > apiproxy_stub_map.py", line 46, in MakeSyncCall > > > > > stub.MakeSyncCall(service, call, request, response) > > > > > File "/base/python_lib/versions/1/google/appengine/runtime/ > > > > > apiproxy.py", line 246, in MakeSyncCall > > > > > rpc.CheckSuccess() > > > > > File "/base/python_lib/versions/1/google/appengine/runtime/ > > > > > apiproxy.py", line 189, in CheckSuccess > > > > > raise self.exception > > > > > OverQuotaError: The API call datastore_v3.RunQuery() required more > > > > > quota than is available. > > > > > > On Sep 10, 1:16 pm, Ronald <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > > > I'm seeing a number ofTimeouterrors on my log file: > > > > > > > Traceback (most recent call last): > > > > > > File "/base/python_lib/versions/1/google/appengine/ext/webapp/ > > > > > > __init__.py", line 496, in __call__ > > > > > > handler.get(*groups) > > > > > > File "/base/data/home/apps/40tazo/2.29/index.py", line 46, in get > > > > > > moves = g.move(card,pickups) > > > > > > File "/base/data/home/apps/40tazo/2.29/game.py", line 231, in move > > > > > > self.save() > > > > > > File "/base/data/home/apps/40tazo/2.29/game.py", line 290, in save > > > > > > self.g.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: datastoretimeout: operation took too long. > > > > > > > In this thread: > > > > >http://groups.google.com/group/google-appengine/browse_thread/thread/..., > > > > > > someone describes a similar problem and Jeff Scudder reply that we > > > > > > should spect some increase latency until Tuesday 9/2. > > > > > > > Is this increased latency still an issue? > > > > > > If that's not the case, any suggestions about how to troubleshoot > > > > > > this > > > > > > issue? > > > > > > > Greetings > > > > > > Ronald --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
