Hi,

I am getting quite a few errors for datastore_v3.Count() API call.
Almost 4 out of 5 calls are failing. Does anyone know what might be
going on.

************************************************************
An error occurred for the API request datastore_v3.Count().
Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/
__init__.py", line 501, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/appname/1.334266336811803628/
filename.py", line 76, in get
    idCount = query.count(1)
  File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1401, in count
    return self._get_query().Count(limit=limit)
  File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 984, in Count
    self._ToPb(limit=limit), resp)
  File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 68, in MakeSyncCall
    apiproxy.MakeSyncCall(service, call, request, response)
  File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 240, in MakeSyncCall
    stub.MakeSyncCall(service, call, request, response)
  File "/base/python_lib/versions/1/google/appengine/runtime/
apiproxy.py", line 183, in MakeSyncCall
    rpc.CheckSuccess()
  File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_rpc.py", line 112, in CheckSuccess
    raise self.exception
Error: An error occurred for the API request datastore_v3.Count().
************************************************************
--~--~---------~--~----~------------~-------~--~----~
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 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to