Created
October 8, 2011 14:47
-
-
Save graylikeme/1272378 to your computer and use it in GitHub Desktop.
Tornado error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16:46:41 web.1 | ERROR:root:Uncaught exception GET /css/streetcode.css (127.0.0.1) | |
| 16:46:41 web.1 | HTTPRequest(protocol='http', host='localhost:5000', method='GET', uri='/css/streetcode.css', version='HTTP/1.1', remote_ip='127.0.0.1', body='', headers={'Connection': 'keep-alive', 'Accept-Language': 'ru', 'Accept-Encoding': 'gzip, deflate', 'Cookie': 'csrftoken=811fbb57a02e031bf3558b124e5d60cd', 'Host': 'localhost:5000', 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50'}) | |
| 16:46:41 web.1 | Traceback (most recent call last): | |
| 16:46:41 web.1 | File "/Users/stanislav/Heroku/Streetcode/lib/python2.7/site-packages/tornado/web.py", line 954, in _execute | |
| 16:46:41 web.1 | getattr(self, self.request.method.lower())(*args, **kwargs) | |
| 16:46:41 web.1 | TypeError: get() takes at least 2 arguments (1 given) | |
| 16:46:41 web.1 | ERROR:root:500 GET /css/streetcode.css (127.0.0.1) 29.57ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment