Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Trying basic examples I get an error #16

Open
fedecaccia opened this issue Oct 11, 2019 · 2 comments
Open

Trying basic examples I get an error #16

fedecaccia opened this issue Oct 11, 2019 · 2 comments

Comments

@fedecaccia
Copy link

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: Enable tracemalloc to get the object allocation traceback
@CraneCooker
Copy link

I met the same error when I run this in a docker. although it run well in ubuntu or Anaconda Spyder.
some other scripts (like the sample in Quickstart), run well in docker. but can't run in ubuntu.
the docker and ubuntu has same version and python are all 3.6.8 by the way.

@andreidemin
Copy link

andreidemin commented May 10, 2020

solution to the problem:
pip uninstall bittrex-websocket
pip uninstall bittrex-websocket-aio
pip install bittrex-websocket-aio

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants