Closed slimelia closed 5 months ago
Thanks for the issue! It'll be around 12 hours until I can reproduce/fix this problem, sorry about that. However, I think I know where it's originating from, so hopefully it won't take too long to diagnose.
+1 on the same issue
Although I don't have access to my dev machine right now, I believe I found where the problem is originating from. The application is attempting to parse emotes no matter if they're enabled or not.
For those of you who know rust and the internals of this application, it's occurring here (and the same call in the function below it), and will probably be fixed by passing a reference to the shared config. Then, some control flow to see if emotes are enabled, and either returning a new payload with emotes or the original one passed in.
Alright, I've published a release that should fix this. I'm no longer able to reproduce a crash with this update.
Available at https://github.com/Xithrius/twitch-tui/releases/tag/v2.6.12
Can confirm the issue seems resolved on my end too! Thank you!! 😊
No problem. Have a good one!
Describe the bug: When trying to launch a Twitch channel chat in twitch-tui version 2.6.11, I get the error _"Terminal cellsize must be defined when emotes are enabled". This error did not occur in prior versions. Emotes are not enabled in the config file.
To Reproduce:
twt
in command-lineExpected behavior: Twitch-tui should recognise emotes are not enabled and display the chat.
Screenshots:
System:
Additional context: This bug was not present prior to version 2.6.11; when I try running version 2.6.10 I can open the chat without issue.
EDIT - thought it might be pertinent to include a copy of my config file: