2025-01-29, 11:34 PM
(This post was last modified: 2025-01-29, 11:41 PM by allDaMedia. Edited 1 time in total.)
(2025-01-29, 09:20 PM)TheDreadPirate Wrote: Your server version and web version don't match. I'm assuming you are running Linux and Jellyfin is installed directly on Linux?
What distro? If Debian or Ubuntu (or a derivative), share the output of these commands.
Code:cat /etc/apt/sources.list.d/jellyfin.sources
sudo apt list --installed | grep jellyfin
su -c 'apt list --installed | grep jellyfin'
Password:
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
jellyfin-ffmpeg6/unknown,now 6.0.1-8-bullseye amd64 [installed,automatic]
jellyfin-server/now 10.9.11+deb11 amd64 [installed,upgradable to: 10.10.5+deb11]
jellyfin-web/unknown,now 10.10.5+deb11 all [installed,automatic]
jellyfin/now 10.9.11+deb11 all [installed,upgradable to: 10.10.5+deb11]
cat /etc/apt/sources.list.d/jellyfin.list
deb [arch=amd64] https://repo.jellyfin.org/debian bullseye main
cat /etc/debian_version
11.11
I did do an apt update before posting.
I also cleared browser history for the site, but to no avail.
(2025-01-29, 09:30 PM)kandykarter Wrote: Silly possibility, but do you have any extensions like uBlock or Dark Reader running? I had some issues similar to yours that were solved by disabling Dark Reader on my Jellyfin subdomain.
Hmm, I do have dark reader, and that was it. Disabling dark reader for this site solved the issue. It also made the page load much much faster.
Thank you so much for the tip.