UnknownError: <Response [200]>
pannous opened this issue · 4 comments
pannous commented
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]>
Innectic commented
The python example is currently super broken.
XCanG commented
Same error.