No media files

Hello all

I have gotten an odd problem, which i don't understand.

I had to reinstall my Fedora 44 Workstation and now i can't get to my media, though the drivers are mounted and can be accessed through the file manager.



Here's my fstab:

Code:UUID=8c2b135d-9be2-43ca-bcbc-51fe4c3246c9 /mnt/JellyFin01 btrfs defaults,users,noatime,nodiratime,nofail,x-gvfs-show,
UUID=b148defd-3da4-4a22-9f08-823ebec5d28b /mnt/JellyFin02 btrfs defaults,users,noatime,nodiratime,nofail,x-gvfs-show,
UUID=fd8d7b28-1842-45f0-8f9d-d4841cb1f761 /mnt/ServerBackup btrfs defaults,users,noatime,nodiratime,nofail,x-gvfs-show,
UUID=85e217d4-496e-462d-a657-9abda7cb1c3b /mnt/FedoraData btrfs defaults,users,noatime,nodiratime,nofail,x-gvfs-show,

And here's my docker-compose:

Code:    volumes:
- /home/carsten/Docks/Jellyfin/Config:/config
- /home/carsten/Docks/Jellyfin/Cache:/cache
- /mnt/JellyFin01:/JellyFin01
- /mnt/JellyFin02:/JellyFin02

This is the last part of the log-file:

Code:[2026-08-22 16:48:32.198 +00:00] [INF] [5] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2026-08-22 16:48:32.358 +00:00] [WRN] [4] Jellyfin.Networking.Manager.NetworkManager: "::ffff:192.168.1.104": Only loopback "::1" returned, using that as bind address.
[2026-08-22 16:48:32.404 +00:00] [WRN] [5] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/data/playlists" is inaccessible or empty, skipping
[2026-08-22 16:48:32.436 +00:00] [WRN] [5] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/data/playlists" is inaccessible or empty, skipping
[2026-08-22 16:48:32.504 +00:00] [WRN] [4] Jellyfin.Networking.Manager.NetworkManager: "::ffff:192.168.1.104": Only loopback "::1" returned, using that as bind address.
[2026-08-22 16:48:32.546 +00:00] [INF] [5] Emby.Server.Implementations.Library.Validators.ArtistsValidator: Refreshed metadata for 0 new artists out of 0 total
[2026-08-22 16:48:32.586 +00:00] [WRN] [4] Jellyfin.Networking.Manager.NetworkManager: "::ffff:192.168.1.104": Only loopback "::1" returned, using that as bind address.
[2026-08-22 16:48:32.592 +00:00] [WRN] [4] Jellyfin.Networking.Manager.NetworkManager: "::ffff:192.168.1.104": Only loopback "::1" returned, using that as bind address.
[2026-08-22 16:48:32.606 +00:00] [ERR] [22] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Token is required". URL "GET" "/socket".
[2026-08-22 16:48:32.665 +00:00] [INF] [5] Emby.Server.Implementations.Library.Validators.GenresValidator: Refreshed metadata for 0 new genres out of 0 total
[2026-08-22 16:48:32.693 +00:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2026-08-22 16:48:32.737 +00:00] [INF] [5] Emby.Server.Implementations.Library.Validators.MusicGenresValidator: Refreshed metadata for 0 new music genres out of 0 total
[2026-08-22 16:48:32.742 +00:00] [INF] [5] Emby.Server.Implementations.Library.Validators.StudiosValidator: Refreshed metadata for 0 new studios out of 0 total
[2026-08-22 16:48:32.853 +00:00] [INF] [5] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 0 seconds
[2026-08-22 16:48:33.638 +00:00] [ERR] [5] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Token is required". URL "GET" "/socket".
[2026-08-22 16:48:35.107 +00:00] [INF] [14] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "Carsten" has succeeded.
[2026-08-22 16:48:35.107 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "Carsten": 0/0
[2026-08-22 16:48:35.109 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user c60e9d71-fcff-4ae2-a866-9c26eb147f2e
[2026-08-22 16:48:35.216 +00:00] [ERR] [5] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Token is required". URL "GET" "/socket".
[2026-08-22 16:48:35.357 +00:00] [INF] [22] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "::ffff:192.168.1.104" request
[2026-08-22 16:48:35.498 +00:00] [WRN] [23] Jellyfin.Networking.Manager.NetworkManager: "::ffff:192.168.1.104": Only loopback "::1" returned, using that as bind address.
[2026-08-22 16:56:48.104 +00:00] [INF] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2026-08-22 16:56:48.104 +00:00] [INF] [28] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2026-08-22 16:56:48.104 +00:00] [INF] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2026-08-22 16:56:48.104 +00:00] [INF] [28] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2026-08-22 16:56:48.106 +00:00] [INF] [30] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2026-08-22 16:56:48.106 +00:00] [INF] [28] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.

Is this some sort of file permissions things i don't get or?

I have tried stopping - deleting and restarting Docker Compose again - even rebooting and removing browser cache. Nothing happened.

All the best
Carsten

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论