Closed insanity54 closed 1 year ago
blocking for #3
Occurred again, so definitely not a fluke. Apparently yt-dlp -g https://chaturbate.com/projektmelody
is giving HTTP 403 errors, even though I can run the command manually and it runs fine.
Oh! I think I figured out the issue. Hilariously, I'm running yt-dlp TOO SOON! Immediately run following an Ably event, yt-dlp will throw a 403 because the stream is not up yet!
Ok so the fix I implemented is to increase retries from 3 to 6, and increase minTimeout from 1000 to 2000. This uses pRetry which has an exponential backoff.
fix is good
my yt-dlp is up to date (stable@2023.03.04)