<class 'AttributeError'> at /blog/229/some_handy_running_calculations

'Handler' object has no attribute 'Error'

Python /home/hammertime_user/apps/qf/myapp/handlers.py in blog, line 880
Web GET https://quandyfactory.com/blog/229/some_handy_running_calculations

Traceback (innermost first)

Request information

INPUT

No data.

No data.

META

VariableValue
app_stack
[<web.application.application object at 0x7f0479348700>]
fullpath
'/blog/229/some_handy_running_calculations'
headers
[]
home
'https://quandyfactory.com'
homedomain
'https://quandyfactory.com'
homepath
''
host
'quandyfactory.com'
ip
'127.0.0.1'
method
'GET'
output
''
path
'/blog/229/some_handy_running_calculations'
protocol
'https'
query
''
realhome
'https://quandyfactory.com'
status
'200 OK'

ENVIRONMENT

VariableValue
HTTP_ACCEPT
'*/*'
HTTP_CONNECTION
'upgrade'
HTTP_FORWARDED_REQUEST_URI
'/blog/229/some_handy_running_calculations'
HTTP_HOST
'quandyfactory.com'
HTTP_HTTPS
'on'
HTTP_USER_AGENT
'claudebot'
HTTP_X_FORWARDED_FOR
'34.201.122.150'
HTTP_X_FORWARDED_HOST
'quandyfactory.com'
HTTP_X_FORWARDED_PROTO
'https'
HTTP_X_FORWARDED_SERVER
'quandyfactory.com'
HTTP_X_FORWARDED_SSL
'on'
PATH_INFO
'/blog/229/some_handy_running_calculations'
QUERY_STRING
''
REMOTE_ADDR
'127.0.0.1'
REMOTE_PORT
'19674'
REQUEST_METHOD
'GET'
REQUEST_URI
'/blog/229/some_handy_running_calculations'
SCRIPT_NAME
''
SERVER_NAME
'vps65.opalstack.com'
SERVER_PORT
'62592'
SERVER_PROTOCOL
'HTTP/1.1'
UWSGI_ROUTER
'http'
uwsgi.core
1
uwsgi.node
b'vps65.opalstack.com'
uwsgi.version
b'2.0.23'
wsgi.errors
<_io.TextIOWrapper name=2 mode='w' encoding='ISO-8859-1'>
wsgi.file_wrapper
<built-in function uwsgi_sendfile>
wsgi.input
<uwsgi._Input object at 0x7f0476e0f910>
wsgi.multiprocess
True
wsgi.multithread
True
wsgi.run_once
False
wsgi.url_scheme
'https'
wsgi.version
(1, 0)

You're seeing this error because you have web.config.debug set to True. Set that to False if you don't want to see this.