-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Too many open files #2201
Comments
Can confirm, the same happening on MacOS |
Yes, i used it in mac and it is happening
…On Fri, Oct 25, 2024, 8:24 PM Alex ***@***.***> wrote:
Can confirm, the same happening on MacOS
—
Reply to this email directly, view it on GitHub
<#2201 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKVI7OZDLMTSBZ6YNAKZHVTZ5JLSFAVCNFSM6AAAAABPOIEWE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZYGAZTSOJRGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Quick hack solution is increasing the limit. On Mac and Linux the command is as follows:
Replace "(new limit)" with around 4x the number of songs you are planning on downloading. This change will only apply to scripts run from the same shell so also make sure to run SpotDL from the same shell you changed the limit. The limit applies to both files and socket connections so somewhere in the code one of those is not being closed but have not debugged it yet. |
Duplicate of #1978 issue |
System OS
Windows
Python Version
3.8 (CPython)
Install Source
pip / PyPi
Install version / commit hash
4.2.8
Expected Behavior vs Actual Behavior
Steps to reproduce - Ensure to include actual links!
spotdl https://open.spotify.com/playlist/0mTlIwI5KvA8NBIvZ9CrGW --bitrate 320k
No matter which link you choose, in program some where the filed which are opened never been closed.
Traceback
Other details
No response
The text was updated successfully, but these errors were encountered: