2024-12-18, 05:45 PM
Ever since the 10.10.3-20 update, I've been unable to load the Jellyfin homepage through the web console or Android apps on multiple devices. When I try to load the homepage, it will spin for several minutes, until the homepage ultimately fails to load in its entirety. Logs consistently show this pattern, with a WebSocketManager request being initiated, and followed by ForceKeepAlive messages to the inactive WebSockets:
I completely deleted and re-installed Jellyfin on my NAS (along with all of the dependencies), and additionally deleted and re-installed clients on my Android devices as well. However, the issue persists. I'm running Jellyfin on my Synology NAS through the SynoCommunity package (I'm not using Docker, because my Synology model doesn't support Docker). I'd never had this type of issue prior to the upgrade, and I'm not sure what else to try in terms of troubleshooting or remediation.
Any ideas on other things to try?
Code:
[2024-12-18 12:32:30.557 -05:00] [INF] [82] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.68.119" request
[2024-12-18 12:34:38.665 -05:00] [INF] [75] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-12-18 12:40:26.987 -05:00] [INF] [25] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-12-18 12:41:02.660 -05:00] [INF] [42] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
I completely deleted and re-installed Jellyfin on my NAS (along with all of the dependencies), and additionally deleted and re-installed clients on my Android devices as well. However, the issue persists. I'm running Jellyfin on my Synology NAS through the SynoCommunity package (I'm not using Docker, because my Synology model doesn't support Docker). I'd never had this type of issue prior to the upgrade, and I'm not sure what else to try in terms of troubleshooting or remediation.
Any ideas on other things to try?