question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error while trying to render chat

See original GitHub issue

Checklist

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:closed
  • Created 7 months ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
Ashdemaicommented, Mar 15, 2023

Problem fixed itself, might as well close this issue.

1reaction
ScrubNcommented, Mar 5, 2023

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found