![]() |
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 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 |