You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/cadaverous/.local/lib/python3.7/site-packages/bottle.py", line 862, in _handle
return route.call(**args)
File "/home/cadaverous/.local/lib/python3.7/site-packages/bottle.py", line 1742, in wrapper
rv = callback(*a, **ka)
File "/home/cadaverous/Projects/webapptut/todo.py", line 24, in do_login
auth.login(username, password, "/home", "/login/retry")
File "/home/cadaverous/.local/lib/python3.7/site-packages/cork/cork.py", line 130, in login
self._setup_cookie(username)
File "/home/cadaverous/.local/lib/python3.7/site-packages/cork/cork.py", line 603, in _setup_cookie
session['username'] = username
TypeError: 'NoneType' object does not support item assignment``
Cork v0.12
Bottle v0.13-dev
Source (ZIP File)
Python 3 Output
The text was updated successfully, but these errors were encountered: