My application was working fine until today, when the pages started
returning the message "There was an error while handling your
request." The logs show every single request has this error:
"ViewDoesNotExist: Tried yyy in module xxx.views. Error was: 'module'
object has no attribute 'TaskLeaseExpiredError'" What changed from
yesterday?
The app configuration is Python/Django 1.1 with AppEngine Patch and
the ragendja utilities. The code still works fine on my development
server.
The full log message is below:
Exception in request:
Traceback (most recent call last):
File "/base/data/home/apps/zzz/1.351829111215765616/zip-packages/
django-1.1.zip/django/core/handlers/base.py", line 83, in get_response
request.path_info)
File "/base/data/home/apps/zzz/1.351829111215765616/zip-packages/
django-1.1.zip/django/core/urlresolvers.py", line 218, in resolve
sub_match = pattern.resolve(new_path)
File "/base/data/home/apps/zzz/1.351829111215765616/zip-packages/
django-1.1.zip/django/core/urlresolvers.py", line 125, in resolve
return self.callback, args, kwargs
File "/base/data/home/apps/zzz/1.351829111215765616/zip-packages/
django-1.1.zip/django/core/urlresolvers.py", line 137, in
_get_callback
raise ViewDoesNotExist, "Tried %s in module %s. Error was: %s" %
(func_name, mod_name, str(e))
ViewDoesNotExist: Tried yyy in module xxx.views. Error was: 'module'
object has no attribute 'TaskLeaseExpiredError'
This is strange because I bundle my own Django 1.1 as a zip file.
Something else is causing the problem, and the app does not use any
tasks!
--
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.