Isaac

Results 213 comments of Isaac

Can you upload the full unconverted `live-chat.json` file, so I can reproduce this?

What appears to be happening is special characters, in this case umlauts, are not being counted in [chat-downloader](https://github.com/xenova/chat-downloader) when the positions of emotes are calculated. The raw live message shows...

I've merged https://github.com/Zibbp/ganymede/pull/425, which should be available in the `:main` image tag. If the extracted emote from the given start and end positions does not match the emote's name, it...

Coming from a non 2.X version, no. You can easily test this fix by archiving a stream that has a lot of unicode messages, like the umlaut in the original...

Can you upload the live chat json file of the failed archive? > simply using i+1 (basically the i'th emote in the string when starting from 1) seems flawed here...

I've pushed some more changes to https://github.com/Zibbp/ganymede/pull/433 which should handle this issue with the latest chat file. The new issue was because the `

The web player cannot do on the fly transcoding, it simply plays the video file. I do the same thing for my instance. Videos are downloaded and [tdarr](https://home.tdarr.io/) periodically scans...

This is an upstream issue with [TwitchDownloader](https://github.com/lay295/TwitchDownloader). Please check there if this has been reported or create a new issue if it hasn't. Providing the chat file in the issue...

If you want to still watch the stream while the chat is rendering or is in a failed state, you can set "is processing" to disabled when editing a VOD...

For livestreams specifically, I could mark the VOD as "processed" (allowing users to watch the stream) if any chat related queue task fails but keep the queue item around if...