-
Notifications
You must be signed in to change notification settings - Fork 1
a download failed #37
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Activity
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
If a download fails, the most common cause is an outdated
yt-dlp. YouTube changes its backend often andyt-dlpships fixes for each change.Fix
pipx upgrade yt-dlppython -m pip install --user --upgrade yt-dlpbrew upgrade yt-dlp--verboseto see the full yt-dlp stderr:addsong --verbose "your song"The error line is usually self-explanatory (private video, region-locked, age-gated). If it looks like a genuine bug, open a new issue with the verbose output.
This is not an addsong bug — it just wraps yt-dlp.