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

Unhandled Exception Message = <'PassthroughUuid'> #87

Open wixihatchi opened 5 years ago

wixihatchi commented 5 years ago

Bittrex has made some changes to their api. I am getting a new error when an order is placed or cancelled.

Unhandled Exception = <class 'KeyError'>, Message = <'PassthroughUuid'>. Auto-reconnection is disabled for unhandled exceptions. Report to https://github.com/slazarov/python-bittrex-websocket.

wixihatchi commented 5 years ago

I sure wish this were fixed so I could turn my bot back on.

It disconnects every time I place or cancel an order.