websocket disconnects after upgrade from 0.7
Describe the bug I updated python-binance from 0.7 to 1.0.12. The websocket worked flawlessly under 0.7, but I wanted to have some new futures, hence the upgrade. However, after the update, the websocket is disconnecting after a while and does not reconnect.
Moreover, I get not shown any log details. How do I implement to access the log files to see where it is hanging?
streams = ['!bookTicker', '!markPrice@arr']
twm = ThreadedWebsocketManager(api_key=api_key, api_secret=api_secret)
twm.start()
twm.start_futures_multiplex_socket(callback=process_m_message, streams=streams)
twm.join()
- Python version: 3.8.10
- Virtual Env: conda
- OS: Windows]
- python-binance version 1.0.12
Similar issue after library update, multiplex, ticker and user stream keeps getting disconnected without any error (1.0.12).
to futher confirm: I just reset back to the old version: works flawlessly
I'm getting this same issue!
Same here! python-binance version 1.0.15