You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
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 use authenticate (i.e. don't register for information about orders) then I don't get this crash. It also only sometimes crashes like this since it's only an infrequent crash. Thoughts?
File "/code/market/sockets.py", line 61, in _connection_handler
self.connection.conn.start()
File "/usr/local/lib/python3.6/dist-packages/bittrex_websocket/_signalr.py", line 53, in start
self.queue_handler()
File "/usr/local/lib/python3.6/dist-packages/bittrex_websocket/_signalr.py", line 64, in queue_handler
raise self.exception
File "/usr/local/lib/python3.6/dist-packages/bittrex_websocket/_signalr.py", line 41, in wrapped_listener
listener()
File "/usr/local/lib/python3.6/dist-packages/signalr/transports/_ws_transport.py", line 42, in _receive
self._handle_notification(notification)
File "/usr/local/lib/python3.6/dist-packages/bittrex_websocket/_signalr.py", line 105, in _handle_notification
self._connection.received.fire(**data)
File "/usr/local/lib/python3.6/dist-packages/signalr/events/_events.py", line 15, in fire
handler(*args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/bittrex_websocket/websocket_client.py", line 298, in _on_debug
self._is_query_invoke(kwargs)
File "/usr/local/lib/python3.6/dist-packages/bittrex_websocket/websocket_client.py", line 302, in _is_query_invoke
invoke = self.invokes[int(kwargs['I'])]['invoke']
IndexError: list index out of range
list index out of range
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 use authenticate (i.e. don't register for information about orders) then I don't get this crash. It also only sometimes crashes like this since it's only an infrequent crash. Thoughts?
Originally posted by @KevinTurnbull in #77 (comment)
The text was updated successfully, but these errors were encountered: