lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.52k stars 259 forks source link

Problem with downloading chat of vod #1062

Closed zdhd122a closed 1 month ago

zdhd122a commented 1 month ago

Checklist

Edition

Command Line Interface

Describe your issue here

I have been using the program for a long time, I have never had such problems with downloading the chat, I tried to download it by giving the admin rights to the script (still did not work), I also tried to download another chat from another vod, the chat was downloaded, the problem is probably only with this id 2148018413

C:\Users\jpasf>G:/ze6/TwitchDownloaderCLI-1.53.4-Windows-x64/TwitchDownloaderCLI.exe chatdownload --id 2148018413 --embed-images --bttv=true --ffz=true --stv=true -o chat_2148018413.json
TwitchDownloaderCLI 1.53.4 Copyright (c) lay295 and contributors
Unhandled exception. System.AggregateException: One or more errors occurred. (Value was either too large or too small for an Int32.)
 ---> System.OverflowException: Value was either too large or too small for an Int32.
   at System.Number.ThrowOverflowOrFormatException(ParsingStatus , TypeCode )
   at System.Number.ParseInt32(ReadOnlySpan`1 , NumberStyles , NumberFormatInfo )
   at System.Int32.Parse(String )
   at TwitchDownloaderCore.ChatDownloader.DownloadAsync(IProgress`1 progress, 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.DownloadChat.Download(ChatDownloadArgs inputOptions)
   at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
   at TwitchDownloaderCLI.Program.Main(String[] args)

Add any related files or extra information here

No response

zdhd122a commented 1 month ago

Redownloaded the script, everything worked :)