Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Jellyfin] <File Not Found Errors> #1784

Closed
Tntdruid opened this issue Feb 22, 2025 · 13 comments
Closed

🐛 [Jellyfin] <File Not Found Errors> #1784

Tntdruid opened this issue Feb 22, 2025 · 13 comments
Labels
bug Something isn't working

Comments

@Tntdruid
Copy link

Tntdruid commented Feb 22, 2025

Description

Jellyfin cant find any new files after update 10.10.6 (21-02-2025)

Reproduction steps

1. Go to 'Run a scan for new files'
2. Click on 'Scan'
3. Scroll down to 'Go check the logs in HA'
4. See error
Using 10.10.6 (21-02-2025)

Addon Logs

-----------------------------------------------------------
 Add-on version: 10.10.6
 You are running the latest version of this add-on.
 System: Home Assistant OS 14.2
 Architecture: amd64 / qemux86-64
 Home Assistant Core: 2025.2.4
 Home Assistant Supervisor: 2025.02.1
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums
-----------------------------------------------------------

System.IO.FileNotFoundException: File not found
File name: '/config/addons_config/jellyfin/data/metadata/library/aa/aa322931cff6dac7510b7303cdee90b7/folder.jpg'
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageSize(String path)
   at Emby.Server.Implementations.Dto.DtoService.GetPrimaryImageAspectRatio(BaseItem item)
[13:07:11] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[13:07:13] [ERR] [18] MediaBrowser.Providers.Folders.FolderMetadataService: Error in Dynamic Image Provider
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/ed/ed870848ed6303778a5ff2fe3539fa83/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
   at Emby.Server.Implementations.Images.BaseDynamicImageProvider`1.CreateSingleImage(IEnumerable`1 itemsWithImages, String outputPathWithoutExtension, ImageType imageType)
   at Emby.Server.Implementations.Images.BaseFolderImageProvider`1.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)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/25/253bc9fc2ae4cb0a47d99e75b7e36923/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/25/253bc9fc2ae4cb0a47d99e75b7e36923/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/e4/e4b47d36d1728eadecd79f56193f080b/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/e4/e4b47d36d1728eadecd79f56193f080b/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/2a/2aa1d857635177546f8785032805c532/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/2a/2aa1d857635177546f8785032805c532/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/68/688ac127bb972d045c72280d1fec86bd/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/68/688ac127bb972d045c72280d1fec86bd/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/ed/ed870848ed6303778a5ff2fe3539fa83/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/ed/ed870848ed6303778a5ff2fe3539fa83/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/4e/4edbb7bb7ef899713c2ab7e62823bb23/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/4e/4edbb7bb7ef899713c2ab7e62823bb23/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/b9/b95241584f12ec5da4a21112aae8fd15/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/b9/b95241584f12ec5da4a21112aae8fd15/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/34/34f331a89ce405e2b877d68d5ee4d4a2/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/34/34f331a89ce405e2b877d68d5ee4d4a2/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/ae/ae2cec33ca040fef003bd4fc67ccea1a/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/ae/ae2cec33ca040fef003bd4fc67ccea1a/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/33/3303b71f63aaef650dea8d9e0e633a52/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/33/3303b71f63aaef650dea8d9e0e633a52/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/67/678e71c5b82056427998a93dede4414a/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/67/678e71c5b82056427998a93dede4414a/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/root/default/Tatum Christine/folder.jpg
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/root/default/Tatum Christine/folder.jpg'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/be/bef0259630c00ae64bf3d37c7c092c00/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/be/bef0259630c00ae64bf3d37c7c092c00/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/af/af8df64f82656d1384276fff7b1e5335/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/af/af8df64f82656d1384276fff7b1e5335/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/8a/8a05b0252259a1dbd62df97522638439/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/8a/8a05b0252259a1dbd62df97522638439/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/46/468e82acef6776ba6ab1c4af32b16931/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/46/468e82acef6776ba6ab1c4af32b16931/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/d2/d2f7b8e0e0e164cb2c3c20c6ebc16b77/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/d2/d2f7b8e0e0e164cb2c3c20c6ebc16b77/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/08/08da936dc99a3e5f30bdb6aa1fe6d1a7/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/08/08da936dc99a3e5f30bdb6aa1fe6d1a7/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/bc/bc3a7d1d3dac1f10e170387270df67fa/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/bc/bc3a7d1d3dac1f10e170387270df67fa/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/a8/a8c80bc1416df82b72120114ac5641de/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/a8/a8c80bc1416df82b72120114ac5641de/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/6b/6b2a0979ef0f634326593ba68c9f0207/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/6b/6b2a0979ef0f634326593ba68c9f0207/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/40/40ae745e9a7edcfb0c58be286fa2eb1f/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/40/40ae745e9a7edcfb0c58be286fa2eb1f/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/48/4890a407589c0892c3781f4db7d75522/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/48/4890a407589c0892c3781f4db7d75522/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] Emby.Server.Implementations.Library.LibraryManager: Cannot compute blurhash for /config/addons_config/jellyfin/data/metadata/library/f5/f57f3acb1ad5c49f1a7d528363fc5c4c/poster.png
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/metadata/library/f5/f57f3acb1ad5c49f1a7d528363fc5c4c/poster.png'.
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageBlurHash(Int32 xComp, Int32 yComp, String path)
   at Jellyfin.Drawing.ImageProcessor.GetImageBlurHash(String path, ImageDimensions imageDimensions)
   at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
[13:07:13] [ERR] [18] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for /config/addons_config/jellyfin/data/root/default/Film
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/root/default/Film'.
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at MediaBrowser.Controller.Entities.CollectionFolder.CreateResolveArgs(IDirectoryService directoryService, Boolean setPhysicalLocations)
   at MediaBrowser.Controller.Entities.CollectionFolder.GetFileSystemChildren(IDirectoryService directoryService)
   at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
[13:07:13] [ERR] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: Error executing Scheduled Task
System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/addons_config/jellyfin/data/root/default/Film'.
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at MediaBrowser.Controller.Entities.CollectionFolder.CreateResolveArgs(IDirectoryService directoryService, Boolean setPhysicalLocations)
   at MediaBrowser.Controller.Entities.CollectionFolder.RequiresRefresh()
   at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
   at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
   at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress`1 progress, CancellationToken cancellationToken)
   at MediaBrowser.Controller.Entities.Folder.<>c__DisplayClass69_0`1.<<RunTasks>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at MediaBrowser.Controller.Entities.Folder.RunTasks[T](Func`3 task, IList`1 children, IProgress`1 progress, CancellationToken cancellationToken)
   at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal2(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
   at MediaBrowser.Controller.Entities.Folder.ValidateChildrenInternal(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
   at MediaBrowser.Controller.Entities.UserRootFolder.ValidateChildrenInternal(IProgress`1 progress, Boolean recursive, Boolean refreshChildMetadata, Boolean allowRemoveRoot, MetadataRefreshOptions refreshOptions, IDirectoryService directoryService, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Library.LibraryManager.ValidateTopLibraryFolders(CancellationToken cancellationToken, Boolean removeRoot)
   at Emby.Server.Implementations.Library.LibraryManager.PerformLibraryValidation(IProgress`1 progress, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Library.LibraryManager.ValidateMediaLibraryInternal(IProgress`1 progress, CancellationToken cancellationToken)
   at Emby.Server.Implementations.ScheduledTasks.ScheduledTaskWorker.ExecuteInternal(TaskOptions options)
[13:07:13] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: Scan Mediebibliotek Failed after 0 minute(s) and 2 seconds
[13:07:13] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: Scan Mediebibliotek Failed after 0 minute(s) and 2 seconds

Architecture

amd64

OS

HAos

@Tntdruid Tntdruid added the bug Something isn't working label Feb 22, 2025
@LogicAnalysis
Copy link

I was seeing the same issue (likely due to changing the default data location), and can confirm that 10.10.6-2 resolved it in my case

@lyatam
Copy link

lyatam commented Feb 25, 2025

For me same issue is still present in 10.10.6-2 as also the metadata problem.

@Devil231
Copy link

For me same issue is still present in 10.10.6-2 as also the metadata problem.

Hi,

Can you try this fix?
For me it worked.

#1787 (comment)

@alexbelgium
Copy link
Owner

Hi, what is your data_location value in the addon options ?

Using filebrowser, do you still have /homeassistant/addons_config/jellyfin_migrated?

This code created the symlink but perhaps it is not active in your case :

LOCATION="$(bashio::config 'data_location')"

if [ -d /homeassistant/addons_config/jellyfin_migrated ]; then
mkdir -p /config/addons_config
ln -sf "$LOCATION" /config/addons_config/jellyfin
chown -R "$PUID:$PGID" "$LOCATION"
fi

@Tntdruid
Copy link
Author

@alexbelgium Folder still named jellyfin.

@lyatam
Copy link

lyatam commented Feb 27, 2025

@alexbelgium In Addon Options field it is set to: /share/jellyfin
Folder is jellyfin_migrated
As @Devil231 mentioned in web-ui settings under "General" of Jellyfin itself the paths where old ones, changed paths to /share/jellyfin/*. Tried to remove one of the libraries and re-create it, but upon creating the library again I am getting permission errors to the library path "Folder either does not exist or you don't have persmissions "

@alexbelgium
Copy link
Owner

@alexbelgium In Addon Options field it is set to: /share/jellyfin Folder is jellyfin_migrated As @Devil231 mentioned in web-ui settings under "General" of Jellyfin itself the paths where old ones, changed paths to /share/jellyfin/*. Tried to remove one of the libraries and re-create it, but upon creating the library again I am getting permission errors to the library path "Folder either does not exist or you don't have persmissions "

Could you please paste your full startup log? Especially as /share was not expected to be impacted. Thanks

@lyatam
Copy link

lyatam commented Feb 27, 2025

@alexbelgium
Copy link
Owner

I've pushed a new version to check

@lyatam
Copy link

lyatam commented Feb 27, 2025

Updated to version 10.10.6-4:

  • I kept settings unchanged
  • First Library scan try was not successful
  • Removed libraries
  • Re-created libraries
  • Library scan completed successfully
  • Also Continue Watching history is intact
    From my side, the issue seemed to be resolved

@Tntdruid
Copy link
Author

Had to Re-created all my libraries, now its is working again.

@alexbelgium
Copy link
Owner

Thanks for the feedback. Sorry for all that but now that it is aligned with HA's best storage practice it should stay like that for a long time!

@Tntdruid
Copy link
Author

@alexbelgium Not a problem, got some time to clean up som old junk i had 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants