2024-05-16, 09:07 AM
Hello,
I am having a problem with the Jellyfin mobile app. After successfully logging into the server and authenticating, I have full access to the entire app. However, when I close it and decide to access it again, I am unable to reconnect to the server. The only workaround I have found is to delete all the app data on my phone and reconnect.
Here is the screen that appears when I try to reaccess the app:
Looking at the server logs, I have this message when I close the app after successfully connecting:
Since the problem occurs all the time, I can hardly use the mobile app.
Config:
Android app: 2.6.1
Server: 10.9.1 on Docker
Thanks in advance for your help.
I am having a problem with the Jellyfin mobile app. After successfully logging into the server and authenticating, I have full access to the entire app. However, when I close it and decide to access it again, I am unable to reconnect to the server. The only workaround I have found is to delete all the app data on my phone and reconnect.
Here is the screen that appears when I try to reaccess the app:
Looking at the server logs, I have this message when I close the app after successfully connecting:
Code:
[10:37:20] [WRN] [39] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS 10.0.0.2 error receiving data: The remote party closed the WebSocket connection without completing the close handshake.
[10:37:20] [INF] [39] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 10.0.0.2 closed
[10:37:35] [INF] [45] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 10.0.0.2 request
[10:37:41] [INF] [44] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 10.0.0.2 closed
[10:37:42] [INF] [39] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 10.0.0.2 request
[10:38:02] [INF] [34] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 10.0.0.2 closed
[10:38:08] [INF] [43] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 10.0.0.2 request
[10:38:15] [INF] [39] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 10.0.0.2 closed
[10:38:55] [INF] [34] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[10:42:19] [INF] [35] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[10:45:07] [INF] [14] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
Since the problem occurs all the time, I can hardly use the mobile app.
Config:
Android app: 2.6.1
Server: 10.9.1 on Docker
Thanks in advance for your help.
01