Hi, Running Django 1.1rc1 via wsgi. Here's the stdout including the request that raised the exception:
125.65.165.139 - - [26/Jul/2009 23:02:46] "GET http://pv.wantsfly.com/prx.php?hash=65B15474B46964654834EDB41F4020883D0D9A08F7F9 HTTP/1.0" 500 59 Traceback (most recent call last): File "/usr/local/lib/python2.6/wsgiref/handlers.py", line 93, in run self.result = application(self.environ, self.start_response) File "/usr/local/lib/python2.6/site-packages/django/core/servers/ basehttp.py", line 636, in __call__ return self.application(environ, start_response) File "/usr/local/lib/python2.6/site-packages/django/core/handlers/ wsgi.py", line 241, in __call__ response = self.get_response(request) File "/usr/local/lib/python2.6/site-packages/django/core/handlers/ base.py", line 115, in get_response return debug.technical_404_response(request, e) File "/usr/local/lib/python2.6/site-packages/django/views/debug.py", line 247, in technical_404_response tried = exception.args[0]['tried'] KeyError: 'tried' Should KeyError be added to the list of exceptions types excepted in debug.py on line 248? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---