EmpowerZ
EmpowerZ
pip install git+https://github.com/pytube/pytube.git@refs/pull/1422/head --force
The error crashes the Python process. Also here's some additional info gathered after crash: ```(gdb) info threads Id Target Id Frame 1 Thread 0x7ffff7fe3740 (LWP 31681) "python3.7" 0x00007ffff741fa46 in do_futex_wait.constprop...
Yes it reproduces with 0.17.0 as well. However I think I found the reason for the issue. It was caused by using this function to cleanup aiohttp connections: ``` def...