Our app just started getting an error at 12:50pm pacific time:
TypeError: getCached() got an unexpected keyword argument 'rpc'

See the stack trace below (with our app name replaced with "our_app").
We're running app-engine-patch 1.0, but the app has been working for
over a month without error, and we haven't changed a thing. What's
happening?

This issue is also at filed at
http://code.google.com/p/googleappengine/issues/detail?id=2743.

Dan

sys.path: ['/base/data/home/apps/our_app/5.338681474641969036', '/base/
data/home/apps/our_app/5.338681474641969036/common', '/base/data/home/
apps/our_app/5.338681474641969036/common/appenginepatch/
appenginepatcher/lib', '/base/data/home/apps/our_app/
5.338681474641969036/common/zip-packages/django-1.0.2.zip', '/base/
data/home/apps/our_app/5.338681474641969036/common/appenginepatch', '/
base/python_dist/lib/python25.zip', '/base/python_lib/versions/
third_party/django-0.96', '/base/python_dist/lib/python2.5/', '/base/
python_dist/lib/python2.5/plat-linux2', '/base/python_dist/lib/
python2.5/lib-tk', '/base/python_dist/lib/python2.5/lib-dynload', '/
base/python_lib/versions/1', '/base/data/home/apps/our_app/
5.338681474641969036/']
Exception in request:
Traceback (most recent call last):
  File "/base/data/home/apps/our_app/5.338681474641969036/common/zip-
packages/django-1.0.2.zip/django/core/handlers/base.py", line 86, in
get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/base/data/home/apps/our_app/5.338681474641969036/our_app/
views.py", line 141, in category_products
    'bookmark': bookmark,
  File "/base/data/home/apps/our_app/5.338681474641969036/our_app/
views.py", line 59, in respond
    return render_to_response(request, template, params)
  File "/base/data/home/apps/our_app/5.338681474641969036/common/
appenginepatch/ragendja/template.py", line 68, in render_to_response
    response = HttpResponse(render_to_string(request, template_name,
data),
  File "/base/data/home/apps/our_app/5.338681474641969036/common/
appenginepatch/ragendja/template.py", line 57, in render_to_string
    context_instance=RequestContext(request))
  File "/base/data/home/apps/our_app/5.338681474641969036/common/zip-
packages/django-1.0.2.zip/django/template/context.py", line 105, in
__init__
    self.update(processor(request))
  File "/base/data/home/apps/our_app/5.338681474641969036/our_app/
context_processors.py", line 13, in three_grids_vars
    source_url = urlparse.urljoin(util.get_domain(), request.path)
  File "/base/data/home/apps/our_app/5.338681474641969036/our_app/
util.py", line 21, in get_domain
    domain = 'http://%s' % Site.objects.get_current().domain # django
caches this
  File "/base/data/home/apps/our_app/5.338681474641969036/common/zip-
packages/django-1.0.2.zip/django/contrib/sites/models.py", line 23, in
get_current
    current_site = Site.get(sid)
  File "/base/python_lib/versions/1/google/appengine/ext/db/
__init__.py", line 958, in get
    results = get(keys, rpc=rpc)
TypeError: getCached() got an unexpected keyword argument 'rpc'

-- 
You received this message because you are subscribed to the Google Groups 
"app-engine-patch" 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/app-engine-patch?hl=en.

Reply via email to