• 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 Announcements Project Announcements New Jellyfin Server/Web release: 10.11.2

     
    • 2 Vote(s) - 5 Average

    New Jellyfin Server/Web release: 10.11.2

    Scrat134
    Offline

    Junior Member

    Posts: 12
    Threads: 3
    Joined: 2025 May
    Reputation: 0
    Country:United Kingdom
    #28
    Yesterday, 10:13 AM (This post was last modified: Yesterday, 10:24 AM by Scrat134. Edited 1 time in total.)
    The stats...

    Jellyfin v10.11.2 (recently updated from v 10.10.7)
    Synology Container Manager / Docker (No Mem Limits / Med CPU priority)
    Synology DSM 7.2.2-72806 Update 4, Intel Celeron J4125 2GHz, 18GB RAM
    20TB HDD NAS Storage (RAID)


    The post-update issue(s)...

    All my libraries use the "Home Videos and Photos" library type.

    Since updating, upon upload of any media or full library scan (as part scans/refreshes don't seem to do anything right now), I have hundreds of WRN and ERR entries in my JF log stating the likes of the below (partial log extract). 

    The files in question seem to display alright on the front end, but the log is rammed with these sorts of error lines... So something behind the scenes clearly isn't happy.

    (filenames/paths removed)




    [2025-11-06 00:31:23.364 +00:00] [WRN] [103] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: I-frame image extraction failed, will attempt standard way. Input: "file: xxxxxxxxxxxxxxxxxxx.MOV""
    MediaBrowser.Common.FfmpegException: ffmpeg image extraction timed out for file:"xxxxxxxxxxxxxxxxxxx.MOV" after 10000ms
    ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
      at System.Diagnostics.Process.WaitForExitAsync(CancellationToken cancellationToken)
      at MediaBrowser.Common.Extensions.ProcessExtensions.WaitForExitAsync(Process process, TimeSpan timeout)
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractImageInternal(String inputPath, String container, MediaStream videoStream, Nullable1 imageStreamIndex, Nullable1 threedFormat, Nullable1 offset, Boolean useIFrame, Nullable1 targetFormat, Boolean isAudio, CancellationToken cancellationToken)
      --- End of inner exception stack trace ---
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractImageInternal(String inputPath, String container, MediaStream videoStream, Nullable1 imageStreamIndex, Nullable1 threedFormat, Nullable1 offset, Boolean useIFrame, Nullable1 targetFormat, Boolean isAudio, CancellationToken cancellationToken)
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractImage(String inputFile, String container, MediaStream videoStream, Nullable1 imageStreamIndex, MediaSourceInfo mediaSource, Boolean isAudio, Nullable1 threedFormat, Nullable1 offset, Nullable1 targetFormat, CancellationToken cancellationToken)



    [2025-11-06 00:31:33.375 +00:00] [ERR] [117] MediaBrowser.Providers.Videos.VideoMetadataService: Error in "Screen Grabber"
    MediaBrowser.Common.FfmpegException: ffmpeg image extraction timed out for file:"xxxxxxxxxxxxxxxxxxx.MOV" after 10000ms
    ---> System.Threading.Tasks.TaskCanceledException: A task was canceled.
      at System.Diagnostics.Process.WaitForExitAsync(CancellationToken cancellationToken)
      at MediaBrowser.Common.Extensions.ProcessExtensions.WaitForExitAsync(Process process, TimeSpan timeout)
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractImageInternal(String inputPath, String container, MediaStream videoStream, Nullable1 imageStreamIndex, Nullable1 threedFormat, Nullable1 offset, Boolean useIFrame, Nullable1 targetFormat, Boolean isAudio, CancellationToken cancellationToken)
      --- End of inner exception stack trace ---
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractImageInternal(String inputPath, String container, MediaStream videoStream, Nullable1 imageStreamIndex, Nullable1 threedFormat, Nullable1 offset, Boolean useIFrame, Nullable1 targetFormat, Boolean isAudio, CancellationToken cancellationToken)
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.ExtractImage(String inputFile, String container, MediaStream videoStream, Nullable1 imageStreamIndex, MediaSourceInfo mediaSource, Boolean isAudio, Nullable1 threedFormat, Nullable1 offset, Nullable1 targetFormat, CancellationToken cancellationToken)
      at MediaBrowser.Providers.MediaInfo.VideoImageProvider.GetVideoImage(Video item, CancellationToken cancellationToken)
      at MediaBrowser.Providers.Manager.ItemImageProvider.RefreshFromProvider(BaseItem item, IDynamicImageProvider provider, ImageRefreshOptions refreshOptions, TypeOptions savedOptions, List1 downloadedImages, RefreshResult result, CancellationToken cancellationToken)



    [2025-11-06 00:38:43.085 +00:00] [ERR] [123] Emby.Photos.PhotoProvider: Image Provider - Error reading image tag for "xxxxxxxxxxxxxxxxxxx.JPG"
    TagLib.CorruptFileException: Expected SOI marker at the start of the file.
      at TagLib.Jpeg.File.Read(ReadStyle propertiesStyle)
      at InvokeStub_File..ctor(Object, Span
    1)
      at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)  at TagLib.File.Create(IFileAbstraction abstraction, String mimetype, ReadStyle propertiesStyle)
      at Emby.Photos.PhotoProvider.FetchAsync(Photo item, MetadataRefreshOptions options, CancellationToken cancellationToken)



    [2025-11-06 00:56:27.882 +00:00] [ERR] [117] Emby.Photos.PhotoProvider: Image Provider - Error reading image tag for "xxxxxxxxxxxxxxxxxxx.PNG"
    TagLib.CorruptFileException: PNG Header was expected
      at TagLib.Png.File.ValidateHeader()
      at TagLib.Png.File.Read(ReadStyle propertiesStyle)
      at TagLib.Png.File..ctor(IFileAbstraction abstraction, ReadStyle propertiesStyle)
      at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
      at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span1 copyOfArgs, BindingFlags invokeAttr)  at TagLib.File.Create(IFileAbstraction abstraction, String mimetype, ReadStyle propertiesStyle)
      at Emby.Photos.PhotoProvider.FetchAsync(Photo item, MetadataRefreshOptions options, CancellationToken cancellationToken)



    [2025-11-05 23:40:59.966 +00:00] [ERR] [100] Emby.Photos.PhotoProvider: Image Provider - Error reading image tag for "xxxxxxxxxxxxxxxxxxx.PNG"
    TagLib.CorruptFileException: PNG Header was expected
      at TagLib.Png.File.ValidateHeader()
      at TagLib.Png.File.Read(ReadStyle propertiesStyle)
      at TagLib.Png.File..ctor(IFileAbstraction abstraction, ReadStyle propertiesStyle)
      at InvokeStub_File..ctor(Object, Span
    1)
      at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)  at TagLib.File.Create(IFileAbstraction abstraction, String mimetype, ReadStyle propertiesStyle)
      at TagLib.File.Create(String path, String mimetype, ReadStyle propertiesStyle)
      at TagLib.File.Create(String path)
      at Emby.Photos.PhotoProvider.FetchAsync(Photo item, MetadataRefreshOptions options, CancellationToken cancellationToken)



    [2025-11-05 03:08:09.886 +00:00] [WRN] [9] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
    « Next Oldest | Next Newest »

    Users browsing this thread: 5 Guest(s)


    Messages In This Thread
    New Jellyfin Server/Web release: 10.11.2 - by ReleaseBot - 2025-11-03, 02:51 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by tomstephens89 - 2025-11-03, 06:09 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by boernie77 - 2025-11-03, 07:35 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by theguymadmax - 2025-11-03, 01:17 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by tomstephens89 - 2025-11-03, 08:07 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by gaming09 - 2025-11-03, 06:34 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Cloud_jelly - 2025-11-04, 02:05 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Zuczek1 - 2025-11-04, 08:08 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by niels - 2025-11-04, 08:11 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by 34626 - 2025-11-04, 09:00 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by jellykrabbypatty - 2025-11-04, 09:12 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by RogerT - 2025-11-04, 12:51 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by alleycat - 2025-11-04, 04:59 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by RogerT - 2025-11-04, 08:04 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by raulo1985 - 2025-11-04, 05:55 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by SP Loomis - Yesterday, 02:21 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Alliyance - 2025-11-04, 03:28 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by matt1984 - 2025-11-04, 07:27 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by anbos - 2025-11-05, 07:45 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by oumouk39 - 2025-11-05, 11:42 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Alliyance - 2025-11-05, 12:30 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by chrissix666 - 2025-11-05, 12:48 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by jellykrabbypatty - 2025-11-05, 03:13 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by matt1984 - 2025-11-05, 01:49 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Slum_Shpongle - 2025-11-05, 04:39 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Alliyance - 2025-11-05, 04:48 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Slum_Shpongle - Yesterday, 10:14 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Alliyance - 9 hours ago
    RE: New Jellyfin Server/Web release: 10.11.2 - by Slum_Shpongle - 7 hours ago
    RE: New Jellyfin Server/Web release: 10.11.2 - by jcdick - 2025-11-05, 09:52 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Necromind - 2025-11-05, 10:18 PM
    RE: New Jellyfin Server/Web release: 10.11.2 - by Scrat134 - Yesterday, 10:13 AM
    RE: New Jellyfin Server/Web release: 10.11.2 - by BoomBlooper - 7 hours ago

    • 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