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

Running in Windows: RuntimeError('Event loop is closed') #59

Closed
nickpadd opened this issue Nov 30, 2023 · 2 comments
Closed

Running in Windows: RuntimeError('Event loop is closed') #59

nickpadd opened this issue Nov 30, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@nickpadd
Copy link
Owner

Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x0000021E941408B0>
Traceback (most recent call last):
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\asyncio\proactor_events.py", line 116, in __del__
    self.close()
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\asyncio\proactor_events.py", line 108, in close
    self._loop.call_soon(self._call_connection_lost, None)
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\asyncio\base_events.py", line 751, in call_soon
    self._check_closed()
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\asyncio\base_events.py", line 515, in _check_closed
Error:     raise RuntimeError('Event loop is closed')
@nickpadd nickpadd added the bug Something isn't working label Nov 30, 2023
@nickpadd
Copy link
Owner Author

This occurs in the github workflow only on Windows.

@Manjul1225

This comment was marked as off-topic.

@nickpadd nickpadd closed this as completed Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants