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

SubscribeToExchangeDeltas failing for some symbols #58

Closed saurabh-rajput closed 6 years ago

saurabh-rajput commented 6 years ago

While subscribing to BTC-ETH works fine. Subscribing to symbols like 'BTC-DNT' fails with the error

2018-04-21 10:51:03 - bittrex_websocket.websocket_client - INFO - Successfully subscribed to [QueryExchangeState] for [BTC-DNT].

2018-04-21 10:51:05 - bittrex_websocket.websocket_client - ERROR - Undocumented error message received with code -1 and payload: invoke_type. Report to https://github.com/slazarov/python-bittrex-websocket

slazarov commented 6 years ago

Works fine on my end. Post your script.

saurabh-rajput commented 6 years ago

I think this is non issue. Sorry for post. Your examples work fine. I will review my code again