Created
April 29, 2014 02:08
-
-
Save sqbing/11389150 to your computer and use it in GitHub Desktop.
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
| loginResponse: Traceback (most recent call last): | |
| File "/Library/Python/2.7/site-packages/tornado/web.py", line 1141, in _when_complete | |
| callback() | |
| File "/Library/Python/2.7/site-packages/tornado/web.py", line 1162, in _execute_method | |
| self._when_complete(method(*self.path_args, **self.path_kwargs), | |
| File "/Library/Python/2.7/site-packages/tornado/web.py", line 183, in post | |
| raise HTTPError(405) | |
| HTTPError: HTTP 405: Method Not Allowed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment