Well, it seems that they have released a new version (1.2.4) of the SDK about 2 hours ago, that might be the source of your problem... Have a look at http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes to see if something could be the reason of your errors...
On 6 août, 19:49, Mahmoud <[email protected]> wrote: > The search functionality in our app mysteriously started breaking > today. We use a modified version of SearcheableModel. Here is the > stack trace: > > results = SpontyUser.all().search(query).order('name').fetch > (PAGE_SIZE+1) > File "/base/python_lib/versions/1/google/appengine/ext/db/ > __init__.py", line 1455, in fetch > raw = self._get_query().Get(limit, offset) > File "/base/python_lib/versions/1/google/appengine/api/ > datastore.py", line 981, in Get > prefetch_count=limit)._Get(limit) > File "/base/python_lib/versions/1/google/appengine/api/ > datastore.py", line 917, in _Run > pb = self._ToPb(limit, offset, prefetch_count) > TypeError: _ToPb() takes at most 3 arguments (4 given) > > Did the SDK/API change today? did anyone see else see 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 -~----------~----~----~----~------~----~------~--~---
