[google-appengine] Re: 500 status on apps, api changes?

2010-02-09 Thread dobee
seems that i have found the problem, the signature of db.get has changed, but only on appengine, we have put a wrapper around this and this does not work anymore now 02-09 12:35AM 40.319 UNHANDLED_EXCEPTION: Traceback (most recent call last): File "/base/data/home/apps/mk-a-z/3.33962266570401461

[google-appengine] Re: 500 status on apps, api changes?

2010-02-09 Thread dobee
ok, we now fixed the compatibility issues on our apps, but the development sdk still does not match the api on appengine. it would be nice to get information about such internal changes up- front the next time. it is always hard to explain our customers why the site was offline for some technical

[google-appengine] Re: 500 status on apps, api changes?

2010-02-09 Thread dan
What was the change, and what was the fix? The stack trace above shows: File "/base/data/home/apps/mk-a-z/3.339622665704014614/mkapp/ business.py", line 149, in get_by_ident business = Business.get_by_key_name(key) File "/base/python_lib/versions/1/google/appengine/ext/db/ __init__.py", l

[google-appengine] Re: 500 status on apps, api changes?

2010-02-09 Thread dan
Note: I had this problem as well. I was using the caching strategy outlined in http://henritersteeg.wordpress.com/2009/03/30/generic-db-caching-in-google-app-engine/, which relies on the signature of db.get(). Dan On Feb 9, 3:08 am, dobee wrote: > ok, we now fixed the compatibility issues on o