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
I got next errors when I try to use last version of websocket (0.56.0):
error from callback <bound method Connection._on_open of <Connection(Thread-8, started daemon 14424)>>: _on_open() missing 1 required positional argument: 'ws'
error from callback <bound method Connection._on_message of <Connection(Thread-8, started daemon 14424)>>: _on_message() missing 1 required positional argument: 'message'
It works good if I downgrade websocket-client to version 0.48.0.
It seems like according to recent changes of websocket-client, the callback function does not receive WebSocketApp instance if it is a method of any class.
I got next errors when I try to use last version of websocket (0.56.0):
It works good if I downgrade websocket-client to version 0.48.0.
It seems like according to recent changes of websocket-client, the callback function does not receive WebSocketApp instance if it is a method of any class.
Recent changes of websocket-client
The text was updated successfully, but these errors were encountered: