You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a script that runs Twitch Downloader when it gets a notification from Twitch that a livestream has ended.
During the downloading phase, I got this error message: 15 errors were encountered while downloading: Video part 1206.ts failed after 10 retries at <DownloadVideoPartAsync>d__20.MoveNext.
In the verifying phase, I got the error messages: The following parts will be redownloaded: #EXTINF:10.000, 1206.ts, #EXTINF:10.000, 1207.ts, #EXTINF:10.000, 1208.ts, #EXTINF:10.000, ...
and 15 errors were encountered while downloading: Video part 1207.ts failed after 10 retries at <DownloadVideoPartAsync>d__20.MoveNext.
The video that was downloaded ends right at the beginning of the first muted segment in the vod on Twitch.
I'm guessing that the muted segment wasn't able to be downloaded because Twitch Downloader tried to download it right after the end of the stream. If this is the case, should I delay my script for a few minutes to wait for Twitch to process the muted segments before using Twitch Downloader?
Add any related files or extra information here
No response
The text was updated successfully, but these errors were encountered:
I'm using the default 4 download threads. I'm just running this simple command inside a Python Docker container with subprocess.run: ./TwitchDownloaderCLI videodownload --id id --output output.mp4
Checklist
Edition
Command Line Interface
Describe your issue here
I have a script that runs Twitch Downloader when it gets a notification from Twitch that a livestream has ended.
During the downloading phase, I got this error message:
15 errors were encountered while downloading: Video part 1206.ts failed after 10 retries at <DownloadVideoPartAsync>d__20.MoveNext
.In the verifying phase, I got the error messages:
The following parts will be redownloaded: #EXTINF:10.000, 1206.ts, #EXTINF:10.000, 1207.ts, #EXTINF:10.000, 1208.ts, #EXTINF:10.000, ...
and
15 errors were encountered while downloading: Video part 1207.ts failed after 10 retries at <DownloadVideoPartAsync>d__20.MoveNext
.The video that was downloaded ends right at the beginning of the first muted segment in the vod on Twitch.
I'm guessing that the muted segment wasn't able to be downloaded because Twitch Downloader tried to download it right after the end of the stream. If this is the case, should I delay my script for a few minutes to wait for Twitch to process the muted segments before using Twitch Downloader?
Add any related files or extra information here
No response
The text was updated successfully, but these errors were encountered: