All my request that go through Django throw this exception:
<class 'django.dispatch.errors.DispatcherKeyError'>: 'No receivers
found for signal <object object at 0xa0f78933d8597a88> from sender
_Any'

Traceback (most recent call last):
  File "/base/data/home/apps/<myapp>/96.1/main.py", line 26, in
<module>
    django.core.signals.got_request_exception)
  File "/base/python_lib/versions/1/django/dispatch/dispatcher.py",
line 213, in disconnect
    sender

All non-Django stuff works well.

line 26 is:
django.dispatch.dispatcher.disconnect
(django.db._rollback_on_exception,
 
django.core.signals.got_request_exception)

Are migrating to Django 1.0??

--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to