When trying to download song through the web ui, I get "AudioProviderError: YT-DLP download error"
I thought: lets update yt-dlp, but after I exec'd into the containers, trying to run "spotdl" or "yt-dlp", I get command not found. Tho I am able to manually install spotdl through pip, along with all dependencies, and download songs using the CLI... On my Windows PC, I was able to fix my install but resintalling python and spotdl as admin but this is a fresh install of Ubuntu server 24.04 LTS and the Docker image comes prepackaged with Python 3.12.2. Please help?
Steps to reproduce - Ensure to include actual links!
System OS
Docker
Python Version
3.11 (CPython)
Install Source
Other
Install version / commit hash
v4.2.5
Expected Behavior vs Actual Behavior
When trying to download song through the web ui, I get "AudioProviderError: YT-DLP download error" I thought: lets update yt-dlp, but after I exec'd into the containers, trying to run "spotdl" or "yt-dlp", I get command not found. Tho I am able to manually install spotdl through pip, along with all dependencies, and download songs using the CLI... On my Windows PC, I was able to fix my install but resintalling python and spotdl as admin but this is a fresh install of Ubuntu server 24.04 LTS and the Docker image comes prepackaged with Python 3.12.2. Please help?
Steps to reproduce - Ensure to include actual links!
Run the web ui using docker compose:
Go to webui and try downloading a song (mine was: https://open.spotify.com/track/6591oPA9nKFawSWOcQcL8A?si=d3b1c96a39444b58)
Watch the logs as it fails :(
Traceback
Other details
No response