Closed dushyant0007 closed 1 week ago
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 https://github.com/spotDL/spotify-downloader/issues/2201#issuecomment-2438039914, 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:
ulimit -n (new limit)
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