<type 'exceptions.UnboundLocalError'> at /project/29/report

local variable 'userid' referenced before assignment

Python /opt/angular-galton/galton.py in render, line 441
Web GET http://estimate.bz/project/29/report

Traceback (innermost first)

Response so far

HEADERS

VariableValue
Content-Type
'text/html; charset=utf-8'

BODY

Request information

INPUT

No data.

No data.

META

VariableValue
app_stack
[<web.application.application instance at 0xb78305ac>]
fullpath
u'/project/29/report'
headers
[('Content-Type', 'text/html; charset=utf-8')]
home
u'http://estimate.bz'
homedomain
u'http://estimate.bz'
homepath
u''
host
u'estimate.bz'
ip
u'127.0.0.1'
method
u'GET'
output
u''
path
u'/project/29/report'
protocol
u'http'
query
u''
realhome
u'http://estimate.bz'
status
'200 OK'

ENVIRONMENT

VariableValue
ACTUAL_SERVER_PROTOCOL
'HTTP/1.1'
HTTP_ACCEPT
'*/*'
HTTP_CONNECTION
'Keep-Alive'
HTTP_HOST
'estimate.bz'
HTTP_USER_AGENT
'claudebot'
HTTP_X_FORWARDED_FOR
'34.228.239.171'
HTTP_X_FORWARDED_HOST
'estimate.bz'
HTTP_X_FORWARDED_SERVER
'estimate.bz'
PATH_INFO
'/project/29/report'
QUERY_STRING
''
REMOTE_ADDR
'127.0.0.1'
REMOTE_PORT
'60188'
REQUEST_METHOD
'GET'
REQUEST_URI
'/project/29/report'
SCRIPT_NAME
''
SERVER_NAME
'localhost'
SERVER_PORT
'9090'
SERVER_PROTOCOL
'HTTP/1.1'
SERVER_SOFTWARE
'CherryPy/3.2.0 Server'
wsgi.errors
<open file '<stderr>', mode 'w' at 0xb7d810d0>
wsgi.input
<web.wsgiserver.KnownLengthRFile object at 0xb1e87c0c>
wsgi.multiprocess
False
wsgi.multithread
True
wsgi.run_once
False
wsgi.url_scheme
'http'
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.