Arghhhh! It's started happening to my app - when trying to loop
through the results of a query with about 20 members.
for teacher in teacherList:
File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 1468, in next
return self.__model_class.from_entity(self.__iterator.next())
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1549, in next
self.__buffer = self._Next(self._BUFFER_SIZE)
File "/base/python_lib/versions/1/google/appengine/api/
datastore.py", line 1538, in _Next
raise _ToDatastoreError(err)
Let me know if further details will help diagnose the issue.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---