iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.19k stars 1.79k forks source link

[Bug] Non Englisch Video descriptions (and sometimes comments) glitch up #4802

Closed Vamp898 closed 2 weeks ago

Vamp898 commented 2 months ago

Describe the bug With English, everything seems to look fine, but looking at german and japanese videos, the result is something like this image image image

Steps to Reproduce

  1. Go to watch?v=_mg0fNxFtE8
  2. Check the Video description
  3. Check comments
  4. See error

Additional context

unixfox commented 2 months ago

Related: https://github.com/iv-org/invidious/issues/4256

SamantazFox commented 2 months ago

It works well on a few public instances:

Is this happening on your instance? If yes, check that your web server (e.g nginx) is properly configured!

Vamp898 commented 2 months ago

Hi there, thanks for the reply.

Its my own instance, its running on localhost and i directly access it on port 3000, there is no webserver in between.

It worked fine until the update ~2weeks ago. I am building directly from source.

If you need any other informations, feel free to ask

syeopite commented 1 month ago

Which Crystal version are you using to build Invidious? There was a similar problem in the RSS feeds as seen in #4256 but it was due to an upstream problem that was fixed in Crystal 1.10.0

Vamp898 commented 1 month ago

Crystall 1.13. I just tried a make clean and rebuild, but the result is the same.

Vamp898 commented 2 weeks ago

This issues is fixed since 2024.08.26 Update =)