We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2023.07.27
2023.11.14
pip
Ignoring error: [Errno 24] Too many open files
I am getting the following error when trying to download a playlist with 600+ songs: [Errno 24] Too many open files
Default limit in my distro for simulatenous open files seems to be 1024, fetched via ulimit -n
ulimit -n
Following are some the places where I think the files aren't closed: download archive file, song's cache file, artwork file
Can be reproed everytime a big playlist is downloaded
The text was updated successfully, but these errors were encountered:
@hariprasanths If possible can you share the playlist link or any similar playlist that you were able to reproduce the issue with?
Do you have any reason to think these are the places where the issue is occurring?
Also, please share the exact ytmdl command you are using so it's possible for me to debug this.
ytmdl
Sorry, something went wrong.
No branches or pull requests
Bug report
Checklist
Version Info
2023.07.27
2023.11.14
How Ytmdl was installed?
pip
Console Log
Ignoring error: [Errno 24] Too many open files
Description
I am getting the following error when trying to download a playlist with 600+ songs:
[Errno 24] Too many open files
Default limit in my distro for simulatenous open files seems to be 1024, fetched via
ulimit -n
Following are some the places where I think the files aren't closed:
download archive file, song's cache file, artwork file
Can be reproed everytime a big playlist is downloaded
The text was updated successfully, but these errors were encountered: