Skip to content

Instantly share code, notes, and snippets.

@litzomatic
Created April 26, 2012 15:16
Show Gist options
  • Save litzomatic/2500302 to your computer and use it in GitHub Desktop.
Save litzomatic/2500302 to your computer and use it in GitHub Desktop.
Unobvious error using Python2.7 and CherryPy
Unobvious error using Python2.7 and CherryPy
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/usr/local/lib/python2.7/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
return self.callable(*self.args, **self.kwargs)
TypeError: logout() got multiple values for keyword argument 'page_url'
This may mean you forgot the self argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment