Jellyfin Forum
Unexpected Crash ArgumentOutOfRangeException - 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: Unexpected Crash ArgumentOutOfRangeException (/t-unexpected-crash-argumentoutofrangeexception)



Unexpected Crash ArgumentOutOfRangeException - gebo - 2025-02-06

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()



RE: Unexpected Crash ArgumentOutOfRangeException - gnattu - 2025-02-06

Will be fixed in next release: https://github.com/jellyfin/jellyfin/pull/13459


RE: Unexpected Crash ArgumentOutOfRangeException - gebo - 2025-02-06

Oh didn't noticed that's already reported, thanks!!
(2025-02-06, 09:01 AM)gnattu Wrote: Will be fixed in next release: https://github.com/jellyfin/jellyfin/pull/13459