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
This is a little tricky to reliably reproduce but it seems that if you run enough downloads inside a jupyter kernel (where parfive's asyncio loop is running in a thread) the following message appears:
Exception ignored in: <function BaseEventLoop.__del__ at 0x7fe4320fc820>
Traceback (most recent call last):
File "/usr/lib/python3.10/asyncio/base_events.py", line 687, in __del__
self.close()
File "/usr/lib/python3.10/asyncio/unix_events.py", line 71, in close
self.remove_signal_handler(sig)
File "/usr/lib/python3.10/asyncio/unix_events.py", line 160, in remove_signal_handler
signal.signal(sig, handler)
File "/usr/lib/python3.10/signal.py", line 56, in signal
handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
ValueError: signal only works in main thread of the main interpreter
The text was updated successfully, but these errors were encountered:
This is a little tricky to reliably reproduce but it seems that if you run enough downloads inside a jupyter kernel (where parfive's asyncio loop is running in a thread) the following message appears:
The text was updated successfully, but these errors were encountered: