-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
docs/meta/cleanuprelated to docs, code cleanup, templates, devscripts etcrelated to docs, code cleanup, templates, devscripts etcregressionWorks in youtube-dl/older yt-dlpWorks in youtube-dl/older yt-dlp
Description
DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- I understand that I will be blocked if I intentionally remove or skip any mandatory* field
Checklist
- I'm reporting a bug unrelated to a specific site
- I've verified that I have updated yt-dlp to nightly or master (update instructions)
- I've checked that all provided URLs are playable in a browser with the same IP and same login details
- I've checked that all URLs and arguments with special characters are properly quoted or escaped
- I've searched known issues and the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I've read the guidelines for opening an issue
Provide a description that is worded well enough to be understood
I run yt-dlp on an x64 QNAP running linux. yt-dlp_linux has worked well for years. Suddenly, I get the following error even if I run "yt-dlp_linux -h":
yt-dlp_linux: tar_extract_all() failed: Invalid argument
This is on version 2024.08.01. If I try on an older version, I get:
Failed to extract Cryptodome/Cipher/_ARC4.abi3.so: decompression resulted in return code -1!
Any suggestions?
Provide verbose output that clearly demonstrates the problem
- Run your yt-dlp command with -vU flag added (
yt-dlp -vU <your command line>
) - If using API, add
'verbose': True
toYoutubeDL
params instead - Copy the WHOLE output (starting with
[debug] Command-line config
) and insert it below
Complete Verbose Output
Adding -vU to the arguments does not produce any debug output
Metadata
Metadata
Assignees
Labels
docs/meta/cleanuprelated to docs, code cleanup, templates, devscripts etcrelated to docs, code cleanup, templates, devscripts etcregressionWorks in youtube-dl/older yt-dlpWorks in youtube-dl/older yt-dlp
Type
Projects
Status
Nice to have