← Back to team overview

ubuntu-bengali-manual team mailing list archive

[Bug 509763] Re: KeyError: tried

 

Looking over my logs some more, I only see this error when someone is
trying to use the service as an http proxy.  I have another instance
running on port 8001, and it's not getting any of that traffic and shows
none of the error message.

** Changed in: loco-directory
       Status: New => Invalid

-- 
KeyError: tried
https://bugs.launchpad.net/bugs/509763
You received this bug notification because you are a member of Ubuntu
Bengali Manual, which is subscribed to loco-directory.

Status in LoCo Directory: Invalid

Bug description:
I had the following error on my server while running the loco-directory, not sure what caused it, but the django process died

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/django/core/servers/basehttp.py", line 279, in run
    self.result = application(self.environ, self.start_response)
  File "/usr/lib/pymodules/python2.6/django/core/servers/basehttp.py", line 651, in __call__
    return self.application(environ, start_response)
  File "/usr/lib/pymodules/python2.6/django/core/handlers/wsgi.py", line 241, in __call__
    response = self.get_response(request)
  File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py", line 115, in get_response
    return debug.technical_404_response(request, e)
  File "/usr/lib/pymodules/python2.6/django/views/debug.py", line 247, in technical_404_response
    tried = exception.args[0]['tried']
KeyError: 'tried'





References