lay295 / TwitchDownloader

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

Fatal error on using Task Queue to download more than 6 clips at a time #1006

Closed HayleTechnica closed 3 months ago

HayleTechnica commented 3 months ago

Checklist

Edition

Windows GUI Application

Describe your issue here

Attempting to input a list of URLs more than 6 lines long results in a fatal error. I can get it to work with 6 or fewer URL lists, and have tested out different combinations of clips to ensure it's not a formatting issue with the URLs themselves or a problem with any individual clip. I have tried changing the number of simultaneous VOD downloads, since mine was set to 6, but this did not change anything. The error message thrown is in the attached screenshot. image

Add any related files or extra information here

No response

HayleTechnica commented 3 months ago

Correction: it is not the amount of clips that I'm trying to download, it's just one specific clip causing the crash.

HayleTechnica commented 3 months ago

Correction: it is not the amount of clips that I'm trying to download, it's just one specific clip causing the crash. It seems there was some leftover formatting from Google docs left on it that caused the crash.