2024-09-06, 05:03 AM
(This post was last modified: 2024-09-06, 05:07 AM by jellyhorse. Edited 2 times in total.)
Ok, I thought maybe I had a reverse proxy misconfiguration so attempted just hosting jellyfin locally on my desktop (windows 11) and connecting to it from my 2019 shield via IP. Still having the same issue!! Here are the logs I was getting on my server with debug logs enabled.
Also I can reproduce this every time by leaving the jellyfin app open on my shield and not playing any media.
Also I can reproduce this every time by leaving the jellyfin app open on my shield and not playing any media.
Code:
[2024-09-04 16:49:18.463 -04:00] [DBG] [3] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-09-04 16:49:26.163 -04:00] [DBG] [19] Emby.Server.Implementations.Session.WebSocketController: Removing websocket from session "3ad4d490b1a84e779dd30e0ebe45bb4c"
[2024-09-04 16:49:26.165 -04:00] [DBG] [17] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-09-04 16:49:26.166 -04:00] [DBG] [19] Emby.Server.Implementations.Session.SessionManager: Disposing session controller asynchronously "WebSocketController"
[2024-09-04 16:49:26.166 -04:00] [INF] [17] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.23" request
[2024-09-04 16:49:26.167 -04:00] [DBG] [19] Emby.Server.Implementations.Session.SessionWebSocketListener: WebSocket "Emby.Server.Implementations.HttpServer.WebSocketConnection" is closed.
[2024-09-04 16:49:26.169 -04:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.23" closed
[2024-09-04 16:49:26.172 -04:00] [DBG] [17] Emby.Server.Implementations.Session.SessionManager: Creating new "WebSocketController"
[2024-09-04 16:49:26.173 -04:00] [DBG] [17] Emby.Server.Implementations.Session.WebSocketController: Adding websocket to session "3ad4d490b1a84e779dd30e0ebe45bb4c"
[2024-09-04 16:49:26.176 -04:00] [DBG] [20] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.23" received message: InboundWebSocketMessage`1 { Data: null, MessageType: KeepAlive, ServerId: null }
[2024-09-04 16:49:38.177 -04:00] [DBG] [17] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-09-04 16:49:44.901 -04:00] [DBG] [18] Emby.Server.Implementations.Session.WebSocketController: Removing websocket from session "3ad4d490b1a84e779dd30e0ebe45bb4c"
[2024-09-04 16:49:44.903 -04:00] [DBG] [3] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-09-04 16:49:44.904 -04:00] [DBG] [18] Emby.Server.Implementations.Session.SessionManager: Disposing session controller asynchronously "WebSocketController"
[2024-09-04 16:49:44.904 -04:00] [INF] [3] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.23" request
[2024-09-04 16:49:44.904 -04:00] [DBG] [18] Emby.Server.Implementations.Session.SessionWebSocketListener: WebSocket "Emby.Server.Implementations.HttpServer.WebSocketConnection" is closed.
[2024-09-04 16:49:44.906 -04:00] [DBG] [3] Emby.Server.Implementations.Session.SessionManager: Creating new "WebSocketController"
[2024-09-04 16:49:44.906 -04:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.23" closed
[2024-09-04 16:49:44.907 -04:00] [DBG] [3] Emby.Server.Implementations.Session.WebSocketController: Adding websocket to session "3ad4d490b1a84e779dd30e0ebe45bb4c"
[2024-09-04 16:49:44.910 -04:00] [DBG] [3] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.1.23" received message: InboundWebSocketMessage`1 { Data: null, MessageType: KeepAlive, ServerId: null }