• 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 Docker container transcoding crash

     
    • 0 Vote(s) - 0 Average

    Docker container transcoding crash

    My Jellyfin Docker container randomly crashes while transcoding
    bitmap
    Online

    Community Moderator

    Posts: 976
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #3
    2025-08-08, 08:46 PM
    You have a lot of errors in there from improperly named subtitles that might be confusing ffprobe. Rename them to be the filename minus extension .srt or .en.srt with the two-digit language code. There's even one in there that uses the three-digit language code that passes muster. Dual extensions seem to be problematic.

    Transcodes 1 and 3 look normal -- no early exit and the timing seems about right. Transcode 2 gets a q command from Jellyfin, meaning something may have gone wrong there. I see two fatal events related to HTTP client timeout and possibly websockets.

    Code:
    System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 5 seconds elapsing.
    ---> System.TimeoutException: The operation was canceled.
    ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled.
    ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled.
    ---> System.Net.Sockets.SocketException (125): Operation canceled
       --- End of inner exception stack trace ---
       at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
       at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
       at System.Net.Http.HttpConnection.<EnsureReadAheadTaskHasStarted>g__ReadAheadWithZeroByteReadAsync|40_0()
       at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
       --- End of inner exception stack trace ---
    How are you running your server? Is this via remote access or on the local network? Reverse proxy? Hard-wired?

    I also took a look into the known issues on Linux and you'll want to check your kernel to see if it falls within the "incomplete support" category. This all depends on what you're running (e.g., Debian, Ubuntu) but details are in the list.

    https://jellyfin.org/docs/general/post-i...l-on-linux
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Docker container transcoding crash - by Ranbato - 2025-07-23, 06:17 PM
    RE: Docker container transcoding crash - by Ranbato - 2025-08-08, 03:07 PM
    RE: Docker container transcoding crash - by bitmap - 2025-08-08, 08:46 PM

    • 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