← Back to team overview

ubuntu-bengali-manual team mailing list archive

[Bug 509763] [NEW] KeyError: tried

 

Public bug reported:

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'

** Affects: loco-directory
     Importance: Undecided
         Status: New


** Tags: server

-- 
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: New

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'





Follow ups

References