Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade aiohttp to 3.8.1 #972

Merged
merged 1 commit into from
Feb 15, 2022
Merged

Upgrade aiohttp to 3.8.1 #972

merged 1 commit into from
Feb 15, 2022

Conversation

leplatrem
Copy link
Contributor

aio-libs/aiohttp#5905

Fixes crash with:

TypeError: gather() got an unexpected keyword argument 'loop'
(1 additional frame(s) were not displayed)
...
  File "runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "__main__.py", line 6, in <module>
    main(sys.argv[1:])
  File "telescope/app.py", line 478, in main
    web.run_app(app, host=config.HOST, port=config.PORT, print=False)
  File "aiohttp/web.py", line 512, in run_app
    _cancel_tasks({main_task}, loop)
  File "aiohttp/web.py", line 444, in _cancel_tasks
    asyncio.gather(*to_cancel, loop=loop, return_exceptions=True)

@leplatrem leplatrem merged commit e7241f6 into main Feb 15, 2022
@leplatrem leplatrem deleted the upgrade-aiothttp branch February 15, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants