You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I start websocket like so within in my __init__ method:
threading.Thread(target=self.start_ws).start()
I get the error:
2021-06-21 11:12:18,826 ERROR :: error from callback <bound method Client._on_close of <connectors.client.Client object at 0x0000028C93FDD130>>: _on_close() takes 2 positional arguments but 4 were given
Any idea what is going on here and why is it not working? I also can't see where 4 were given. It only seems be working when I go back version 0.58
How would I have to use it within the latest version?
The text was updated successfully, but these errors were encountered:
Ive updated the master branch, seems websocket-client has dropped support for older versions of python recently. I changed the setup file to require 0.59.0 which is the last version to support the older python versions
Hey,
I have the following code for my websocket:
when I start websocket like so within in my
__init__
method:I get the error:
Any idea what is going on here and why is it not working? I also can't see where 4 were given. It only seems be working when I go back version 0.58
How would I have to use it within the latest version?
The text was updated successfully, but these errors were encountered: