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
Hi,
I have a problem with tornado library.
[E 201030 11:28:26 websocket:261] Uncaught exception in /gateone/ws Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 258, in wrapper return callback(*args, **kwargs) File "./gateone.py", line 1102, in on_message self.commands[key](value) File "./gateone.py", line 1245, in authenticate secret, api_key, upn, timestamp) File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 2068, in _create_signature hash.update(utf8(part)) File "/usr/local/lib/python2.7/dist-packages/tornado/escape.py", line 168, in utf8 assert isinstance(value, unicode) AssertionError
Thx for reply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have a problem with tornado library.
[E 201030 11:28:26 websocket:261] Uncaught exception in /gateone/ws Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 258, in wrapper return callback(*args, **kwargs) File "./gateone.py", line 1102, in on_message self.commands[key](value) File "./gateone.py", line 1245, in authenticate secret, api_key, upn, timestamp) File "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 2068, in _create_signature hash.update(utf8(part)) File "/usr/local/lib/python2.7/dist-packages/tornado/escape.py", line 168, in utf8 assert isinstance(value, unicode) AssertionError
Thx for reply
The text was updated successfully, but these errors were encountered: