$escape(exception_type)

$escape(exception_value)

$escape(last_frame['filename']) in $escape(last_frame['function']), line $last_frame['lineno']

Traceback (toggle raw view)

A problem occurred in your Python WSGI application. Here is the sequence of function calls leading up to the error, in the order they occurred. Activate a code line to toggle context lines.

<% for num, frame in enumerate(frames) %>

$escape(frame['function']) in $escape(frame['filename'])

[inspect] <% if evalex %>[console]<% endif %> $code_table(frame) $var_table(frame['vars']) <% if evalex %>
[console ready]
<% endif %>
<% endfor %>

Here is the plain Python traceback for copy and paste:

$escape(plaintb)

Create a new Paste with this traceback in the lodgeit pastebin.

<% if req_vars %>

Request Data

The following list contains all important request variables. Select a header to expand the list.

<% for num, (key, info) in enumerate(req_vars) %>
$escape(key)
$var_table(info)
<% endfor %> <% endif %>