Jump to content

Not pulling new shows through


Recommended Posts

AmoryCC
Posted

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

Screenshot_20260227-000747.png

Screenshot_20260227-000818.png

Screenshot_20260227-000840.png

embyserver.txt

Neminem
Posted

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
Posted

 

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?

Happy2Play
Posted

The guide in this Linux section may help.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...