• 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 Jellyfin 10.9.1 locking up

     
    • 0 Vote(s) - 0 Average

    Jellyfin 10.9.1 locking up

    Jellyfin 10.9.1 locking up
    dontcryforme
    Offline

    Junior Member

    Posts: 16
    Threads: 7
    Joined: 2024 Mar
    Reputation: 0
    Country:Madagascar
    #1
    2024-05-13, 08:03 PM
    I'm running the linuxserver/jellyfin:10.9.1 container. everything working fine and then Jellyfin locks up, everything freeze, cant connect via web or Android TV. I have to restart the container.

    Had a look at the log file, and this was the last bit before having to restart the container.

    Code:
    [2024-05-13 21:32:00.057 +02:00] [INF] [51] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "b3e52a6b46e3f3ee98055a3ef1373b836f6cefd8-07e4f4f654074d04b991c825bf219e18-b20495b8de9b75181322a26bcd40801a"
    [2024-05-13 21:32:26.670 +02:00] [INF] [58] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-05-13 21:32:26.670 +02:00] [INF] [58] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2024-05-13 21:33:02.751 +02:00] [INF] [100] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 4 WebSockets.
    [2024-05-13 21:39:39.809 +02:00] [INF] [518] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Android TV" "0.16.10" playing "<<<movie>>>>". Stopped at "5581614" ms
    [2024-05-13 21:41:20.808 +02:00] [INF] [628] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
    [2024-05-13 21:41:27.322 +02:00] [ERR] [634] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Unexpected end of request content". URL "POST" "/Users/AuthenticateByName".
    [2024-05-13 21:41:29.348 +02:00] [ERR] [636] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "xxx.xxx.xxx.xxx" WebSocketRequestHandler error
    System.Net.WebSockets.WebSocketException (0x80004005): The WebSocket is in an invalid state ('Closed') for this operation. Valid states are: 'Open, CloseReceived'
       at System.Net.WebSockets.ManagedWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, WebSocketMessageFlags messageFlags, CancellationToken cancellationToken)
    --- End of stack trace from previous location ---
       at Emby.Server.Implementations.HttpServer.WebSocketConnection.ProcessInternal(PipeReader reader)
       at Emby.Server.Implementations.HttpServer.WebSocketConnection.ReceiveAsync(CancellationToken cancellationToken)
       at Emby.Server.Implementations.HttpServer.WebSocketManager.WebSocketRequestHandler(HttpContext context)
       at Emby.Server.Implementations.HttpServer.WebSocketManager.WebSocketRequestHandler(HttpContext context)
    [2024-05-13 21:41:29.450 +02:00] [ERR] [636] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "xxx.xxx.xxx.xxx" WebSocketRequestHandler error
    System.Net.WebSockets.WebSocketException (0x80004005): The WebSocket is in an invalid state ('Closed') for this operation. Valid states are: 'Open, CloseReceived'
       at System.Net.WebSockets.ManagedWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, WebSocketMessageFlags messageFlags, CancellationToken cancellationToken)
    --- End of stack trace from previous location ---
       at Emby.Server.Implementations.HttpServer.WebSocketConnection.ProcessInternal(PipeReader reader)
       at Emby.Server.Implementations.HttpServer.WebSocketConnection.ReceiveAsync(CancellationToken cancellationToken)
       at Emby.Server.Implementations.HttpServer.WebSocketManager.WebSocketRequestHandler(HttpContext context)
       at Emby.Server.Implementations.HttpServer.WebSocketManager.WebSocketRequestHandler(HttpContext context)
    [2024-05-13 21:41:29.450 +02:00] [ERR] [636] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "xxx.xxx.xxx.xxx" WebSocketRequestHandler error
    System.Net.WebSockets.WebSocketException (0x80004005): The WebSocket is in an invalid state ('Closed') for this operation. Valid states are: 'Open, CloseReceived'
       at System.Net.WebSockets.ManagedWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, WebSocketMessageFlags messageFlags, CancellationToken cancellationToken)
    --- End of stack trace from previous location ---
       at Emby.Server.Implementations.HttpServer.WebSocketConnection.ProcessInternal(PipeReader reader)
       at Emby.Server.Implementations.HttpServer.WebSocketConnection.ReceiveAsync(CancellationToken cancellationToken)
       at Emby.Server.Implementations.HttpServer.WebSocketManager.WebSocketRequestHandler(HttpContext context)
       at Emby.Server.Implementations.HttpServer.WebSocketManager.WebSocketRequestHandler(HttpContext context)
    [2024-05-13 21:41:29.451 +02:00] [ERR] [636] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "xxx.xxx.xxx.xxx" WebSocketRequestHandler error
    System.Net.WebSockets.WebSocketException (0x80004005): The WebSocket is in an invalid state ('Closed') for this operation. Valid states are: 'Open, CloseReceived'
       at System.Net.WebSockets.ManagedWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, WebSocketMessageFlags messageFlags, CancellationToken cancellationToken)
    --- End of stack trace from previous location ---
       at Emby.Server.Implementations.HttpServer.WebSocketConnection.ProcessInternal(PipeReader reader)
       at Emby.Server.Implementations.HttpServer.WebSocketConnection.ReceiveAsync(CancellationToken cancellationToken)
       at Emby.Server.Implementations.HttpServer.WebSocketManager.WebSocketRequestHandler(HttpContext context)
       at Emby.Server.Implementations.HttpServer.WebSocketManager.WebSocketRequestHandler(HttpContext context)
    PoMpls
    Offline

    Junior Member

    Posts: 18
    Threads: 1
    Joined: 2024 May
    Reputation: 1
    Country:Spain
    #2
    2024-05-13, 08:43 PM (This post was last modified: 2024-05-13, 09:45 PM by PoMpls. Edited 2 times in total.)
    This has happened to me twice too, since I updated to 10.9 and it did it again just now 10 minutes ago already updated to 10.9.1

    Between one thing and another it is exhausting Weary-face .... if I know, I didn't update from 10.8.13 which worked like a charm

    EDIT:
    It's happened again, it's when I watch live TV

    Code:
    Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets
    STM
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    Country:Germany
    #3
    2024-05-13, 10:34 PM (This post was last modified: 2024-05-13, 10:47 PM by STM. Edited 3 times in total.)
    <- Ignore this post please.
    « 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