-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twitch VOD IDs have incremented past what can be represented with an Int32 #1057
Comments
Same thing is happening to me with this vod: Hope the creator see this and eventually fixes it! |
I have the same issue. Please change the code to use Int64 instead of Int32. |
Also got this issue! Tried downloading a VOD Chat, failed and got the same error.
|
Update - It seems that the latest update fixes this in 1.54.3. https://github.com/lay295/TwitchDownloader/releases/tag/1.54.3 |
Indeed. Thanks for the quick fix! |
Checklist
Edition
Command Line Interface
Describe your issue here
When I try to download chat from a VOD file with an ID over 2147483647, the program crashes, complaining that a value was too big for an Int32.
Add any related files or extra information here
The VOD in question is https://twitch.tv/videos/2147497352, but I'm guessing it'll keep happening for newer VODs past this point.
The text was updated successfully, but these errors were encountered: