spotify-downloader
spotify-downloader copied to clipboard
AudioProviderError: YT-DLP download error
System OS
MacOS
Python Version
3.7 (CPython)
Install Source
pip / PyPi
Install version / commit hash
v4.2.5
Expected Behavior vs Actual Behavior
When downloading a playlist, It gave lots of lines of errors saying either
AudioProviderError: YT-DLP download error
OSError: [Errno 24] Too many open files
Couldn't read cache at: /Users/xxxxxx/.spotdl/.spotipy
ConnectionError: HTTPSConnectionPool(host='accounts.spotify.com', port=443): Max retries exceeded with url: /api/token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x10f9fa910>: Failed to establish a new connection: [Errno 8] nodename nor
servname provided, or not known'))
Steps to reproduce - Ensure to include actual links!
on macOS spotdl (spotify playlist link)
Traceback
-
Other details
No response
known issue, hard to replicate because it's mostly happening on Mac and I use windows. I will look into this sometime in the future. for now you can increase the number of allowed open files
I have only the issue that cannot write to cache (.spotipy) even though it is chmod 777
https://github.com/spotDL/spotify-downloader/issues/1978