Jellyfin Telling Me To Upgrade When Up to Date - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: Jellyfin Telling Me To Upgrade When Up to Date (/t-jellyfin-telling-me-to-upgrade-when-up-to-date) |
Jellyfin Telling Me To Upgrade When Up to Date - Sierra - 2024-05-21 50% of the time I open Jellyfin 10.9.2 it tells me: This server needs to be updated. To download the latest version, please visit https://github.com/jellyfin/jellyfin "I tap or click "Got It", it shows my server, I connect and it gives me the same message. I have to "delete" my server select server, put my exact same url in and then it will connect." Running on Ubuntu 22.04.4 TLS RE: Jellyfin Telling Me To Upgrade When Up to Date - TheDreadPirate - 2024-05-21 Clear your app cache? RE: Jellyfin Telling Me To Upgrade When Up to Date - Sierra - 2024-05-21 How would I go about that? This occurs in browser as well as the Android app. I assume it's unrelated to a particular client. But if theres a setting within Jellyfin itself that I can clear a cache, I'd love to try. Edit: I went ahead and cleared my browser cache completely so we'll see if that might do it. Edit 2: Nope. It doesn't do it every time but within a few tries opening Jellyfin it gave me that same issue. RE: Jellyfin Telling Me To Upgrade When Up to Date - Sierra - 2024-05-21 One thing that might be worth noting is that at one point I had a seperate instance running on my domain https://jellyfin.example.com/ using Traefik. I gave two instances at the moment. 10.8.13 and now 10.9.2. I had 10.8 on https://jellyfin.example.com/ and switched it to https://jellyfin2.example.com/ Is it possible Traefik is telling it that it's an older version than it is? RE: Jellyfin Telling Me To Upgrade When Up to Date - Sierra - 2024-05-21 I deleted my acme.json and had Traefik/letsencrypt re-issue certificates but that still didn't do it. After that I just shut down my Jellyfin 10.8.13 and so far it hadn't done it again. I wouldn't think go seperate and self contained instances would effect each other but... Apparently they do. RE: Jellyfin Telling Me To Upgrade When Up to Date - TheDreadPirate - 2024-05-21 Are you using a wildcard cert or is your cert specifically for jellyfin.yourDomain.tld? I have 3 jellyfin instances on separate subdomains (2 for testing), but I have a wildcard cert. jellyfin.domain.tld jellyfin-testing.domain.tld jellyfin-unstable.domain.tld My cert is *.domain.tld. You having two instances running is possible and actually pretty common. You just need separate certs for each or a wild cart cert. |