python-bittrex-websocket-aio
python-bittrex-websocket-aio copied to clipboard
Python websocket for Bittrex (async).
TypeError: As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary
Line 42 in _transport.py can be modified to remove the `loop=self.ws_loop` argument, which make the code fail in Python 3.10.
Im running the example presented in this link: https://python-bittrex-websocket-docs.readthedocs.io/en/latest/howto.html (using steps 1 and 2) and I get the following error: ``` RuntimeWarning: coroutine 'MySocket.on_public' was never awaited f(*a, **kw) RuntimeWarning:...
First of all thanks for this library - very helpful. However I'm noticing that my connections periodically close without much information as to why. Its not that big of a...
Randomly getting this "error", but without any exception. Basically doesn't stop the script working but it seems I stop getting data from the private ws stream. Looks like public still...
On reconnect api key gets passed in as a list and fails to authenticate, we already store the api key so may as well just use it direct
Hi, Not more that one query_summary_state is succesfully made when previosuly "authentication" is performed. I did solve it by adding: `self.invokes.append({'invoke': invoke, 'ticker': None})` at **_handle_subscribe** function for the **invoke...