Closed HugooB closed 3 years ago
Using certstream==1.10 fixes for me.
Also, the error is like this for me
ERROR:websocket:error from callback <bound method CertStreamClient._on_message of <certstream.core.CertStreamClient object at 0x7f85ecd3ad30>>: _on_message() takes 2 positional arguments but 3 were given
File "/home/serkan/.local/lib/python3.8/site-packages/websocket/_app.py", line 388, in _callback
callback(self, *args)
ERROR:websocket:error from callback <bound method CertStreamClient._on_message of <certstream.core.CertStreamClient object at 0x7f85ecd3ad30>>: _on_message() takes 2 positional arguments but 3 were given
File "/home/serkan/.local/lib/python3.8/site-packages/websocket/_app.py", line 388, in _callback
callback(self, *args)
^CERROR:websocket:error from callback <bound method CertStreamClient._on_error of <certstream.core.CertStreamClient object at 0x7f85ecd3ad30>>: _on_error() takes 2 positional arguments but 3 were given
File "/home/serkan/.local/lib/python3.8/site-packages/websocket/_app.py", line 388, in _callback
callback(self, *args)
Hi folks, this should be fixed with #42
Awesome, thanks @Fitblip!
Hi!
It seems that https://github.com/websocket-client/websocket-client has changed something, which causes certstream to fail. Could somebody fix this issue?
Similar to #39 ?
Quick fix Pin requirements to
websocket-client==0.57.0