Closed mr-n30 closed 3 years ago
This method solved my problem, thank you!
Seeing the same error with python 3.9.1.
[ERROR:websocket] 2021-04-28 11:57:39,876 - error from callback <bound method CertStreamClient._on_message of <certstream.core.CertStreamClient object at 0x7fc84b42c640>>: _on_message() takes 2 positional arguments but 3 were given
Hi folks, this should be fixed with #42
Confirmed that it's working now
Hello,
pip install certstream generates the following error:
To fix it I did the following steps (You may have to use pip and pip3 just in case):
Now edit the requirements.txt file and change websocket-client>=0.56.0 to websocket-client==0.56.0
Now run:
pip install -r requirements.txt
Everything should work now. If not try the following as well: pip3 install -r requirements.txt python3 setup.py install
Now you can just run the Python script with:
Note I'm using Python 3.8.5