Error while trying to render chat
See original GitHub issueChecklist
- I have checked the issue page for duplicates
- I am running the latest version (download here)
Edition
Command Line Interface
Describe your issue here
Downloading the JSON file is fine, but trying to render it out gives me this error
[STATUS] - Fetching Images [1/2]Unhandled exception. System.AggregateException: One or more errors occurred. (A task was canceled.)
---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Threading.Tasks.Task.GetExceptions(Boolean )
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean )
at System.Threading.Tasks.Task.Wait(Int32 , CancellationToken )
at System.Threading.Tasks.Task.Wait()
at TwitchDownloaderCLI.Modes.RenderChat.Render(ChatRenderArgs inputOptions)
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
at TwitchDownloaderCLI.Program.Main(String[] args)
--- End of stack trace from previous location ---
--- 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.RenderChat.Render(ChatRenderArgs inputOptions)
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult`1 result, Action`1 action)
at TwitchDownloaderCLI.Program.Main(String[] args)
Aborted (core dumped)
I use these flags -h 1080 -w 422 --framerate 30 --update-rate 0 --font-size 18 --timestamp -o
if that helps any bit.
Issue Analytics
- State:
- Created 7 months ago
- Comments:12
Top Results From Across the Web
Error: Chats(...): Nothing was returned from render. This ...
Error: Chats(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null.
Read more >Error while trying to render an image message with the link ...
We try to implement a custom chat so we are using to customs renders: ... The input works perfectly, it sends the media...
Read more >This error pops up in my chat every couple of minutes. ...
I tried to apply shaders, and the 1.16.5 shader I used before worked just fine. When I downloaded a 1.17.1 shader and activated...
Read more >Render single bubble · Issue #739 · FaridSafi/react-native- ...
I saw that and i tried to import buble to single component and render in the root (Chat) component But when i take...
Read more >Review queue can't render chat message flagged by AI - bug
I see two events in the logs when I trigger the 500 error. It looks like there's a problem fetching the message. Error...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Problem fixed itself, might as well close this issue.
I’m very confused because I am able to render the chat just fine, and there are no exposed cancellation token sources in CLI so canceling should be impossible.