[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-13 Thread Kwame
I had a similar problem after upgrading to v 1.2.2 first I tried to roll back the update but I was unable to, but somehow the issue resolved after I restarted my computer. hope that helps On May 8, 1:34 pm, Rodrigo Amaral rodrigoama...@gmail.com wrote: Hello, Ryan My application is also

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-13 Thread Rodrigo Amaral
The application works fine on localhost. This problem only shows up after deploy. It looks like the API version of the production environment had not been upgraded yet. It's a really weird situation and I can't figure out how to fix it. Suggestions are welcome. Thanks! On Wed, May 13, 2009 at

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-12 Thread Rodrigo Amaral
I'm getting a slightly different error. My application behaves like the API had not been upgraded yet, but the Query object is called in the new way. Please note that the only thing I do in this case is to call the all() method of the model. Here's the traceback: Traceback (most recent call

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-11 Thread Jason (Google)
Were you prompted to update within GoogleAppEngineLauncher or did you manually choose to update by selecting Check for Updates in GoogleAppEngineLauncher's Help menu? - Jason On Sat, May 9, 2009 at 5:08 PM, Kwame iweg...@gmail.com wrote: I just upgraded to version 1.2.2 and I'm getting a

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-11 Thread Kwame Iwegbue
I was prompted to update it. However the problem resolved after I restarted the JVM. On May 11, 2009, at 1:39 PM, Jason (Google) apija...@google.com wrote: Were you prompted to update within GoogleAppEngineLauncher or did you manually choose to update by selecting Check for Updates in

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-09 Thread Kwame
I just upgraded to version 1.2.2 and I'm getting a similar error: Exception exceptions.SystemError: 'error return without exception set' in generator object at 0x3033300 ignored ERROR2009-05-10 00:04:36,585 __init__.py:385] __init__() got an unexpected keyword argument 'keys_only' Traceback

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-08 Thread Nick Johnson (Google)
Hi Manu, For now you can get things working again by replacing lines 36 and 37 of bookmark.py with this: --- def __init__(self, kind, filters={}, _app=None, keys_only=False): super(BookmarkQuery, self).__init__(kind, filters, _app, keys_only) --- -Nick Johnson On Fri, May 8, 2009

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-08 Thread Manu
Hi! Thanks a bunch! That fixed all :D:D:D Will that work after the upcoming release? Can I ask you (if you have time, tell me, if not, no problem) why was that failing? I'd really like to understand a little more. Also, I'd like to understand how all of this BookmarkQuery works... I'll have to

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-07 Thread ryan
hi manuel! we pushed a new version of our API code to production recently in preparation for an upcoming release, which has caused problems for people who use forked versions of some of our API code, like the problem described in