python-bittrex-websocket
python-bittrex-websocket copied to clipboard
Python websocket for Bittrex (non async).
The code to get tickers doesn't seem to work anymore. It may be due to the fact that this was made back in 2017/18 and many updates have taken place....
Unhandled Exception = , Message = . Auto-reconnection is disabled for unhandled exceptions. Report to https://github.com/slazarov/python-bittrex-websocket. 2021-01-30 16:11:10 - bittrex_websocket.websocket_client - ERROR - Unhandled Exception = , Message = ....
the strict version requirement for `requests==2.20.0` is making this difficult to be used in projects such as [fastapi](https://github.com/tiangolo/fastapi/tree/master/fastapi) which requires `requests>=2.24.0`
I'm not sure I understand how the solution was found here. I am having the same issue as this. I've called authenticate with my key and secret; if I don't...
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...
There is a bug with ws.order_books. It seems that the asks and bids are correctly refreshed but lastest prices contained in the key "f" are not. When you restart the...
Bittrex has made some changes to their api. I am getting a new error when an order is placed or cancelled. Unhandled Exception = , Message = . Auto-reconnection is...
SSL Fail
With a cut and paste of this example: https://github.com/slazarov/python-bittrex-websocket/blob/master/examples/ticker_updates.py I'm getting the following: 2018-07-17 12:25:53 - bittrex_websocket.websocket_client - INFO - Establishing connection to Bittrex through https://socket.bittrex.com/signalr. 2018-07-17 12:25:53 - bittrex_websocket.websocket_client...
Hi, I'm not familiar with websocket but to my understanding it's a real-time push notification of market data, right? So would you say it's a more efficient way to get...
I've tried the examples in the how to along with ticker.updates.py and the only response I'm receiving is ssl.SSLError. Any suggestions? Thanks in advance. 2018-10-15 20:34:12 - bittrex_websocket.websocket_client - INFO...