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
TwitchDownloaderCLI videodownload -u 2162178597 -o 2162178597.mp4 --oauth 1234 --temp-path './temp'
TwitchDownloaderCLI 1.54.7 Copyright (c) lay295 and contributors
[STATUS] - Fetching Video Info [1/4]
[STATUS] - Downloading 100% [2/4]
[STATUS] - Verifying Parts 100% [3/4]
[STATUS] - Finalizing Video 0% [4/4]
[ERROR] - Failed to finalize video (code -2), retrying in 10 seconds...
[ERROR] - Failed to finalize video (code -2), retrying in 10 seconds...
Unhandled exception. System.AggregateException: One or more errors occurred. (Failed to finalize video. The download cache has not been cleared and can be found at ./temp\TwitchDownloader\2162178597_638555284929783142 along with a log file.)
---> System.Exception: Failed to finalize video. The download cache has not been cleared and can be found at ./temp\TwitchDownloader\2162178597_638555284929783142 along with a log file.
at TwitchDownloaderCore.VideoDownloader.DownloadAsyncImpl(FileInfo outputFileInfo, FileStream outputFs, CancellationToken cancellationToken)
at TwitchDownloaderCore.VideoDownloader.DownloadAsyncImpl(FileInfo outputFileInfo, FileStream outputFs, CancellationToken cancellationToken)
at TwitchDownloaderCore.VideoDownloader.DownloadAsync(CancellationToken cancellationToken)
at TwitchDownloaderCore.VideoDownloader.DownloadAsync(CancellationToken cancellationToken)
at TwitchDownloaderCore.VideoDownloader.DownloadAsync(CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean )
at System.Threading.Tasks.Task.Wait(Int32 , CancellationToken )
at System.Threading.Tasks.Task.Wait()
at TwitchDownloaderCLI.Modes.DownloadVideo.Download(VideoDownloadArgs inputOptions)
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
at TwitchDownloaderCLI.Program.Main(String[] args)
Checklist
Edition
Command Line Interface
Describe your issue here
with latest version 1.54.7 fails:
ffmpegLog.txt:
With 1.54.5 was working:
Add any related files or extra information here
No response
The text was updated successfully, but these errors were encountered: