slazarov / python-bittrex-websocket

Python websocket for Bittrex (non async).
http://python-bittrex-websocket-docs.readthedocs.io/en/latest/index.html
MIT License
103 stars 38 forks source link

AttributeError: 'ReconnectEvent' object has no attribute 'invoke' #88

Open sahfd4eiugf opened 5 years ago

sahfd4eiugf commented 5 years ago

I have been getting connection stability errors since 1-2 days ago. Mainly the websocket._exceptions.WebSocketConnectionClosedException: Connection is already closed, error is back again every few minutes, attempting reconnection, thats already an issue (maybe Bittrex changed something on their side?) But the real issue is when everything gets blocked by the ReconnectEvent and then I stay offline. Anybody else getting this?

calvinleungyk commented 5 years ago

Hi, any updates? I've been getting this too.