Jellyfin Forum
HELP ME - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification)
+---- Thread: HELP ME (/t-help-me)



HELP ME - 3SONG - 2024-05-27

After the new installation of docker, unable to scan the media, always prompting '[2024-05-27 13:00:10.370 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-27 13:00:10.385 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 13:00:10.386 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 13:00:10.439 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 13:00:10.440 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping', the user is a root user, and the folder can be seen. I don't know what caused it. It will stop the first time to 4%, and then the log will pop up all the time

This is the journal.

[2024-05-27 12:34:37.264 +00:00] [INF] [4] Main: Jellyfin version: "10.9.3"
[2024-05-27 12:34:37.489 +00:00] [INF] [4] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_PublishedServerUrl, 192.168.50.2]"]
[2024-05-27 12:34:37.524 +00:00] [INF] [4] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-05-27 12:34:37.525 +00:00] [INF] [4] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-05-27 12:34:37.526 +00:00] [INF] [4] Main: Architecture: Arm
[2024-05-27 12:34:37.531 +00:00] [INF] [4] Main: 64-Bit Process: False
[2024-05-27 12:34:37.531 +00:00] [INF] [4] Main: User Interactive: True
[2024-05-27 12:34:37.531 +00:00] [INF] [4] Main: Processor count: 4
[2024-05-27 12:34:37.532 +00:00] [INF] [4] Main: Program data path: "/config"
[2024-05-27 12:34:37.533 +00:00] [INF] [4] Main: Log directory path: "/config/log"
[2024-05-27 12:34:37.533 +00:00] [INF] [4] Main: Config directory path: "/config/config"
[2024-05-27 12:34:37.534 +00:00] [INF] [4] Main: Cache path: "/cache"
[2024-05-27 12:34:37.535 +00:00] [INF] [4] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-05-27 12:34:37.536 +00:00] [INF] [4] Main: Application directory: "/jellyfin/"
[2024-05-27 12:34:37.647 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
[2024-05-27 12:34:38.620 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:34:38.883 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-05-27 12:34:39.576 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-27 12:34:39.577 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-27 12:34:39.581 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-27 12:34:39.595 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.50.2", "100.106.169.17", "172.17.0.1"]
[2024-05-27 12:34:39.615 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-05-27 12:34:39.616 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-27 12:34:39.617 +00:00] [INF] [4] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-05-27 12:34:52.179 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: There are pending EFCore migrations in the database. Applying... (This may take a while, do not stop Jellyfin)
[2024-05-27 12:34:56.867 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"ImageInfos"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-05-27 12:34:56.868 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"ImageInfos"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-05-27 12:34:56.887 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Permissions"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-05-27 12:34:56.887 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Permissions"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-05-27 12:34:56.919 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Preferences"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-05-27 12:34:56.919 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Preferences"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-05-27 12:34:56.927 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Users"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-05-27 12:34:56.928 +00:00] [WRN] [4] Microsoft.EntityFrameworkCore.Migrations: An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Users"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2024-05-27 12:34:58.978 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: EFCore migrations applied successfully
[2024-05-27 12:35:05.610 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-27 12:35:05.617 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:35:05.663 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.3.0"
[2024-05-27 12:35:05.669 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.3.0"
[2024-05-27 12:35:05.674 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.3.0"
[2024-05-27 12:35:05.877 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.3.0"
[2024-05-27 12:35:05.880 +00:00] [INF] [4] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.3.0"
[2024-05-27 12:35:06.351 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels"]
[2024-05-27 12:35:06.380 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"AddDefaultPluginRepository"'
[2024-05-27 12:35:06.383 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-27 12:35:06.390 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:35:06.391 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"AddDefaultPluginRepository"' applied successfully
[2024-05-27 12:35:06.395 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"ReaddDefaultPluginRepository"'
[2024-05-27 12:35:06.398 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"ReaddDefaultPluginRepository"' applied successfully
[2024-05-27 12:35:06.402 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"AddDefaultCastReceivers"'
[2024-05-27 12:35:06.405 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-27 12:35:06.411 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:35:06.411 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"AddDefaultCastReceivers"' applied successfully
[2024-05-27 12:35:06.415 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"UpdateDefaultPluginRepository10.9"'
[2024-05-27 12:35:06.417 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-27 12:35:06.420 +00:00] [INF] [4] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:35:06.421 +00:00] [INF] [4] Jellyfin.Server.Migrations.MigrationRunner: Migration '"UpdateDefaultPluginRepository10.9"' applied successfully
[2024-05-27 12:35:06.560 +00:00] [INF] [4] Main: Kestrel is listening on "0.0.0.0"
[2024-05-27 12:35:06.769 +00:00] [WRN] [4] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {7ffdca93-88e6-41bf-9f1a-0f40721f4838} may be persisted to storage in unencrypted form.
[2024-05-27 12:35:13.249 +00:00] [WRN] [4] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-05-27 12:35:14.185 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-05-27 12:35:14.452 +00:00] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-05-28 03:00:00.000 +00:00, which is 14:24:45.5489775 from now.
[2024-05-27 12:35:14.482 +00:00] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-05-28 02:00:00.000 +00:00, which is 13:24:45.5173803 from now.
[2024-05-27 12:35:14.856 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-05-27 12:35:15.792 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_rkmpp", "h264", "h264_rkmpp", "hevc", "hevc_rkmpp", "mpeg1_rkmpp", "mpeg2video", "mpeg2_rkmpp", "mpeg4", "mpeg4_rkmpp", "msmpeg4", "vp8", "vp8_rkmpp", "libvpx", "vp9", "vp9_rkmpp", "libvpx-vp9", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-05-27 12:35:16.051 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "libx264", "h264_v4l2m2m", "h264_rkmpp", "libx265", "hevc_rkmpp", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-05-27 12:35:16.284 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["overlay_opencl", "overlay_rkrga", "scale_opencl", "scale_rkrga", "tonemap_opencl", "vpp_rkrga", "zscale", "alphasrc"]
[2024-05-27 12:35:16.457 +00:00] [WRN] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "scale_cuda" with option "Output format (default \"same\")" is not available
[2024-05-27 12:35:16.573 +00:00] [WRN] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
[2024-05-27 12:35:16.937 +00:00] [WRN] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2024-05-27 12:35:16.928 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:16.990 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:17.033 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:17.054 +00:00] [WRN] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
[2024-05-27 12:35:17.154 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["drm", "opencl", "rkmpp"]
[2024-05-27 12:35:17.649 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
[2024-05-27 12:35:19.332 +00:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-05-27 12:35:19.342 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: ServerId: "dd471f199bf84c5ca0efe281a91446ff"
[2024-05-27 12:35:19.342 +00:00] [INF] [4] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-05-27 12:35:19.343 +00:00] [INF] [4] Main: Startup complete 0:00:43.8933472
[2024-05-27 12:35:22.988 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:22.997 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:23.007 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:23.033 +00:00] [INF] [6] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:23.043 +00:00] [INF] [6] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:23.045 +00:00] [INF] [6] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:23.503 +00:00] [INF] [6] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 5 seconds
[2024-05-27 12:35:27.008 +00:00] [INF] [4] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.030 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.033 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.045 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:27.067 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.069 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.070 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:27.114 +00:00] [ERR] [4] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid token". URL "GET" "/socket".
[2024-05-27 12:35:27.279 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.285 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.294 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.295 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.297 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:27.333 +00:00] [INF] [18] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.334 +00:00] [INF] [18] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.335 +00:00] [INF] [18] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:27.355 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.356 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.357 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:27.443 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.444 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.446 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:27.464 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.466 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:27.467 +00:00] [INF] [14] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:28.175 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:28.176 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:28.177 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:28.427 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:28.429 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:28.430 +00:00] [INF] [12] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
[2024-05-27 12:35:29.483 +00:00] [INF] [7] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:29.483 +00:00] [INF] [17] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:29.490 +00:00] [INF] [17] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
[2024-05-27 12:35:29.507 +00:00] [ERR] [7] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid token". URL "GET" "/socket".
[2024-05-27 12:35:42.995 +00:00] [INF] [6] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "root" has been denied (IP: "192.168.50.73").
[2024-05-27 12:35:43.028 +00:00] [ERR] [6] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-05-27 12:35:48.333 +00:00] [INF] [6] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "root" has been denied (IP: "192.168.50.73").
[2024-05-27 12:35:48.347 +00:00] [ERR] [6] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-05-27 12:35:56.424 +00:00] [INF] [6] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "root" has been denied (IP: "192.168.50.73").
[2024-05-27 12:35:56.432 +00:00] [ERR] [6] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname".
[2024-05-27 12:36:35.469 +00:00] [INF] [26] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-27 12:36:35.473 +00:00] [INF] [26] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:36:35.482 +00:00] [INF] [23] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-05-27 12:36:35.619 +00:00] [WRN] [26] Jellyfin.Server.Implementations.Users.UserManager: No users, creating one with username "root"
[2024-05-27 12:39:09.864 +00:00] [INF] [36] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2024-05-27 12:39:09.965 +00:00] [INF] [23] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-05-27 12:39:09.999 +00:00] [INF] [32] Main: Running query planner optimizations in the database... This might take a while
[2024-05-27 12:39:12.067 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2024-05-27 12:39:12.068 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2024-05-27 12:39:12.085 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2024-05-27 12:39:12.087 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2024-05-27 12:41:15.581 +00:00] [INF] [1] Main: Jellyfin version: "10.9.3"
[2024-05-27 12:41:15.821 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_PublishedServerUrl, 192.168.50.2]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]"]
[2024-05-27 12:41:15.861 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-05-27 12:41:15.863 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-05-27 12:41:15.864 +00:00] [INF] [1] Main: Architecture: Arm
[2024-05-27 12:41:15.870 +00:00] [INF] [1] Main: 64-Bit Process: False
[2024-05-27 12:41:15.871 +00:00] [INF] [1] Main: User Interactive: True
[2024-05-27 12:41:15.872 +00:00] [INF] [1] Main: Processor count: 4
[2024-05-27 12:41:15.873 +00:00] [INF] [1] Main: Program data path: "/config"
[2024-05-27 12:41:15.874 +00:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-05-27 12:41:15.875 +00:00] [INF] [1] Main: Config directory path: "/config/config"
[2024-05-27 12:41:15.876 +00:00] [INF] [1] Main: Cache path: "/cache"
[2024-05-27 12:41:15.877 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-05-27 12:41:15.878 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-05-27 12:41:17.170 +00:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
[2024-05-27 12:41:19.230 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:41:19.564 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-05-27 12:41:20.344 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-27 12:41:20.345 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-27 12:41:20.348 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-27 12:41:20.363 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.50.2", "100.106.169.17", "172.17.0.1"]
[2024-05-27 12:41:20.383 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-05-27 12:41:20.385 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-27 12:41:20.385 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-05-27 12:41:41.878 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.3.0"
[2024-05-27 12:41:41.885 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.3.0"
[2024-05-27 12:41:41.890 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.3.0"
[2024-05-27 12:41:42.117 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.3.0"
[2024-05-27 12:41:42.120 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.3.0"
[2024-05-27 12:41:42.594 +00:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels"]
[2024-05-27 12:41:42.789 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-05-27 12:41:42.973 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {ed3b35a5-c678-4702-91c1-8871c64b6c25} may be persisted to storage in unencrypted form.
[2024-05-27 12:41:49.197 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-05-27 12:41:49.616 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-05-27 12:41:49.915 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-05-28 03:00:00.000 +00:00, which is 14:18:10.1084020 from now.
[2024-05-27 12:41:49.945 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-05-28 02:00:00.000 +00:00, which is 13:18:10.0550086 from now.
[2024-05-27 12:41:50.472 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-05-27 12:41:51.274 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_rkmpp", "h264", "h264_rkmpp", "hevc", "hevc_rkmpp", "mpeg1_rkmpp", "mpeg2video", "mpeg2_rkmpp", "mpeg4", "mpeg4_rkmpp", "msmpeg4", "vp8", "vp8_rkmpp", "libvpx", "vp9", "vp9_rkmpp", "libvpx-vp9", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-05-27 12:41:51.411 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "libx264", "h264_v4l2m2m", "h264_rkmpp", "libx265", "hevc_rkmpp", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-05-27 12:41:51.589 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["overlay_opencl", "overlay_rkrga", "scale_opencl", "scale_rkrga", "tonemap_opencl", "vpp_rkrga", "zscale", "alphasrc"]
[2024-05-27 12:41:51.701 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "scale_cuda" with option "Output format (default \"same\")" is not available
[2024-05-27 12:41:51.805 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
[2024-05-27 12:41:52.105 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2024-05-27 12:41:52.213 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
[2024-05-27 12:41:52.315 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["drm", "opencl", "rkmpp"]
[2024-05-27 12:41:53.336 +00:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds
[2024-05-27 12:41:54.341 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-05-27 12:41:54.346 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "dd471f199bf84c5ca0efe281a91446ff"
[2024-05-27 12:41:54.347 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-05-27 12:41:54.348 +00:00] [INF] [1] Main: Startup complete 0:00:40.4824898
[2024-05-27 12:41:58.816 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 5 seconds
[2024-05-27 12:43:23.543 +00:00] [INF] [19] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-27 12:43:23.562 +00:00] [INF] [19] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:43:23.582 +00:00] [INF] [10] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-05-27 12:44:30.476 +00:00] [INF] [16] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-27 12:44:30.479 +00:00] [INF] [16] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:44:32.332 +00:00] [INF] [16] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-27 12:44:32.333 +00:00] [INF] [16] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-27 12:44:32.333 +00:00] [INF] [16] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-27 12:44:32.334 +00:00] [INF] [16] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.50.2", "100.106.169.17", "172.17.0.1"]
[2024-05-27 12:44:32.335 +00:00] [INF] [16] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-05-27 12:44:32.335 +00:00] [INF] [16] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-27 12:44:32.335 +00:00] [INF] [16] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-05-27 12:44:33.491 +00:00] [INF] [15] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-27 12:44:33.494 +00:00] [INF] [15] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:44:33.525 +00:00] [INF] [15] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-27 12:44:36.188 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:44:36.210 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:44:40.924 +00:00] [INF] [17] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "root" has succeeded.
[2024-05-27 12:44:40.936 +00:00] [INF] [17] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "root": 0/0
[2024-05-27 12:44:41.598 +00:00] [INF] [17] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user d5f1f440-bfa7-4dad-96fc-fed710dd479f
[2024-05-27 12:44:45.331 +00:00] [INF] [15] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.50.73" request
[2024-05-27 12:44:46.943 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:44:46.944 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:44:47.291 +00:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 13 seconds
[2024-05-27 12:44:53.622 +00:00] [INF] [15] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-27 12:44:53.660 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:44:53.661 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:44:53.719 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:44:53.720 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:44:53.743 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 0 seconds
[2024-05-27 12:44:54.549 +00:00] [INF] [15] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-27 12:44:54.564 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:44:54.566 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:44:54.623 +00:00] [WRN] [10] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:44:54.624 +00:00] [WRN] [10] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:44:54.649 +00:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 0 seconds
[2024-05-27 12:44:55.297 +00:00] [INF] [10] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-27 12:44:55.312 +00:00] [WRN] [10] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:44:55.314 +00:00] [WRN] [10] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:44:55.362 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:44:55.363 +00:00] [WRN] [15] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:44:55.393 +00:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 0 seconds
[2024-05-27 12:47:33.474 +00:00] [INF] [17] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 12:50:21.477 +00:00] [INF] [24] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 12:53:57.475 +00:00] [INF] [30] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 12:56:45.476 +00:00] [INF] [33] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 12:58:28.475 +00:00] [INF] [28] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2024-05-27 12:58:28.543 +00:00] [INF] [33] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.50.73" closed
[2024-05-27 12:58:28.599 +00:00] [INF] [33] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-05-27 12:58:28.635 +00:00] [INF] [32] Main: Running query planner optimizations in the database... This might take a while
[2024-05-27 12:58:29.006 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2024-05-27 12:58:29.006 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2024-05-27 12:58:29.010 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2024-05-27 12:58:29.011 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2024-05-27 12:58:33.218 +00:00] [INF] [1] Main: Jellyfin version: "10.9.3"
[2024-05-27 12:58:33.446 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]"]
[2024-05-27 12:58:33.482 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-05-27 12:58:33.483 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-05-27 12:58:33.484 +00:00] [INF] [1] Main: Architecture: Arm
[2024-05-27 12:58:33.489 +00:00] [INF] [1] Main: 64-Bit Process: False
[2024-05-27 12:58:33.489 +00:00] [INF] [1] Main: User Interactive: True
[2024-05-27 12:58:33.490 +00:00] [INF] [1] Main: Processor count: 4
[2024-05-27 12:58:33.491 +00:00] [INF] [1] Main: Program data path: "/config"
[2024-05-27 12:58:33.492 +00:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-05-27 12:58:33.492 +00:00] [INF] [1] Main: Config directory path: "/config/config"
[2024-05-27 12:58:33.493 +00:00] [INF] [1] Main: Cache path: "/cache"
[2024-05-27 12:58:33.494 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-05-27 12:58:33.495 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-05-27 12:58:36.629 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-27 12:58:36.954 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-05-27 12:58:37.889 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-27 12:58:37.890 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-27 12:58:37.893 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-27 12:58:37.908 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.50.2", "100.106.169.17", "172.17.0.1"]
[2024-05-27 12:58:37.929 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-05-27 12:58:37.930 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-27 12:58:37.930 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-05-27 12:58:59.070 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.3.0"
[2024-05-27 12:58:59.077 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.3.0"
[2024-05-27 12:58:59.081 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.3.0"
[2024-05-27 12:58:59.309 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.3.0"
[2024-05-27 12:58:59.313 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.3.0"
[2024-05-27 12:58:59.921 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-05-27 12:59:00.114 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {b367f0a2-38ba-4437-8c5a-447b401bea81} may be persisted to storage in unencrypted form.
[2024-05-27 12:59:07.561 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-05-27 12:59:07.895 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-05-27 12:59:08.047 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-05-28 03:00:00.000 +00:00, which is 14:00:51.9537654 from now.
[2024-05-27 12:59:08.075 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-05-28 02:00:00.000 +00:00, which is 13:00:51.9250532 from now.
[2024-05-27 12:59:08.434 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-05-27 12:59:09.215 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_rkmpp", "h264", "h264_rkmpp", "hevc", "hevc_rkmpp", "mpeg1_rkmpp", "mpeg2video", "mpeg2_rkmpp", "mpeg4", "mpeg4_rkmpp", "msmpeg4", "vp8", "vp8_rkmpp", "libvpx", "vp9", "vp9_rkmpp", "libvpx-vp9", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-05-27 12:59:09.341 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "libx264", "h264_v4l2m2m", "h264_rkmpp", "libx265", "hevc_rkmpp", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-05-27 12:59:09.522 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["overlay_opencl", "overlay_rkrga", "scale_opencl", "scale_rkrga", "tonemap_opencl", "vpp_rkrga", "zscale", "alphasrc"]
[2024-05-27 12:59:09.628 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "scale_cuda" with option "Output format (default \"same\")" is not available
[2024-05-27 12:59:09.743 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
[2024-05-27 12:59:10.082 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2024-05-27 12:59:10.199 +00:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
[2024-05-27 12:59:10.302 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["drm", "opencl", "rkmpp"]
[2024-05-27 12:59:11.414 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds
[2024-05-27 12:59:12.132 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-05-27 12:59:12.138 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "dd471f199bf84c5ca0efe281a91446ff"
[2024-05-27 12:59:12.138 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-05-27 12:59:12.139 +00:00] [INF] [1] Main: Startup complete 0:00:40.6801568
[2024-05-27 12:59:18.224 +00:00] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.50.73" request
[2024-05-27 12:59:22.869 +00:00] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.50.73" request
[2024-05-27 12:59:23.364 +00:00] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.50.73" closed
[2024-05-27 12:59:29.878 +00:00] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 18 seconds
[2024-05-27 12:59:44.103 +00:00] [INF] [14] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-27 12:59:46.169 +00:00] [WRN] [14] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:59:46.179 +00:00] [WRN] [14] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:59:46.729 +00:00] [WRN] [19] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 12:59:46.731 +00:00] [WRN] [19] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 12:59:47.026 +00:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 3 seconds
[2024-05-27 13:00:10.370 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-27 13:00:10.385 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 13:00:10.386 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 13:00:10.439 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping
[2024-05-27 13:00:10.440 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
[2024-05-27 13:00:10.465 +00:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 0 seconds
[2024-05-27 13:03:36.257 +00:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.50.73" closed
[2024-05-27 13:03:37.643 +00:00] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.50.73" request
[2024-05-27 13:08:26.071 +00:00] [INF] [26] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 13:12:50.062 +00:00] [INF] [26] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 13:15:38.069 +00:00] [INF] [27] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 13:20:50.062 +00:00] [INF] [23] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 13:23:38.062 +00:00] [INF] [24] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 13:26:26.073 +00:00] [INF] [23] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2024-05-27 13:29:50.066 +00:00] [INF] [27] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.

It should not be a network problem. My host can be connected to ping.

I really don't know what to do.


RE: HELP ME - TheDreadPirate - 2024-05-27

Code:
[2024-05-27 13:00:10.385 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media" is inaccessible or empty, skipping

Either the folder is empty or Jellyfin doesn't have permissions to read the folder.