mxpv / podsync

Turn YouTube or Vimeo channels, users, or playlists into podcast feeds
MIT License
1.54k stars 266 forks source link

Nothing Works #656

Open kpirnie opened 2 months ago

kpirnie commented 2 months ago
time="2024-09-06T11:45:03Z" level=error msg="youtube-dl error: /tmp/podsync-3604958398/-bdOQIy_0tw.%(ext)s" error="failed to execute youtube-dl: exit status 1"
time="2024-09-06T11:45:03Z" level=error msg="[youtube] -bdOQIy_0tw: Downloading webpage\n[youtube] -bdOQIy_0tw: Downloading android player API JSON\nWARNING: [youtube] YouTube said: ERROR - Precondition check failed.\nWARNING: [youtube] HTTP Error 400: Bad Request.

In error logs

garlic-hub commented 2 months ago

I was running into this because I was using mxpv/podsync docker image (2 years out of date) instead of the ghcr.io/mxpv/podsync image. Once I switched the issue was gone. The README.md needs to be updated

garlic-hub commented 2 months ago

See my PR here https://github.com/mxpv/podsync/pull/657

Harnas commented 2 months ago

Podsync uses yt-dlp to download from youtube. Last time, Youtube changes their policy, and now yt-dlp have problems with downloading. More about that https://github.com/yt-dlp/yt-dlp/issues/10128