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
web.run_app does not provide correct default access_log_format, because of this None is being passed into AccessLogger.compile_format and causes an error. Because of this application cannot proceed requests correctly.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
web.run_app does not provide correct default
access_log_format
, because of thisNone
is being passed intoAccessLogger.compile_format
and causes an error. Because of this application cannot proceed requests correctly.aiohttp/aiohttp/web.py
Lines 39 to 43 in 19c138c
Expected behaviour
Having
helpers.AccessLogger.LOG_FORMAT
as default valueActual behaviour
None
as default value for access log formatSteps to reproduce
Querying
0.0.0.0:8080
returns nothing, stopping aiohttp produces following traceback before finish of the loop:The text was updated successfully, but these errors were encountered: