2025-02-06, 08:22 AM
(This post was last modified: 2025-02-06, 08:23 AM by gebo. Edited 1 time in total.)
My jellyfin start to crash after last update by sometimes with this log information:
Code:
[08:46:27] [INF] [20] Emby.Server.Implementations.HttpServer.WebSocketManager: WS PUBLICIPHERE closed [08:46:27] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS PUBLICIPHERE closed [08:46:27] [FTL] [11] Main: Unhandled Exception System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.Generic.List
1.Remove(T item)
at Emby.Server.Implementations.Session.WebSocketController.OnConnectionClosed(Object sender, EventArgs e) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state) at System.Threading.QueueUserWorkItemCallback.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()