linux web ui restart button fails #6883

Open
opened 2025-12-22 04:55:37 +01:00 by backuprepo · 10 comments
Owner

Originally created by @binarygeek119 on GitHub (Apr 7, 2025).

Description of the bug

on linux non docker (ubuntu server 20.04.2 lts) install when click restart in web ui the sever is killed and needs to be restarted with command "sudo systemctl start jellyfin.service"

Reproduction steps

happens every time
start up jellyfin
click restart in web ui
never come back up

What is the current bug behavior?

never come back up

What is the expected correct behavior?

should restart. i did find the fix for this. at least on ubuntu.

in /etc/systemd/system/jellyfin.service.d/
its listed as jellyfin.service.conf
but it doesnt work as that name by droping the .conf "jellyfin.service"
running sudo systemctl enable jellyfin.service
and sudo systemctl start jellyfin.service
this fixes the issue and allows for jellyfin to restart with the web ui button.

Jellyfin Server version

10.10.0+

Specify commit id

No response

Specify unstable release number

No response

Specify version number

No response

Specify the build version

c335a3024

Environment

- OS: ubuntu server 24.04.2 lts
- Linux Kernel: 6.8.0-57-generic
- Virtualization: no
- Clients:
- Browser: edge 
- FFmpeg Version: 6.1.1-3ubuntu5
- Playback Method:
- Hardware Acceleration: yes NVidia
- GPU Model: Quadro P400
- Plugins:
- Reverse Proxy:
- Base URL:
- Networking:
- Storage:

Jellyfin logs

[2025-04-07 09:32:41.396 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.396 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Music"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.396 +00:00] [ERR] Failed to enumerate path "/media/Music"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.396 +00:00] [WRN] Library folder "/media/Music" is inaccessible or empty, skipping
[2025-04-07 09:32:41.397 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/3D'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.397 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/3D"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/3D'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.405 +00:00] [ERR] Failed to enumerate path "/media/3D"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/3D'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.405 +00:00] [WRN] Library folder "/media/3D" is inaccessible or empty, skipping
[2025-04-07 09:32:41.405 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Photos'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.405 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Photos"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Photos'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.409 +00:00] [ERR] Failed to enumerate path "/media/Photos"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Photos'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.410 +00:00] [WRN] Library folder "/media/Photos" is inaccessible or empty, skipping
[2025-04-07 09:32:41.410 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/mnt/originals'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.410 +00:00] [ERR] Error in "PlaylistResolver" resolving "/mnt/originals"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/mnt/originals'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.410 +00:00] [ERR] Failed to enumerate path "/mnt/originals"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/mnt/originals'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.410 +00:00] [WRN] Library folder "/mnt/originals" is inaccessible or empty, skipping
[2025-04-07 09:32:41.410 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music_Videos'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.410 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Music_Videos"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music_Videos'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.411 +00:00] [ERR] Failed to enumerate path "/media/Music_Videos"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music_Videos'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.411 +00:00] [WRN] Library folder "/media/Music_Videos" is inaccessible or empty, skipping
[2025-04-07 09:32:41.411 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/eBook_Library'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.411 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/eBook_Library"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/eBook_Library'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.411 +00:00] [ERR] Failed to enumerate path "/media/eBook_Library"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/eBook_Library'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.411 +00:00] [WRN] Library folder "/media/eBook_Library" is inaccessible or empty, skipping
[2025-04-07 09:32:41.411 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Recordings/Series_Recordings'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.412 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Recordings/Series_Recordings"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Recordings/Series_Recordings'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.412 +00:00] [ERR] Failed to enumerate path "/media/Recordings/Series_Recordings"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Recordings/Series_Recordings'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.412 +00:00] [WRN] Library folder "/media/Recordings/Series_Recordings" is inaccessible or empty, skipping
[2025-04-07 09:32:41.412 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Comics'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.412 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Comics"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Comics'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.412 +00:00] [ERR] Failed to enumerate path "/media/Comics"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Comics'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.412 +00:00] [WRN] Library folder "/media/Comics" is inaccessible or empty, skipping
[2025-04-07 09:32:41.412 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Commercials'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.412 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Commercials"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Commercials'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.413 +00:00] [ERR] Failed to enumerate path "/media/Commercials"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Commercials'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.413 +00:00] [WRN] Library folder "/media/Commercials" is inaccessible or empty, skipping
[2025-04-07 09:32:41.535 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.536 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Movies"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.536 +00:00] [ERR] Failed to enumerate path "/media/Movies"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.536 +00:00] [WRN] Library folder "/media/Movies" is inaccessible or empty, skipping
[2025-04-07 09:32:41.536 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Youtube/video'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.537 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Youtube/video"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Youtube/video'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.537 +00:00] [ERR] Failed to enumerate path "/media/Youtube/video"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Youtube/video'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.537 +00:00] [WRN] Library folder "/media/Youtube/video" is inaccessible or empty, skipping
[2025-04-07 09:32:41.537 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Home_Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.538 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Home_Movies"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Home_Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.538 +00:00] [ERR] Failed to enumerate path "/media/Home_Movies"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Home_Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.538 +00:00] [WRN] Library folder "/media/Home_Movies" is inaccessible or empty, skipping
[2025-04-07 09:32:41.538 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Stand-Up_Comedies/Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized)
   at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive)
   at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument)
   at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path)
   at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts)
   at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions)
[2025-04-07 09:32:41.539 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Stand-Up_Comedies/Movies"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Stand-Up_Comedies/Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args)
   at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args)
   at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver)
[2025-04-07 09:32:41.539 +00:00] [ERR] Failed to enumerate path "/media/Stand-Up_Comedies/Movies"
System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Stand-Up_Comedies/Movies'.
   at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
   at System.IO.Enumeration.FileSystemEnumerator`1.Init()
   at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
   at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options)
   at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive)
[2025-04-07 09:32:41.539 +00:00] [WRN] Library folder "/media/Stand-Up_Comedies/Movies" is inaccessible or empty, skipping
[2025-04-07 09:32:41.545 +00:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping
[2025-04-07 09:32:41.549 +00:00] [INF] Removing item, Type: "Folder", Name: "TV", Path: "/media/TV", Id: 1174edbc-eb79-9541-a08f-6dc1bce3cb5d
[2025-04-07 09:34:13.522 +00:00] [INF] Removing item, Type: "Folder", Name: "video", Path: "/media/Youtube/video", Id: ef4c579d-488e-8564-b3d7-ba6c85e4db3b
[2025-04-07 09:34:14.690 +00:00] [INF] Removing item, Type: "Folder", Name: "Music", Path: "/media/Music", Id: e39f9aab-6dde-bd28-43db-37eeb6505fe0
[2025-04-07 09:34:22.848 +00:00] [INF] Removing item, Type: "Folder", Name: "Home_Movies", Path: "/media/Home_Movies", Id: 89af13f5-6122-d055-dfa0-5c7e09a2add4
[2025-04-07 09:34:23.038 +00:00] [INF] Removing item, Type: "Folder", Name: "Music_Videos", Path: "/media/Music_Videos", Id: 8492d1ad-5f01-71c4-e1e7-35713f00d355
[2025-04-07 09:34:23.142 +00:00] [INF] Removing item, Type: "Folder", Name: "Magazines", Path: "/media/Magazines", Id: db2bb879-27b4-0b40-81b0-50f301b9d104
[2025-04-07 09:34:25.304 +00:00] [INF] Removing item, Type: "Folder", Name: "eBook_Library", Path: "/media/eBook_Library", Id: da2a5b4a-546c-f689-dfbe-16c9fa393ad4
[2025-04-07 09:34:25.444 +00:00] [INF] Removing item, Type: "Folder", Name: "Comics", Path: "/media/Comics", Id: ab4e6364-503a-a494-3f19-48a2c3b00e81
[2025-04-07 09:34:25.495 +00:00] [INF] Removing item, Type: "Folder", Name: "originals", Path: "/mnt/originals", Id: f6fb621e-e766-514e-9948-4002789f6c58
[2025-04-07 09:35:04.951 +00:00] [INF] Removing item, Type: "Folder", Name: "3D", Path: "/media/3D", Id: a5172cd5-9942-b25e-e906-40f8078d583e
[2025-04-07 09:35:08.256 +00:00] [INF] Removing item, Type: "Folder", Name: "Photos", Path: "/media/Photos", Id: 8e2fa410-06a2-c2e8-200e-ad9303752e9a
[2025-04-07 09:35:08.270 +00:00] [INF] Removing item, Type: "Folder", Name: "Movies", Path: "/media/Stand-Up_Comedies/Movies", Id: 72a30acc-79fd-5300-23c5-9365f8f7fe9f
[2025-04-07 09:35:08.559 +00:00] [INF] Removing item, Type: "Folder", Name: "Movies", Path: "/media/Movies", Id: e675012a-1892-a875-30d2-c0b0d14a9026
[2025-04-07 09:35:26.969 +00:00] [INF] Removing item, Type: "Folder", Name: "Commercials", Path: "/media/Commercials", Id: 59ced13c-ad43-c8b3-2f02-352047a5bc93
[2025-04-07 09:35:40.319 +00:00] [INF] Removing item, Type: "PlaylistsFolder", Name: "Playlists", Path: "/var/lib/jellyfin/data/playlists", Id: 1071671e-7bff-a053-2e93-0debee501d2e
[2025-04-07 09:35:40.478 +00:00] [INF] Removing item, Type: "CollectionFolder", Name: "Recorded Movies", Path: "/var/lib/jellyfin/root/default/Recorded Movies", Id: 63e31d81-1dd1-5091-4d17-126747e936aa
[2025-04-07 09:35:46.838 +00:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping
[2025-04-07 09:35:46.883 +00:00] [INF] Removing item, Type: "CollectionFolder", Name: "Recorded Shows", Path: "/var/lib/jellyfin/root/default/Recorded Shows", Id: ef1a83be-1963-fd69-74bc-6e5901eb87c5
[2025-04-07 09:35:49.754 +00:00] [INF] Starting NAT discovery
[2025-04-07 09:35:50.282 +00:00] [WRN] The WebRootPath was not found: "/var/lib/jellyfin/wwwroot". Static files may be unavailable.
[2025-04-07 09:35:50.978 +00:00] [INF] Running startup tasks
[2025-04-07 09:35:51.007 +00:00] [INF] Retention task scheduled
[2025-04-07 09:35:51.014 +00:00] [INF] TaskCleanDb Loaded
[2025-04-07 09:35:51.016 +00:00] [INF] TaskRunBackup Loaded
[2025-04-07 09:35:51.052 +00:00] [INF] Watching directory "/media/Comics"
[2025-04-07 09:35:51.085 +00:00] [INF] Daily trigger for "Playback Reporting Trim Db" set to fire at 2025-04-08 00:00:00.000 +00:00, which is 14:24:08.9148900 from now.
[2025-04-07 09:35:51.090 +00:00] [INF] Daily trigger for "Generate Personal Playlist" set to fire at 2025-04-08 00:00:00.000 +00:00, which is 14:24:08.9098372 from now.
[2025-04-07 09:35:51.155 +00:00] [INF] Found ffmpeg version "7.0.2"
[2025-04-07 09:35:51.250 +00:00] [INF] Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
[2025-04-07 09:35:51.272 +00:00] [INF] Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2025-04-07 09:35:51.295 +00:00] [INF] Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2025-04-07 09:35:51.449 +00:00] [INF] Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2025-04-07 09:35:53.693 +00:00] [INF] FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2025-04-07 09:35:53.694 +00:00] [INF] ServerId: "36fbf611bfc349f6912240c0cd165cf8"
[2025-04-07 09:35:53.694 +00:00] [INF] Core startup complete
[2025-04-07 09:35:53.694 +00:00] [INF] Startup complete 0:03:33.6466436
[2025-04-07 09:35:54.293 +00:00] [INF] Watching directory "/media/Photos"
[2025-04-07 09:35:54.367 +00:00] [INF] "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'index.html' with ID '9340b171-0ae4-4d13-9970-9c4c4feba227'
[2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'userpluginsettings.html' with ID 'a837996a-2f73-4ad2-9467-e0410222d36f'
[2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'user-plugin.undefined.chunk.js' with ID '345a80b2-2ac2-42f5-834c-809947778a64'
[2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'user-plugin-index-html.undefined.chunk.js' with ID '47a40f72-1af9-47b9-a2eb-e073317be4b0'
[2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'main.jellyfin.bundle.js' with ID '898bd8c0-70fa-4f63-a4e8-bf16de51dfe4'
[2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'main.jellyfin.bundle.js' with ID '6e4bced9-d332-4b95-93f3-b82f088f56ab'
[2025-04-07 09:35:55.139 +00:00] [INF] Received transformation registration for 'runtime.bundle.js' with ID 'a3530fb2-6d2f-4894-8ca7-691c4e98d1ed'
[2025-04-07 09:35:55.139 +00:00] [INF] "PluginPages Startup" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:35:55.164 +00:00] [INF] MediaBar Startup. Registering file transformations.
[2025-04-07 09:35:55.165 +00:00] [INF] Received transformation registration for 'index.html' with ID '0dfac9d7-d898-4944-900b-1c1837707279'
[2025-04-07 09:35:55.165 +00:00] [INF] Received transformation registration for 'avatars/list.txt' with ID '8d374d6b-3c5b-464a-a2a2-96e92fa81345'
[2025-04-07 09:35:55.165 +00:00] [INF] "MediaBar Startup" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:36:03.269 +00:00] [INF] "Update Plugins" Completed after 0 minute(s) and 8 seconds
[2025-04-07 09:36:09.505 +00:00] [INF] Watching directory "/media/eBook_Library"
[2025-04-07 09:36:10.383 +00:00] [INF] Watching directory "/media/Youtube/video"
[2025-04-07 09:36:14.715 +00:00] [INF] Watching directory "/media/Home_Movies"
[2025-04-07 09:36:19.418 +00:00] [INF] Watching directory "/media/Commercials"
[2025-04-07 09:36:32.387 +00:00] [INF] Watching directory "/media/Stand-Up_Comedies/Movies"
[2025-04-07 09:36:41.799 +00:00] [INF] Watching directory "/mnt/originals"
[2025-04-07 09:36:44.733 +00:00] [INF] "Clean up collections and playlists" Completed after 0 minute(s) and 50 seconds
[2025-04-07 09:36:53.272 +00:00] [INF] Watching directory "/media/3D"
[2025-04-07 09:36:55.752 +00:00] [INF] Watching directory "/media/Music"
[2025-04-07 09:37:03.410 +00:00] [INF] Watching directory "/media/Magazines"
[2025-04-07 09:37:04.623 +00:00] [INF] Watching directory "/media/Music_Videos"
[2025-04-07 09:37:21.109 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:37:21.190 +00:00] [INF] "Webhook Item Deleted Notifier" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:38:22.225 +00:00] [INF] WS "192.168.1.1" request
[2025-04-07 09:38:52.098 +00:00] [INF] "Webhook Item Deleted Notifier" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:38:52.161 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:39:11.178 +00:00] [INF] Watching directory "/media/TV"
[2025-04-07 09:39:44.316 +00:00] [INF] Watching directory "/media/Movies"
[2025-04-07 09:40:23.098 +00:00] [INF] "Webhook Item Deleted Notifier" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:40:23.098 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:41:10.415 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2025-04-07 09:41:54.098 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds
[2025-04-07 09:41:54.099 +00:00] [INF] "Webhook Item Deleted Notifier" Completed after 0 minute(s) and 0 seconds

FFmpeg logs


Client / Browser logs

No response

Relevant screenshots or videos

No response

Additional information

No response

Originally created by @binarygeek119 on GitHub (Apr 7, 2025). ### Description of the bug on linux non docker (ubuntu server 20.04.2 lts) install when click restart in web ui the sever is killed and needs to be restarted with command "sudo systemctl start jellyfin.service" ### Reproduction steps happens every time start up jellyfin click restart in web ui never come back up ### What is the current _bug_ behavior? never come back up ### What is the expected _correct_ behavior? should restart. i did find the fix for this. at least on ubuntu. in /etc/systemd/system/jellyfin.service.d/ its listed as jellyfin.service.conf but it doesnt work as that name by droping the .conf "jellyfin.service" running sudo systemctl enable jellyfin.service and sudo systemctl start jellyfin.service this fixes the issue and allows for jellyfin to restart with the web ui button. ### Jellyfin Server version 10.10.0+ ### Specify commit id _No response_ ### Specify unstable release number _No response_ ### Specify version number _No response_ ### Specify the build version c335a3024 ### Environment ```markdown - OS: ubuntu server 24.04.2 lts - Linux Kernel: 6.8.0-57-generic - Virtualization: no - Clients: - Browser: edge - FFmpeg Version: 6.1.1-3ubuntu5 - Playback Method: - Hardware Acceleration: yes NVidia - GPU Model: Quadro P400 - Plugins: - Reverse Proxy: - Base URL: - Networking: - Storage: ``` ### Jellyfin logs ```shell [2025-04-07 09:32:41.396 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.396 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Music" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.396 +00:00] [ERR] Failed to enumerate path "/media/Music" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.396 +00:00] [WRN] Library folder "/media/Music" is inaccessible or empty, skipping [2025-04-07 09:32:41.397 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/3D'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.397 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/3D" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/3D'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.405 +00:00] [ERR] Failed to enumerate path "/media/3D" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/3D'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.405 +00:00] [WRN] Library folder "/media/3D" is inaccessible or empty, skipping [2025-04-07 09:32:41.405 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Photos'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.405 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Photos" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Photos'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.409 +00:00] [ERR] Failed to enumerate path "/media/Photos" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Photos'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.410 +00:00] [WRN] Library folder "/media/Photos" is inaccessible or empty, skipping [2025-04-07 09:32:41.410 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/mnt/originals'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.410 +00:00] [ERR] Error in "PlaylistResolver" resolving "/mnt/originals" System.IO.DirectoryNotFoundException: Could not find a part of the path '/mnt/originals'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.410 +00:00] [ERR] Failed to enumerate path "/mnt/originals" System.IO.DirectoryNotFoundException: Could not find a part of the path '/mnt/originals'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.410 +00:00] [WRN] Library folder "/mnt/originals" is inaccessible or empty, skipping [2025-04-07 09:32:41.410 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music_Videos'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.410 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Music_Videos" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music_Videos'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.411 +00:00] [ERR] Failed to enumerate path "/media/Music_Videos" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Music_Videos'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.411 +00:00] [WRN] Library folder "/media/Music_Videos" is inaccessible or empty, skipping [2025-04-07 09:32:41.411 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/eBook_Library'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.411 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/eBook_Library" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/eBook_Library'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.411 +00:00] [ERR] Failed to enumerate path "/media/eBook_Library" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/eBook_Library'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.411 +00:00] [WRN] Library folder "/media/eBook_Library" is inaccessible or empty, skipping [2025-04-07 09:32:41.411 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Recordings/Series_Recordings'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.412 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Recordings/Series_Recordings" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Recordings/Series_Recordings'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.412 +00:00] [ERR] Failed to enumerate path "/media/Recordings/Series_Recordings" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Recordings/Series_Recordings'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.412 +00:00] [WRN] Library folder "/media/Recordings/Series_Recordings" is inaccessible or empty, skipping [2025-04-07 09:32:41.412 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Comics'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.412 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Comics" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Comics'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.412 +00:00] [ERR] Failed to enumerate path "/media/Comics" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Comics'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.412 +00:00] [WRN] Library folder "/media/Comics" is inaccessible or empty, skipping [2025-04-07 09:32:41.412 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Commercials'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.412 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Commercials" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Commercials'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.413 +00:00] [ERR] Failed to enumerate path "/media/Commercials" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Commercials'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.413 +00:00] [WRN] Library folder "/media/Commercials" is inaccessible or empty, skipping [2025-04-07 09:32:41.535 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.536 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Movies" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.536 +00:00] [ERR] Failed to enumerate path "/media/Movies" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.536 +00:00] [WRN] Library folder "/media/Movies" is inaccessible or empty, skipping [2025-04-07 09:32:41.536 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Youtube/video'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.537 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Youtube/video" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Youtube/video'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.537 +00:00] [ERR] Failed to enumerate path "/media/Youtube/video" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Youtube/video'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.537 +00:00] [WRN] Library folder "/media/Youtube/video" is inaccessible or empty, skipping [2025-04-07 09:32:41.537 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Home_Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.538 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Home_Movies" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Home_Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.538 +00:00] [ERR] Failed to enumerate path "/media/Home_Movies" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Home_Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.538 +00:00] [WRN] Library folder "/media/Home_Movies" is inaccessible or empty, skipping [2025-04-07 09:32:41.538 +00:00] [ERR] Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Stand-Up_Comedies/Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) at MediaBrowser.Controller.Providers.DirectoryService.<>c.<GetFileSystemEntries>b__5_0(String p, IFileSystem fileSystem) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) [2025-04-07 09:32:41.539 +00:00] [ERR] Error in "PlaylistResolver" resolving "/media/Stand-Up_Comedies/Movies" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Stand-Up_Comedies/Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) [2025-04-07 09:32:41.539 +00:00] [ERR] Failed to enumerate path "/media/Stand-Up_Comedies/Movies" System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/Stand-Up_Comedies/Movies'. at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) [2025-04-07 09:32:41.539 +00:00] [WRN] Library folder "/media/Stand-Up_Comedies/Movies" is inaccessible or empty, skipping [2025-04-07 09:32:41.545 +00:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping [2025-04-07 09:32:41.549 +00:00] [INF] Removing item, Type: "Folder", Name: "TV", Path: "/media/TV", Id: 1174edbc-eb79-9541-a08f-6dc1bce3cb5d [2025-04-07 09:34:13.522 +00:00] [INF] Removing item, Type: "Folder", Name: "video", Path: "/media/Youtube/video", Id: ef4c579d-488e-8564-b3d7-ba6c85e4db3b [2025-04-07 09:34:14.690 +00:00] [INF] Removing item, Type: "Folder", Name: "Music", Path: "/media/Music", Id: e39f9aab-6dde-bd28-43db-37eeb6505fe0 [2025-04-07 09:34:22.848 +00:00] [INF] Removing item, Type: "Folder", Name: "Home_Movies", Path: "/media/Home_Movies", Id: 89af13f5-6122-d055-dfa0-5c7e09a2add4 [2025-04-07 09:34:23.038 +00:00] [INF] Removing item, Type: "Folder", Name: "Music_Videos", Path: "/media/Music_Videos", Id: 8492d1ad-5f01-71c4-e1e7-35713f00d355 [2025-04-07 09:34:23.142 +00:00] [INF] Removing item, Type: "Folder", Name: "Magazines", Path: "/media/Magazines", Id: db2bb879-27b4-0b40-81b0-50f301b9d104 [2025-04-07 09:34:25.304 +00:00] [INF] Removing item, Type: "Folder", Name: "eBook_Library", Path: "/media/eBook_Library", Id: da2a5b4a-546c-f689-dfbe-16c9fa393ad4 [2025-04-07 09:34:25.444 +00:00] [INF] Removing item, Type: "Folder", Name: "Comics", Path: "/media/Comics", Id: ab4e6364-503a-a494-3f19-48a2c3b00e81 [2025-04-07 09:34:25.495 +00:00] [INF] Removing item, Type: "Folder", Name: "originals", Path: "/mnt/originals", Id: f6fb621e-e766-514e-9948-4002789f6c58 [2025-04-07 09:35:04.951 +00:00] [INF] Removing item, Type: "Folder", Name: "3D", Path: "/media/3D", Id: a5172cd5-9942-b25e-e906-40f8078d583e [2025-04-07 09:35:08.256 +00:00] [INF] Removing item, Type: "Folder", Name: "Photos", Path: "/media/Photos", Id: 8e2fa410-06a2-c2e8-200e-ad9303752e9a [2025-04-07 09:35:08.270 +00:00] [INF] Removing item, Type: "Folder", Name: "Movies", Path: "/media/Stand-Up_Comedies/Movies", Id: 72a30acc-79fd-5300-23c5-9365f8f7fe9f [2025-04-07 09:35:08.559 +00:00] [INF] Removing item, Type: "Folder", Name: "Movies", Path: "/media/Movies", Id: e675012a-1892-a875-30d2-c0b0d14a9026 [2025-04-07 09:35:26.969 +00:00] [INF] Removing item, Type: "Folder", Name: "Commercials", Path: "/media/Commercials", Id: 59ced13c-ad43-c8b3-2f02-352047a5bc93 [2025-04-07 09:35:40.319 +00:00] [INF] Removing item, Type: "PlaylistsFolder", Name: "Playlists", Path: "/var/lib/jellyfin/data/playlists", Id: 1071671e-7bff-a053-2e93-0debee501d2e [2025-04-07 09:35:40.478 +00:00] [INF] Removing item, Type: "CollectionFolder", Name: "Recorded Movies", Path: "/var/lib/jellyfin/root/default/Recorded Movies", Id: 63e31d81-1dd1-5091-4d17-126747e936aa [2025-04-07 09:35:46.838 +00:00] [WRN] Library folder "/var/lib/jellyfin/data/playlists" is inaccessible or empty, skipping [2025-04-07 09:35:46.883 +00:00] [INF] Removing item, Type: "CollectionFolder", Name: "Recorded Shows", Path: "/var/lib/jellyfin/root/default/Recorded Shows", Id: ef1a83be-1963-fd69-74bc-6e5901eb87c5 [2025-04-07 09:35:49.754 +00:00] [INF] Starting NAT discovery [2025-04-07 09:35:50.282 +00:00] [WRN] The WebRootPath was not found: "/var/lib/jellyfin/wwwroot". Static files may be unavailable. [2025-04-07 09:35:50.978 +00:00] [INF] Running startup tasks [2025-04-07 09:35:51.007 +00:00] [INF] Retention task scheduled [2025-04-07 09:35:51.014 +00:00] [INF] TaskCleanDb Loaded [2025-04-07 09:35:51.016 +00:00] [INF] TaskRunBackup Loaded [2025-04-07 09:35:51.052 +00:00] [INF] Watching directory "/media/Comics" [2025-04-07 09:35:51.085 +00:00] [INF] Daily trigger for "Playback Reporting Trim Db" set to fire at 2025-04-08 00:00:00.000 +00:00, which is 14:24:08.9148900 from now. [2025-04-07 09:35:51.090 +00:00] [INF] Daily trigger for "Generate Personal Playlist" set to fire at 2025-04-08 00:00:00.000 +00:00, which is 14:24:08.9098372 from now. [2025-04-07 09:35:51.155 +00:00] [INF] Found ffmpeg version "7.0.2" [2025-04-07 09:35:51.250 +00:00] [INF] Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"] [2025-04-07 09:35:51.272 +00:00] [INF] Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2025-04-07 09:35:51.295 +00:00] [INF] Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [2025-04-07 09:35:51.449 +00:00] [INF] Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] [2025-04-07 09:35:53.693 +00:00] [INF] FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" [2025-04-07 09:35:53.694 +00:00] [INF] ServerId: "36fbf611bfc349f6912240c0cd165cf8" [2025-04-07 09:35:53.694 +00:00] [INF] Core startup complete [2025-04-07 09:35:53.694 +00:00] [INF] Startup complete 0:03:33.6466436 [2025-04-07 09:35:54.293 +00:00] [INF] Watching directory "/media/Photos" [2025-04-07 09:35:54.367 +00:00] [INF] "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'index.html' with ID '9340b171-0ae4-4d13-9970-9c4c4feba227' [2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'userpluginsettings.html' with ID 'a837996a-2f73-4ad2-9467-e0410222d36f' [2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'user-plugin.undefined.chunk.js' with ID '345a80b2-2ac2-42f5-834c-809947778a64' [2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'user-plugin-index-html.undefined.chunk.js' with ID '47a40f72-1af9-47b9-a2eb-e073317be4b0' [2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'main.jellyfin.bundle.js' with ID '898bd8c0-70fa-4f63-a4e8-bf16de51dfe4' [2025-04-07 09:35:55.138 +00:00] [INF] Received transformation registration for 'main.jellyfin.bundle.js' with ID '6e4bced9-d332-4b95-93f3-b82f088f56ab' [2025-04-07 09:35:55.139 +00:00] [INF] Received transformation registration for 'runtime.bundle.js' with ID 'a3530fb2-6d2f-4894-8ca7-691c4e98d1ed' [2025-04-07 09:35:55.139 +00:00] [INF] "PluginPages Startup" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:35:55.164 +00:00] [INF] MediaBar Startup. Registering file transformations. [2025-04-07 09:35:55.165 +00:00] [INF] Received transformation registration for 'index.html' with ID '0dfac9d7-d898-4944-900b-1c1837707279' [2025-04-07 09:35:55.165 +00:00] [INF] Received transformation registration for 'avatars/list.txt' with ID '8d374d6b-3c5b-464a-a2a2-96e92fa81345' [2025-04-07 09:35:55.165 +00:00] [INF] "MediaBar Startup" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:36:03.269 +00:00] [INF] "Update Plugins" Completed after 0 minute(s) and 8 seconds [2025-04-07 09:36:09.505 +00:00] [INF] Watching directory "/media/eBook_Library" [2025-04-07 09:36:10.383 +00:00] [INF] Watching directory "/media/Youtube/video" [2025-04-07 09:36:14.715 +00:00] [INF] Watching directory "/media/Home_Movies" [2025-04-07 09:36:19.418 +00:00] [INF] Watching directory "/media/Commercials" [2025-04-07 09:36:32.387 +00:00] [INF] Watching directory "/media/Stand-Up_Comedies/Movies" [2025-04-07 09:36:41.799 +00:00] [INF] Watching directory "/mnt/originals" [2025-04-07 09:36:44.733 +00:00] [INF] "Clean up collections and playlists" Completed after 0 minute(s) and 50 seconds [2025-04-07 09:36:53.272 +00:00] [INF] Watching directory "/media/3D" [2025-04-07 09:36:55.752 +00:00] [INF] Watching directory "/media/Music" [2025-04-07 09:37:03.410 +00:00] [INF] Watching directory "/media/Magazines" [2025-04-07 09:37:04.623 +00:00] [INF] Watching directory "/media/Music_Videos" [2025-04-07 09:37:21.109 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:37:21.190 +00:00] [INF] "Webhook Item Deleted Notifier" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:38:22.225 +00:00] [INF] WS "192.168.1.1" request [2025-04-07 09:38:52.098 +00:00] [INF] "Webhook Item Deleted Notifier" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:38:52.161 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:39:11.178 +00:00] [INF] Watching directory "/media/TV" [2025-04-07 09:39:44.316 +00:00] [INF] Watching directory "/media/Movies" [2025-04-07 09:40:23.098 +00:00] [INF] "Webhook Item Deleted Notifier" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:40:23.098 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:41:10.415 +00:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets. [2025-04-07 09:41:54.098 +00:00] [INF] "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds [2025-04-07 09:41:54.099 +00:00] [INF] "Webhook Item Deleted Notifier" Completed after 0 minute(s) and 0 seconds ``` ### FFmpeg logs ```shell ``` ### Client / Browser logs _No response_ ### Relevant screenshots or videos _No response_ ### Additional information _No response_
backuprepo added the
stale
bug
labels 2025-12-22 04:55:37 +01:00
Author
Owner

@binarygeek119 commented on GitHub (Apr 7, 2025):

ok i dug a bit more into this its not that i renamed that file as after looking at the file its just full of comments.

its the act of starting the service myself that fixes it. the command "sudo systemctl start jellyfin.service" allows the restart to work. but if the system starts the service on its own it doesnt work. it has to be the user that starts it.

i have comeup with a simple work around for now.

by editing the .backrc file in /root

adding this "systemctl start jellyfin.service"
to the end of it
fixes the restart bug. i can now start the server from cold boot get jellyfin to auto start and beable to click restart in web ui and for it to actually restart jellyfin.

@binarygeek119 commented on GitHub (Apr 7, 2025): ok i dug a bit more into this its not that i renamed that file as after looking at the file its just full of comments. its the act of starting the service myself that fixes it. the command "sudo systemctl start jellyfin.service" allows the restart to work. but if the system starts the service on its own it doesnt work. it has to be the user that starts it. i have comeup with a simple work around for now. by editing the .backrc file in /root adding this "systemctl start jellyfin.service" to the end of it fixes the restart bug. i can now start the server from cold boot get jellyfin to auto start and beable to click restart in web ui and for it to actually restart jellyfin.
Author
Owner

@joshuaboniface commented on GitHub (Apr 7, 2025):

Exactly how did you install Jellyfin here? The .deb packages handle this all as expected - they run everything as a jellyfin user, put the right service units in the right places for this to work by default, etc. Something seems very off about your setup based on that last comment.

@joshuaboniface commented on GitHub (Apr 7, 2025): Exactly how did you install Jellyfin here? The `.deb` packages handle this all as expected - they run everything as a `jellyfin` user, put the right service units in the right places for this to work by default, etc. Something seems very off about your setup based on that last comment.
Author
Owner

@joshuaboniface commented on GitHub (Apr 7, 2025):

And also exactly what version, are you running an unstable or stable build?

@joshuaboniface commented on GitHub (Apr 7, 2025): And also exactly what version, are you running an unstable or stable build?
Author
Owner

@binarygeek119 commented on GitHub (Apr 8, 2025):

stable and i ran the command on website. "curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bash"
thats the only thing i did on a freash install of ubuntu server 24.04.2 lts.

@binarygeek119 commented on GitHub (Apr 8, 2025): stable and i ran the command on website. "curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bash" thats the only thing i did on a freash install of ubuntu server 24.04.2 lts.
Author
Owner

@joshuaboniface commented on GitHub (Apr 8, 2025):

OK that's good to know. The Restart button is implemented with in-code logic to restart the program without actually existing the main process, so it should never get to a point where systemd takes over, unless something else is going wrong. I do see errors in your log but nothing that jumps out as suspicious regarding this.

Can you try to reproduce this again, and collect the following:

  • What sudo systemctl status jellyfin says after it fails.

  • All the logs, from just before you pressed the button, until it either fails or finishes booting up again. This might be long so please upload as a text file.

@joshuaboniface commented on GitHub (Apr 8, 2025): OK that's good to know. The Restart button is implemented with in-code logic to restart the program without actually existing the main process, so it should never get to a point where systemd takes over, unless something else is going wrong. I do see errors in your log but nothing that jumps out as suspicious regarding this. Can you try to reproduce this again, and collect the following: * What `sudo systemctl status jellyfin` says after it fails. * All the logs, from just before you pressed the button, until it either fails or finishes booting up again. This might be long so please upload as a text file.
Author
Owner

@binarygeek119 commented on GitHub (Apr 8, 2025):

○ jellyfin.service - Jellyfin Media Server
     Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
     Active: inactive (dead) since Tue 2025-04-08 19:17:30 UTC; 27s ago
   Duration: 1min 30.860s
    Process: 666 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=0/SUCCESS)
   Main PID: 666 (code=exited, status=0/SUCCESS)
        CPU: 51.917s

Apr 08 19:17:30 jellyfin jellyfin[666]:    at Emby.Server.Implementations.Data.ManagedConnection.Execute(String commandText)
Apr 08 19:17:30 jellyfin jellyfin[666]:    at Emby.Server.Implementations.Data.BaseSqliteRepository.Initialize()
Apr 08 19:17:30 jellyfin jellyfin[666]:    at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize()
Apr 08 19:17:30 jellyfin jellyfin[666]:    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
Apr 08 19:17:30 jellyfin jellyfin[666]:    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
Apr 08 19:17:30 jellyfin jellyfin[666]: [19:17:30] [INF] Running query planner optimizations in the database... This might take a while
Apr 08 19:17:30 jellyfin jellyfin[666]: [19:17:30] [INF] Disposing CoreAppHost
Apr 08 19:17:30 jellyfin jellyfin[666]: [19:17:30] [INF] Disposing PluginManager
Apr 08 19:17:30 jellyfin systemd[1]: jellyfin.service: Deactivated successfully.
Apr 08 19:17:30 jellyfin systemd[1]: jellyfin.service: Consumed 51.917s CPU time.
binarygeek119@jellyfin:~$

jellyfin log.txt

@binarygeek119 commented on GitHub (Apr 8, 2025): ``` ○ jellyfin.service - Jellyfin Media Server Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; enabled; preset: enabled) Active: inactive (dead) since Tue 2025-04-08 19:17:30 UTC; 27s ago Duration: 1min 30.860s Process: 666 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=0/SUCCESS) Main PID: 666 (code=exited, status=0/SUCCESS) CPU: 51.917s Apr 08 19:17:30 jellyfin jellyfin[666]: at Emby.Server.Implementations.Data.ManagedConnection.Execute(String commandText) Apr 08 19:17:30 jellyfin jellyfin[666]: at Emby.Server.Implementations.Data.BaseSqliteRepository.Initialize() Apr 08 19:17:30 jellyfin jellyfin[666]: at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize() Apr 08 19:17:30 jellyfin jellyfin[666]: at Emby.Server.Implementations.ApplicationHost.InitializeServices() Apr 08 19:17:30 jellyfin jellyfin[666]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig) Apr 08 19:17:30 jellyfin jellyfin[666]: [19:17:30] [INF] Running query planner optimizations in the database... This might take a while Apr 08 19:17:30 jellyfin jellyfin[666]: [19:17:30] [INF] Disposing CoreAppHost Apr 08 19:17:30 jellyfin jellyfin[666]: [19:17:30] [INF] Disposing PluginManager Apr 08 19:17:30 jellyfin systemd[1]: jellyfin.service: Deactivated successfully. Apr 08 19:17:30 jellyfin systemd[1]: jellyfin.service: Consumed 51.917s CPU time. binarygeek119@jellyfin:~$ ``` [jellyfin log.txt](https://github.com/user-attachments/files/19655646/jellyfin.log.txt)
Author
Owner

@klueman commented on GitHub (Apr 11, 2025):

I'm having the same issue on Ubuntu 20.04.2 LTS, not using Docker. Restart from the web UI always fails.

I can't remember exactly what steps I followed to set this up the first time in 2021/2022, but I'm sure it was the steps from the official wiki.

The results of sudo systemctl status jellyfin look similar to binarygeek119's:

klueman@HPS01-Ubuntu:~$ sudo systemctl status jellyfin --no-pager
● jellyfin.service - Jellyfin Media Server
     Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
             └─jellyfin.service.conf
     Active: inactive (dead) since Fri 2025-04-11 15:29:55 EDT; 10s ago
    Process: 10623 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=0/SUCCESS)
   Main PID: 10623 (code=exited, status=0/SUCCESS)

Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]:    at Emby.Server.Implementations.Data.SqliteExtensions.Execute(SqliteConnection sqliteConnection, String commandText)
Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]:    at Emby.Server.Implementations.Data.ManagedConnection.Execute(String commandText)
Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]:    at Emby.Server.Implementations.Data.BaseSqliteRepository.Initialize()
Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]:    at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize()
Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]:    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]:    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: [15:29:55] [INF] Running query planner optimizations in the database... This might take a while
Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: [15:29:55] [INF] Disposing CoreAppHost
Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: [15:29:55] [INF] Disposing PluginManager
Apr 11 15:29:55 HPS01-Ubuntu systemd[1]: jellyfin.service: Succeeded.
klueman@HPS01-Ubuntu:~$

I attached the logs from the moment the reset command was sent to the point the log ends.

Jellyfin Restart Log.txt

@klueman commented on GitHub (Apr 11, 2025): I'm having the same issue on Ubuntu 20.04.2 LTS, not using Docker. Restart from the web UI always fails. I can't remember exactly what steps I followed to set this up the first time in 2021/2022, but I'm sure it was the steps from the official wiki. The results of `sudo systemctl status jellyfin` look similar to binarygeek119's: ``` klueman@HPS01-Ubuntu:~$ sudo systemctl status jellyfin --no-pager ● jellyfin.service - Jellyfin Media Server Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/jellyfin.service.d └─jellyfin.service.conf Active: inactive (dead) since Fri 2025-04-11 15:29:55 EDT; 10s ago Process: 10623 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=0/SUCCESS) Main PID: 10623 (code=exited, status=0/SUCCESS) Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: at Emby.Server.Implementations.Data.SqliteExtensions.Execute(SqliteConnection sqliteConnection, String commandText) Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: at Emby.Server.Implementations.Data.ManagedConnection.Execute(String commandText) Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: at Emby.Server.Implementations.Data.BaseSqliteRepository.Initialize() Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize() Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: at Emby.Server.Implementations.ApplicationHost.InitializeServices() Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig) Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: [15:29:55] [INF] Running query planner optimizations in the database... This might take a while Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: [15:29:55] [INF] Disposing CoreAppHost Apr 11 15:29:55 HPS01-Ubuntu jellyfin[10623]: [15:29:55] [INF] Disposing PluginManager Apr 11 15:29:55 HPS01-Ubuntu systemd[1]: jellyfin.service: Succeeded. klueman@HPS01-Ubuntu:~$ ``` I attached the logs from the moment the reset command was sent to the point the log ends. [Jellyfin Restart Log.txt](https://github.com/user-attachments/files/19713522/Jellyfin.Restart.Log.txt)
Author
Owner

@jellyfin-bot commented on GitHub (Aug 10, 2025):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (Aug 10, 2025): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Author
Owner

@klueman commented on GitHub (Aug 12, 2025):

This issue has not been solved. Server still fails to start back up when "Restart" is used from any app or the webui

@klueman commented on GitHub (Aug 12, 2025): This issue has not been solved. Server still fails to start back up when "Restart" is used from any app or the webui
Author
Owner

@jellyfin-bot commented on GitHub (Dec 11, 2025):

This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.

If you have any questions you can use one of several ways to contact us.

@jellyfin-bot commented on GitHub (Dec 11, 2025): This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to [contact us](https://jellyfin.org/contact).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#6883
No description provided.