Jellyfin Forum
Error in Log - 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: Error in Log (/t-error-in-log)



Error in Log - drindor83 - 2025-11-05

Hí all,

Since the big update I get everytime I scan my libary the following error message (about 14 times each scan):

Code:
[ERR] Error in "Dynamic Image Provider"
System.NullReferenceException: Object reference not set to an instance of an object.
  at Jellyfin.Drawing.Skia.SkiaEncoder.GetFontForCharacter(String c)
  at Jellyfin.Drawing.Skia.StripCollageBuilder.DrawText(SKCanvas canvas, Single x, Single y, String text, SKPaint textPaint, SKFont textFont, Boolean isRtl)
  at Jellyfin.Drawing.Skia.StripCollageBuilder.BuildThumbCollageBitmap(IReadOnlyList`1 paths, Int32 width, Int32 height, String libraryName)
  at Jellyfin.Drawing.Skia.StripCollageBuilder.BuildThumbCollage(IReadOnlyList`1 paths, String outputPath, Int32 width, Int32 height, String libraryName)
  at Jellyfin.Drawing.Skia.SkiaEncoder.CreateImageCollage(ImageCollageOptions options, String libraryName)
  at Jellyfin.Drawing.ImageProcessor.CreateImageCollage(ImageCollageOptions options, String libraryName)
  at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateCollage(BaseItem primaryItem, IEnumerable`1 items, String outputPath, Int32 width, Int32 height)
  at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateThumbCollage(BaseItem primaryItem, IEnumerable`1 items, String outputPath, Int32 width, Int32 height)
  at Emby.Server.Implementations.Images.CollectionFolderImageProvider.CreateImage(BaseItem item, IReadOnlyCollection`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType, Int32 imageIndex)
  at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchToFileInternal(BaseItem item, IReadOnlyList`1 itemsWithImages, ImageType imageType, CancellationToken cancellationToken)
  at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.FetchAsync(T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
  at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)

Does anyone know where this came from? Or what the problerm is?

Another thing, my Libary Folders dont have random images anymore in the general UI of my user. I Can upload specific pictures, but I dont get any random from the moviers in the folders.

Thank you in advance,

Harry