lay295 / TwitchDownloader

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

One or more errors occured: A task was cancenlled. #1050

Open meguygirl opened 1 month ago

meguygirl commented 1 month ago

Checklist

Edition

Command Line Interface

Describe your issue here

For Macos commnad line: After downloading the chat json, the command to download the mp4 from json returns the error: Unhandled exception. System.AggregateException: One or more errors occurred. (A task was canceled.)

 000

This is a new problem whereas before following the steps and entering the commands were successful in downloading chat as mp4. I am on a Mac M1

Add any related files or extra information here

No response

ScrubN commented 1 month ago

Weird, the inner stack trace doesn't say what caused the exception.

The cause was almost certainly an HTTP request though. Try disabling 7TV emotes (7TV causes many issues), or use the --offline flag.

meguygirl commented 1 month ago

Yeah I tried like 3 more times and got the same error and randomly just tried again and it's downloading now. So it looks like it's working now. I don't know what could have been the cause but it looks like it's gone.

ScrubN commented 1 month ago

To me, this issue sounds a lot like #723. I'm continually working on increasing the amount of verbose logging in the core library. Hopefully in the future it will enable us to figure out the source of these issues.