aio-libs/aiohttp-demos

Error AttributeError: 'coroutine' object has no attribute '_set_loop' RuntimeWarning: coroutine 'init_app' was never awaited

git579 opened this issue · 4 comments

I try command
python3 aiohttpdemo_blog/main.py -c config/user_config.toml
and get the error/ What i must to do

AttributeError: 'coroutine' object has no attribute '_set_loop'
sys:1: RuntimeWarning: coroutine 'init_app' was never awaited

Probably missed await before init_app, would you like to fix demo?

I beginner i cant

HI @git579
I run the app with python 3.6.5/aiohttp3.2.1 or with python 3.7.0 / aiohttp3.4.4 successfully.
Can you share your configuration please?
Full traceback also could probably help.

closing since I wasn't able to reproduce the issue
@git579 feel free to reopen with more detiails