WebSocket Issue Preventing Homepage from Loading - 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: WebSocket Issue Preventing Homepage from Loading (/t-websocket-issue-preventing-homepage-from-loading) |
WebSocket Issue Preventing Homepage from Loading - nxl4 - 2024-12-18 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: Code: [2024-12-18 12:32:30.557 -05:00] [INF] [82] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.68.119" request 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? RE: WebSocket Issue Preventing Homepage from Loading - TheDreadPirate - 2024-12-18 Can you share your full log via pastebin? And which networking mode is the container using? RE: WebSocket Issue Preventing Homepage from Loading - nxl4 - 2024-12-19 (2024-12-18, 11:36 PM)TheDreadPirate Wrote: Can you share your full log via pastebin? Sure, I put everything from the 2024-12-18 and 2024-12-19 log files in this paste. (2024-12-18, 11:36 PM)TheDreadPirate Wrote: And which networking mode is the container using? There are no containers in the process at all (my NAS doesn't support containers). RE: WebSocket Issue Preventing Homepage from Loading - TheDreadPirate - 2024-12-19 Does the NAS use a non-standard port for Jellyfin? RE: WebSocket Issue Preventing Homepage from Loading - nxl4 - 2024-12-19 (2024-12-19, 02:55 PM)TheDreadPirate Wrote: Does the NAS use a non-standard port for Jellyfin? Nope. Everything's served over port 8096. I can get to the homepage, it just doesn't load entirely. All of my libraries will start to load, and then stall somewhere around the halfway point. Once the homepage loading stalls, I typically can't click into any of the libraries or play any files either. This is the same behavior on the web and both Android apps. |