mixer/beam-client-python

UnknownError: <Response [200]>

pannous opened this issue · 4 comments

Traceback (most recent call last):
File "example.py", line 16, in
chat.authenticate(config.CHANNEL)
File "/beam-client-python/chatty/connection.py", line 80, in authenticate
self._log_into_beam()
File "/beam-client-python/chatty/connection.py", line 54, in _log_into_beam
raise UnknownError(login_response)
chatty.errors.UnknownError: <Response [200]>

The python example is currently super broken.

XCanG commented

Same error.

Should be fixed now, thanks to #4. 😄

200sc commented

This same error is now being mislogged here.
The line should log the chat_response, not the login_response