We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I dont think anyone noticed
Traceback (most recent call last): File "/srv/reggie/env/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 630, in respond self._do_respond(path_info) File "/srv/reggie/env/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 689, in _do_respond response.body = self.handler() File "/srv/reggie/env/lib/python3.6/site-packages/cherrypy/lib/encoding.py", line 221, in call self.body = self.oldhandler(*args, **kwargs) File "/srv/reggie/env/lib/python3.6/site-packages/cherrypy/_cpdispatch.py", line 54, in call return self.callable(*self.args, **self.kwargs) File "/srv/reggie/plugins/uber/uber/decorators.py", line 477, in with_timed return func(*args, **kwargs) File "/srv/reggie/plugins/uber/uber/decorators.py", line 503, in with_session retval = func(*args, session=session, **kwargs) File "/srv/reggie/plugins/uber/uber/decorators.py", line 630, in with_restrictions return func(*args, **kwargs) File "/srv/reggie/plugins/uber/uber/decorators.py", line 558, in with_rendering result = func(*args, **kwargs) TypeError: protected() missing 1 required keyword-only argument: 'csrf_token'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I dont think anyone noticed
Traceback (most recent call last):
File "/srv/reggie/env/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 630, in respond
self._do_respond(path_info)
File "/srv/reggie/env/lib/python3.6/site-packages/cherrypy/_cprequest.py", line 689, in _do_respond
response.body = self.handler()
File "/srv/reggie/env/lib/python3.6/site-packages/cherrypy/lib/encoding.py", line 221, in call
self.body = self.oldhandler(*args, **kwargs)
File "/srv/reggie/env/lib/python3.6/site-packages/cherrypy/_cpdispatch.py", line 54, in call
return self.callable(*self.args, **self.kwargs)
File "/srv/reggie/plugins/uber/uber/decorators.py", line 477, in with_timed
return func(*args, **kwargs)
File "/srv/reggie/plugins/uber/uber/decorators.py", line 503, in with_session
retval = func(*args, session=session, **kwargs)
File "/srv/reggie/plugins/uber/uber/decorators.py", line 630, in with_restrictions
return func(*args, **kwargs)
File "/srv/reggie/plugins/uber/uber/decorators.py", line 558, in with_rendering
result = func(*args, **kwargs)
TypeError: protected() missing 1 required keyword-only argument: 'csrf_token'
The text was updated successfully, but these errors were encountered: