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", line 991, in get_by_key_name
    return get(keys[0], rpc=rpc)
TypeError: get_cached() got an unexpected keyword argument 'rpc'

If db.get changed, you would have to change google/appengine/ext/db/
__init__.py, but I presume that is replaced when you upload anyway.

Did Model.get_by_key_name change?

Dan

On Feb 9, 3:08 am, dobee <berndd...@gmail.com> wrote:
> 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 reason we cannot forsee.
>
> thx, bernd

-- 
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-appeng...@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