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

[windows][python3.8][asyncio][aiohttp] Event loop is closed #1350

Open
GuillaumeDSM opened this issue Oct 26, 2020 · 0 comments
Open

[windows][python3.8][asyncio][aiohttp] Event loop is closed #1350

GuillaumeDSM opened this issue Oct 26, 2020 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file pending

Comments

@GuillaumeDSM
Copy link
Member

This is a Windows only issue.
Since Python3.8, the Windows loop default implementation generates issues with several libs including aiohttp.
image

To avoid this warning, SelectorEventLoop (see event_loop doc) is forced in

fix from encode/httpx#914 (comment)

This warning also sometime appears during the bot run (ex: after a data collector run). Is currently accepted and only visible in console logs.
For now no fix is available.

Todo: Use fixed versions of python or aiohttp and revert SelectorEventLoop force is tests.

@GuillaumeDSM GuillaumeDSM added dependencies Pull requests that update a dependency file pending labels Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pending
Projects
None yet
Development

No branches or pull requests

2 participants