You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having an empty array of thirdParty or firstParty embed emotes causes to not load the other list.
For example, I have a chat dump containing a list of 0 elements in the third party emotes, preventing the first party ones to not load either.
In my case, I try to convert a chat dump from YouTube to fit the current chat format used by Ganymede, without support of third party emotes. So it falls in the default case and not loading the embedded emotes.
The text was updated successfully, but these errors were encountered:
Entrivax
changed the title
A list of 0 first party or third party emotes prevent the other list to load anyway
A list of 0 first party or third party emotes prevents the other list to load anyway
Jan 5, 2024
Having an empty array of
thirdParty
orfirstParty
embed emotes causes to not load the other list.For example, I have a chat dump containing a list of 0 elements in the third party emotes, preventing the first party ones to not load either.
In my case, I try to convert a chat dump from YouTube to fit the current chat format used by Ganymede, without support of third party emotes. So it falls in the default case and not loading the embedded emotes.
ganymede/internal/vod/vod.go
Lines 521 to 566 in 1b4d525
My current workaround for this is to add one fake emote in the
thirdParty
array like this:The text was updated successfully, but these errors were encountered: