{% if exception_value %}{{ exception_value|e }}{% else %}No exception message supplied{% endif %}
Exception Type: | {{ exception_type }} |
---|---|
Exception Value: |
{{ exception_value|e }} |
Exception Location: | {{ lastframe.filename|escape }} in {{ lastframe.function|escape }}, line {{ lastframe.lineno }} |
Python Executable: | {{ sys_executable|escape }} |
Python Version: | {{ sys_version_info }} |
Python Path: |
{{ sys_path|pprint }} |
Server time: | {{ server_time }} |
The string that could not be encoded/decoded was: {{ unicode_hint|e }}
{{ frame.filename|escape }}
in {{ frame.function|escape }}
{% if frame.context_line %}
{{ line|escape }}
{{ frame.context_line|escape }}{% if not is_email %} ...{% endif %}
{{ line|escape }}
Variable | Value |
---|---|
{{ var.0|e }} |
{{ var.1 }} |