2025-02-12, 05:09 PM
Ok. I missed that you disabled transcoding. I see that in the logs now.
I see the subbuzz plugin running a lot. What is the CPU usage like when that runs? I've never used it myself. It looks like it does some OCR conversion maybe?
I also see these generic errors pretty regularly.
And I saw this message after one of the restarts. Slightly concerning that this cleanup job would fail. Kind of adds to my statement earlier, and the log messages, regarding some sort of resource starvation.
Might not be a hardware resource that is being starved. Possibly some sort of OS or Jellyfin internal queue.
I see the subbuzz plugin running a lot. What is the CPU usage like when that runs? I've never used it myself. It looks like it does some OCR conversion maybe?
I also see these generic errors pretty regularly.
Code:
[2025-02-10 18:35:37.258 +00:00] [ERR] [18] Namo.Plugin.InPlayerEpisodePreview.Api.InPlayerPreviewController: InPlayerEpisodePreviewPlugin: "Namo.Plugin.InPlayerEpisodePreview.Web.InPlayerPreview.js"
And I saw this message after one of the restarts. Slightly concerning that this cleanup job would fail. Kind of adds to my statement earlier, and the log messages, regarding some sort of resource starvation.
Code:
[2025-02-10 18:29:50.680 +00:00] [ERR] [19] Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteCacheFileTask: Error deleting directory "/cache/transcodes"
System.IO.IOException: Device or resource busy : '/cache/transcodes'
at System.IO.FileSystem.RemoveEmptyDirectory(String fullPath, Boolean topLevel, Boolean throwWhenNotEmpty)
at System.IO.Directory.Delete(String path, Boolean recursive)
at MediaBrowser.Controller.IO.FileSystemHelper.DeleteEmptyFolders(IFileSystem fileSystem, String path, ILogger logger)
Might not be a hardware resource that is being starved. Possibly some sort of OS or Jellyfin internal queue.