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
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
It's not meant for you loiclornic, but I suppose you were dealing with the same kind of issue I have.
Something like this in logs: error from callback <bound method WebSocketConnector._on_open of <HitBTCConnector(Thread-1, started daemon 140105975695104)>>: _on_open() missing 1 required positional argument: 'ws'
Fast and dirty solution - downgrade websocket-client to 0.48.0 pip install websocket-client==0.48.0
Hi,
I have a problem to connect with the websocket. Are there some specific requirements regarding ports / local host / firewall?
I have followed your example usage, however I didn't manage to start the websocket connection.
Thanks,
Loic
The text was updated successfully, but these errors were encountered: