Open jonas-resch opened 3 weeks ago
Hi @SathyaBhat,
I looked into why the pipelines are failing but I can't seem to get why. Yt-dlp fails when downloading the test file (ERROR: [youtube] orTosjJUQ3k: Sign in to confirm you’re not a bot. This helps protect our community. Learn more
).
Yt-dlp seems to be up to date: Requirement already satisfied: yt-dlp>=2023.3.4 in /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages (from spotify_dl==8.9.0) (2024.10.22)
.
Did you encounter this error before?
Thanks.
Hi @SathyaBhat,
I looked into why the pipelines are failing but I can't seem to get why. Yt-dlp fails when downloading the test file (
ERROR: [youtube] orTosjJUQ3k: Sign in to confirm you’re not a bot. This helps protect our community. Learn more
).Yt-dlp seems to be up to date:
Requirement already satisfied: yt-dlp>=2023.3.4 in /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages (from spotify_dl==8.9.0) (2024.10.22)
.Did you encounter this error before?
Thanks.
youtube can block access to yt-dlp, I haven't found an easy workaround yet
Thanks, I'll retry the pipeline every now and then so that it at least runs through one time with the new changes.
At the moment an empty folder will be created, even when executing the command with the
--dump-json
flag.