Error AttributeError: 'coroutine' object has no attribute '_set_loop' RuntimeWarning: coroutine 'init_app' was never awaited
git579 opened this issue · 4 comments
git579 commented
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
jettify commented
Probably missed await
before init_app
, would you like to fix demo?
git579 commented
I beginner i cant
gyermolenko commented
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.
gyermolenko commented
closing since I wasn't able to reproduce the issue
@git579 feel free to reopen with more detiails