ogu83 / binancePump

Binance Pump Detector
53 stars 30 forks source link

Binance Websocket error #5

Open jolieprince opened 2 years ago

jolieprince commented 2 years ago

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. Screenshot_2

gultekinkelce commented 2 years ago

The BinanceSocketManager is no longer in the websocket. try this... from binance.streams import BinanceSocketManager

LaDice commented 1 year ago

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)