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
Traceback (most recent call last):
File "/home/inso/code/ucoin/sakia/test.py", line 22, in <module>
loop.run_until_complete(connect())
File "/home/inso/.pyenv/versions/sakia-env/lib/python3.5/site-packages/quamash/__init__.py", line 243, in run_until_complete
return future.result()
File "/home/inso/.pyenv/versions/3.5.0/lib/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
File "/home/inso/.pyenv/versions/3.5.0/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(value)
File "/home/inso/code/ucoin/sakia/test.py", line 10, in connect
async for msg in the_ws:
TypeError: 'async for' requires an object with __aiter__ method, got _DetachedWSRequestContextManager
Is it a bug or am I supposed to do it differently ?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to run the following :
It fails with the following error :
Is it a bug or am I supposed to do it differently ?
The text was updated successfully, but these errors were encountered: