AmoryCC 0 Posted 5 hours ago Posted 5 hours ago As the title says, my server is currently not pulling a new shows through, it was working fine yesterday but as of today I can get anything new to come through. Attached are screenshots and logs if that's helps embyserver.txt
Neminem 1535 Posted 5 hours ago Posted 5 hours ago It looks like permission issues, that you need to fix. 2026-02-26 05:00:24.638 Error App: Error in GetFileSystemEntries for /media/plexmedia/tv/Metalocalypse *** Error Report *** Version: 4.9.3.0 Command line: /usr/lib/emby-server/EmbyServer.dll -programdata /config -ffdetect /usr/bin/ffdetect-emby -ffmpeg /usr/bin/ffmpeg-emby -ffprobe /usr/bin/ffprobe-emby -restartexitcode 3 Operating system: Linux version 6.1.106-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Aug 21 23:36:07 PDT 2024 OS/Process: x64/x64 Framework: .NET 8.0.23 Runtime: usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.23/System.Private.CoreLib.dll Processor count: 16 Data path: /config Application path: /usr/lib/emby-server System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/media/plexmedia/tv/Metalocalypse' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- 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.EnumerateFileSystemInfos(DirectoryInfo dir, Boolean recursive) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive, FileSystemCredentials credentials) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntriesInternal(String path) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path, Boolean clearCache) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.Resolvers.BaseItemResolver`1.GetFileSystemEntries(IDirectoryService directoryService, String path) Source: System.Private.CoreLib TargetSite: Void Init() InnerException: System.IO.IOException: Permission denied Source: TargetSite:
AmoryCC 0 Posted 4 hours ago Author Posted 4 hours ago 15 minutes ago, Neminem said: It looks like permission issues, that you need to fix. 2026-02-26 05:00:24.638 Error App: Error in GetFileSystemEntries for /media/plexmedia/tv/Metalocalypse *** Error Report *** Version: 4.9.3.0 Command line: /usr/lib/emby-server/EmbyServer.dll -programdata /config -ffdetect /usr/bin/ffdetect-emby -ffmpeg /usr/bin/ffmpeg-emby -ffprobe /usr/bin/ffprobe-emby -restartexitcode 3 Operating system: Linux version 6.1.106-Unraid (root@Develop-612) (gcc (GCC) 12.2.0, GNU ld version 2.40-slack151) #1 SMP PREEMPT_DYNAMIC Wed Aug 21 23:36:07 PDT 2024 OS/Process: x64/x64 Framework: .NET 8.0.23 Runtime: usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.23/System.Private.CoreLib.dll Processor count: 16 Data path: /config Application path: /usr/lib/emby-server System.UnauthorizedAccessException: System.UnauthorizedAccessException: Access to the path '/media/plexmedia/tv/Metalocalypse' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- 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.EnumerateFileSystemInfos(DirectoryInfo dir, Boolean recursive) at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive, FileSystemCredentials credentials) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntriesInternal(String path) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path, Boolean clearCache) at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) at MediaBrowser.Controller.Resolvers.BaseItemResolver`1.GetFileSystemEntries(IDirectoryService directoryService, String path) Source: System.Private.CoreLib TargetSite: Void Init() InnerException: System.IO.IOException: Permission denied Source: TargetSite: Stupid question, how would I fix a permission issue?
Neminem 1535 Posted 4 hours ago Posted 4 hours ago It's not a stupid question. But I can't help you there. You could read through this Emby Documentation Home | Emby Documentation There might also be something in here. Tutorials and Guides - Emby Community
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now