lay295 / TwitchDownloader

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

Fatal Error #1223

Open Mishasama opened 3 weeks ago

Mishasama commented 3 weeks ago

Checklist

Edition

Windows GUI Application

Describe your issue here

image When I'm using the Video Mass Downloader.

  1. Input the channel ID
  2. Click "Set Channel"
  3. See Error

Add any related files or extra information here

No idea. Maybe it's caused by unstable internet, but as always, I hope the program will avoid crashing for this reason.

I'm using the latest version from the Actions build. So... Still need to fix it.

ScrubN commented 3 weeks ago

Strange. The Twitch API reported that there was more content to paginate, but it did not deliver the next page of content.

Mishasama commented 3 weeks ago

but it did not deliver the next page of content.

Maybe it wasn't received because the network lost packets?

ScrubN commented 3 weeks ago

Maybe it wasn't received because the network lost packets?

The request response is GZip compressed JSON, so packet loss that didn't corrupt the GZip or the JSON syntax is very unlikely.

Mishasama commented 3 weeks ago

It just happened that some of the VODs expired and disappeared?

For example, when requesting the first page it learns that there are 32/30 VODs, but when requesting the second page it expires 3, resulting in something like 29/30 in the end?