Closed swedishmike closed 6 years ago
What version of websocket-client do you use?
print(websocket.version) 0.49.0
@wagner-certat Thanks for giving me the idea. I tested and installed websocket-client 0.48.0 and it works. It seems that version 0.49.0 that was released a couple of days ago must have changed something that breaks this.
It could be that this Pull request https://github.com/websocket-client/websocket-client/pull/462 from the websocket-client project addresses this. It looks similar but I'm not confident enough in my knowledge to say whether or not it is the same problem?
You could apply the change to your local installation and check if the problem's gone?
I uninstalled 0.48.0, downloaded 0.49.0 from the repo, changed according to the pull request and re-installed using python setup.py install
. No dice - still the same issue. I believe my method of testing is fairly correct?
I've not seen any changelog that indicates an enforced changed behavior from the websocket-client end so I assume the issue would be there and I should close this ticket?
Now that I got the code I might try and see - low hope - if I can spot what they've changed to break this.
If anyone runs into the same problem just use the following version :
websocket-client==0.48.0
certstream==1.9
i had the same issue and the above post worked for me. created a venv and installed specifically those two versions, and things seem to be working well
Hey folks! Glad to see that worked. I'm going to pin the dependency then as part of the certstream-python installation so people shouldn't have to pin it themselves. Once I cut 2.0 do you folks mind helping me test this is working as expected?
We're live with release 1.10
, please upgrade and let me know if you all have any further issues!
I had some initial issues that I thought was entirely down to me and my code so I tried the example in the Readme just to have a working starting point. However, that throws errors as well. I've tried it with both Python 2.7 and 3.7 and both gives the same errors.
I've tried both version 1.8 and 1.9 - just to check - and both gives the same errors under both versions of Python.
I'm still very open to it being me - but the sample code should in theory work - could there have been any changes to websocket that might need looking at from this projects code?