• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Error Jellyfin Docker container is "unhealthy,"

     
    • 0 Vote(s) - 0 Average

    Error Jellyfin Docker container is "unhealthy,"

    The logs indicate that the Jellyfin server encountered an unhandled exception related to WebSocket connections, specifically an ArgumentOutOfRangeException. This exception suggests that the server attempted to access an index in a collectio
    Yaichi_JK
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #1
    2024-08-04, 02:53 AM
    The logs indicate that the Jellyfin server encountered an unhandled exception related to WebSocket connections, specifically an
    ArgumentOutOfRangeException
    . This exception suggests that the server attempted to access an index in a collection that does not exist, which led to the crash.

    Code:
    [23:46:27] [INF] [297] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 187.189.246.111 closed
    [23:55:06] [INF] [310] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 187.189.246.111 request
    [23:55:18] [INF] [303] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 187.189.246.111 request
    [23:57:21] [INF] [298] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for Anime. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [23:57:54] [INF] [310] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [23:59:06] [WRN] [301] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS 187.189.246.111 error receiving data: The remote party closed the WebSocket connection without completing the close handshake.
    [23:59:06] [WRN] [298] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS 187.189.246.111 error receiving data: The remote party closed the WebSocket connection without completing the close handshake.
    [23:59:06] [INF] [298] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 187.189.246.111 closed
    [23:59:06] [INF] [301] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 187.189.246.111 closed
    [23:59:06] [FTL] [301] 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 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()
    Unhandled exception. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
      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()
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-04, 04:24 AM
    Can you describe your setup. OS, specs, if you're using docker compose can you share the compose file.

    And share your full jellyfin log via pastebin.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Yaichi_JK
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #3
    2024-08-12, 11:17 PM (This post was last modified: 2024-08-12, 11:18 PM by Yaichi_JK. Edited 1 time in total.)
    jellyfin 1.9.9 version docker pull jellyfin/jellyfin

    Using rclone Google Drive as mounted storage on a folder on a vps
    deleting the cache folder from time to time
    I have been using this method for a long time

    Storage: 80GB
    RAM: 16GB
    CPU: 10 cores
    Network: 1Gbps
    Ubuntu 24.04 LTS
    -----------------------------------------
    Architecture: x86_64
    CPU op-mode(s): 32-bit, 64-bit
    Address sizes: 48 bits physical, 48 bits virtual
    Byte Order: Little Endian
    CPU(s): 10
    On-line CPU(s) list: 0-9
    Vendor ID: AuthenticAMD
    Model name: AMD EPYC-Milan Processor
    CPU family: 25
    Model: 1
    Thread(s) per core: 1
    Core(s) per socket: 1
    Socket(s): 10
    Stepping: 1
    BogoMIPS: 8399.96
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-13, 02:37 PM
    What client are you using when this happens? Can you provide your full jellyfin log via pastebin? Preferably one that includes the Jellyfin startup.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Yaichi_JK
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2024 May
    Reputation: 0
    #5
    2024-08-27, 11:45 PM
    (2024-08-04, 04:24 AM)TheDreadPirate Wrote: Can you describe your setup.  OS, specs, if you're using docker compose can you share the compose file.

    And share your full jellyfin log via pastebin.

    (2024-08-13, 02:37 PM)TheDreadPirate Wrote: What client are you using when this happens?  Can you provide your full jellyfin log via pastebin?  Preferably one that includes the Jellyfin startup.

    I already deleted everything and had to rebuild, this happened to me a month ago and I no longer have any record.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode