binancePump
binancePump copied to clipboard
Binance Websocket error
I am trying to run the program but I am getting web socket error. Can you please check it what is the issue? Please check the screenshot to properly check the error.
The BinanceSocketManager is no longer in the websocket. try this... from binance.streams import BinanceSocketManager
with all the respect to @gultekinkelce, the best thing to do is to make your python-binance version to 0.7.3. At least that worked to me Trying to do binance.websockets to binance.streams will cause you damages in other lines of the code.. To do the python version 0.7.3, Go to your terminal and type pip install --upgrade python-binance==0.7.3 I hope I helped you (leave the code as it is)