Example not finished properly on Ubuntu
nizaevka opened this issue · 4 comments
Hello, thanks for your work,
I run ''record_trades.py" from examples directory on Linux(python2.7), the process not finished at the end (just freezes after closing connection).
OUTPUT:
`2018-07-21 00:28:16 - bittrex_websocket.websocket_client - INFO - Establishing connection to Bittrex through https://beta.bittrex.com/signalr.
2018-07-21 00:28:20 - bittrex_websocket.websocket_client - INFO - Successfully subscribed to [SubscribeToExchangeDeltas] for [BTC-ETH].
2018-07-21 00:28:20 - bittrex_websocket.websocket_client - INFO - Successfully subscribed to [SubscribeToExchangeDeltas] for [BTC-NEO].
2018-07-21 00:28:20 - bittrex_websocket.websocket_client - INFO - Successfully subscribed to [SubscribeToExchangeDeltas] for [BTC-ZEC].
2018-07-21 00:28:20 - bittrex_websocket.websocket_client - INFO - Successfully subscribed to [SubscribeToExchangeDeltas] for [ETH-NEO].
2018-07-21 00:28:20 - bittrex_websocket.websocket_client - INFO - Successfully subscribed to [SubscribeToExchangeDeltas] for [ETH-ZEC].
...
2018-07-21 00:28:22 - bittrex_websocket.websocket_client - INFO - Bittrex connection successfully closed.`
--the process hangs--
The same problems with other examples, looks like something with daemon status of threads. on windows everything works fine, could you help? Does anybody have the same?
Version: 1.0.5.
I change url to beta because of QueryExchangeState Market Name is None.
Hi, I cant seem to replicate it.
- Are you running it in a clean venv? Perhaps there might be a library which is conflicting with it.
- The most recent version is 1.0.6.2
Thanks, my fault, i made minor changes which cause of issue