Skip to content

error with python 3.5 #1

@KarlosW

Description

@KarlosW

Traceback (most recent call last):
File "async.py", line 26, in
app.run()
File "poloniex-api/poloniex/app.py", line 81, in run
self.init_api(self.loop, session)
File "poloniex-api/poloniex/app.py", line 68, in init_api
stop_decorator(self.main, self.push)()
File "/usr/lib64/python3.5/site-packages/asyncio-3.4.3-py3.5.egg/asyncio/tasks.py", line 567, in gather
fut = async(arg, loop=loop)
File "/usr/lib64/python3.5/site-packages/asyncio-3.4.3-py3.5.egg/asyncio/tasks.py", line 516, in async
raise TypeError('A Future or coroutine is required')
TypeError: A Future or coroutine is required
sys:1: RuntimeWarning: coroutine 'AsyncApp.init_api..stop_decorator.' was never awaited
sys:1: RuntimeWarning: coroutine 'WAMPClient.start' was never awaited

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions