SOLVED: Incorrect server version displayed - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Incorrect server version displayed (/t-solved-incorrect-server-version-displayed) |
Incorrect server version displayed - jakub - 2024-10-16 Hello everyone, My client apps (both web and AndroidTV) show 10.9.6 server version. AndroidTV app is "threatening" that it will stop working after the next update due to that. The issue is, that I've already updated the server and the console shows Code: sudo apt-get install jellyfin I have already cleared cache in the browser and cache and all stored data in the AndroidTV app. Rebooted jellyfin and the whole server. The server is on Ubuntu. Any suggestions on how to fix it? RE: Incorrect server version displayed - niels - 2024-10-16 I wouldn't say the app is threatening you, it's more like an informative message.The app has its own data cache for some things, including the server version. It should update after about 5 minutes. If it still shows an old version you somehow didn't update the server, perhaps the old version is still running and you just need to restart it. RE: Incorrect server version displayed - TheDreadPirate - 2024-10-16 Check to make sure that all packages were actually updated. The "jellyfin" package is a meta-package for jellyfin-web, jellyfin-server, and jellyfin-ffmpeg6. Code: sudo apt list --installed | grep jellyfin RE: Incorrect server version displayed - jakub - 2024-10-16 (2024-10-16, 03:34 PM)TheDreadPirate Wrote: Check to make sure that all packages were actually updated. The "jellyfin" package is a meta-package for jellyfin-web, jellyfin-server, and jellyfin-ffmpeg6. That was it! All packages apart from the jellyfin-server were updated. Thank you so much. I'm not an advanced user so that advice was very helpful to me. |