Issue: HTTP Error 429 when downloading Russian subtitles in container (works fine on Windows) #471
-
|
Hello, I’m seeing different behaviour between running What I do (working on Windows) On Windows this command proceeds normally and downloads subtitles (example log snippets): What happens in YTPTube (same yt-dlp version, same cookies, same proxy) (Trimmed/cleaned log excerpt: yt-dlp stacktrace showing Notes / environment
Question Thanks in advance for any pointers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
|
Hello, 429 is known problem with youtube for subtitles see yt-dlp/yt-dlp#13831 Unfortunately, ytptube has nothing to do with the internals of yt-dlp working, it's probably an external factor influencing the outcome but likely you already done many requests prior to downloading from ytptube if everything is the same. |
Beta Was this translation helpful? Give feedback.
-
|
Immediately after receiving the That makes me think the issue might be specific to the YTPTube environment or how yt-dlp is invoked inside the container. I’ve also tried setting the following environment variables to limit concurrency: but it didn’t help. Could there be something in YTPTube’s execution context (like how it handles subprocesses, temp files, or network connections) that affects subtitle requests differently from a standalone yt-dlp run? yt-dlp nightly 2025.11.01.073148 |
Beta Was this translation helpful? Give feedback.
did you switch your container to
arabcoders/ytptube:dev? it should respect your chosen version the problem, the problem seems to be yt-dlp as i am unable to download sub as well directly from yt-dlp