python-bittrex-websocket-aio icon indicating copy to clipboard operation
python-bittrex-websocket-aio copied to clipboard

Trying basic examples I get an error

Open fedecaccia opened this issue 6 years ago • 2 comments
trafficstars

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

fedecaccia avatar Oct 11 '19 18:10 fedecaccia

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.

CraneCooker avatar Dec 01 '19 11:12 CraneCooker

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

andreidemin avatar May 10 '20 00:05 andreidemin