2025-07-02, 01:41 AM
(This post was last modified: 2025-07-02, 03:13 AM by theguymadmax. Edited 4 times in total.)
It looks like you set your media path inside your cache folder
The contents in that folder are set to get deleted, and it is a way to 100% crash your system and lose your media.
I would nuke everything and start over. If anyone else wants to offer any advice, please do so.
Code:
Setting cache path: "/home/dad/Jellyfin Server Media"
Code:
System.IO.FileNotFoundException: Could not find file '/home/dad/Jellyfin Server Media/transcodes'.
File name: '/home/dad/Jellyfin Server Media/transcodes'
at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)
at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)
at System.IO.Directory.CreateDirectory(String path)
at MediaBrowser.Common.Configuration.
[2025-07-01 15:59:12.873 -08:00] [ERR] [80] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/home/dad/Jellyfin Server Media/transcodes'". URL "GET" "/System/Info".
[2025-07-01 15:59:13.202 -08:00] [ERR] [80] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/home/dad/Jellyfin Server Media/transcodes'". URL "GET" "/LiveTv/Recordings".
[2025-07-01 15:59:14.026 -08:00] [ERR] [80] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/home/dad/Jellyfin Server Media/transcodes'". URL "GET" "/System/Info".
[2025-07-01 15:59:16.240 -08:00] [ERR] [80] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/home/dad/Jellyfin Server Media/transcodes'". URL "GET" "/System/Info".
[2025-07-01 15:59:20.257 -08:00] [ERR] [110] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/home/dad/Jellyfin Server Media/transcodes'". URL "GET" "/System/Info".
The contents in that folder are set to get deleted, and it is a way to 100% crash your system and lose your media.
I would nuke everything and start over. If anyone else wants to offer any advice, please do so.