Skip to content

Instantly share code, notes, and snippets.

@claudiuapetrei
Created November 3, 2011 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudiuapetrei/1336696 to your computer and use it in GitHub Desktop.
Save claudiuapetrei/1336696 to your computer and use it in GitHub Desktop.
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] return self.environment.handle_exception(exc_info, True)
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] File "/env/lib/python2.6/site-packages/pyramid_debugtoolbar-0.9.4-py2.6.egg/pyramid_debugtoolbar/templates/toolbar.jinja2", line 62, in top-level template code
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] {{ panel.content()|safe }}
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] File "/env/lib/python2.6/site-packages/pyramid_debugtoolbar-0.9.4-py2.6.egg/pyramid_debugtoolbar/panels/request_vars.py", line 34, in content
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] 'post': [(k, request.POST.getall(k)) for k in request.POST],
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] File "/env/lib/python2.6/site-packages/WebOb-1.1.1-py2.6.egg/webob/multidict.py", line 406, in iterkeys
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] yield self._decode_key(k)
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] File "/env/lib/python2.6/site-packages/WebOb-1.1.1-py2.6.egg/webob/multidict.py", line 272, in _decode_key
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] key = key.decode(self.encoding, self.errors)
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] File "/usr/lib/python2.6/encodings/utf_8.py", line 16, in decode
[Thu Nov 03 16:40:29 2011] [error] [client 127.0.0.1] return codecs.utf_8_decode(input, errors, True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment