[Issue]: Docker container isn't accessing internet but can still be accessed remotely for playback. #4877

Closed
opened 2026-02-07 01:14:32 +03:00 by OVERLORD · 8 comments
Owner

Originally created by @eorith on GitHub (May 26, 2023).

Please describe your bug

I can access Jellyfin server for playback and it will add new content from NAS storage. However, it won't update any metadata, images or update plugins. I also cannot access the catalogue.

I have exec into the docker container and run:

curl -I https://lon1.mirror.jellyfin.org/releases/plugin/manifest-stable.json

with the response:

curl: (28) Failed to connect to lon1.mirror.jellyfin.org port 443: Connection timed out

... this suggests that the docker container doesn't have access to the internet. I have other docker containers on the same host that do have internet access.

Jellyfin Version

Other

if other:

10.8.10

Environment

- OS: Ubuntu 22.04.2 LTS x86_64 
- Linux Kernel:5.15.0-72-generic
- Virtualization: docker
- Clients: Browser, Android
- Browser: Chrome, Brave
- FFmpeg Version:
- Playback Method:Direct
- Hardware Acceleration:none
- GPU Model:none
- Plugins:AudioDB,Intro Skipper, Merge Version, MusicBrainz,OMDb,SkinManager,StudioImage,TMDb
- Reverse Proxy:nginx
- Base URL:none
- Networking:bridge
- Storage:NFS

Jellyfin logs

[2023-05-26 07:02:52.201 +00:00] [INF] [1] Main: Jellyfin version: "10.8.10"
[2023-05-26 07:02:52.429 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]"]
[2023-05-26 07:02:52.435 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2023-05-26 07:02:52.527 +00:00] [INF] [1] Main: Operating system: "Linux"
[2023-05-26 07:02:52.527 +00:00] [INF] [1] Main: Architecture: X64
[2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: 64-Bit Process: True
[2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: User Interactive: True
[2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: Processor count: 4
[2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: Program data path: "/config"
[2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2023-05-26 07:02:52.530 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2023-05-26 07:02:58.064 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2023-05-26 07:02:59.696 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2023-05-26 07:03:00.359 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.1.7.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Intro Skipper_0.1.7.0/ConfusedPolarBear.Plugin.IntroSkipper.dll"
[2023-05-26 07:03:00.382 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Merge Versions_10.8.0.2/Jellyfin.Plugin.MergeVersions.dll"
[2023-05-26 07:03:00.424 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
[2023-05-26 07:03:01.966 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[192.168.1.0/24]"
[2023-05-26 07:03:01.966 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]"
[2023-05-26 07:03:01.968 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[192.168.1.0/24]"
[2023-05-26 07:03:01.984 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]"
[2023-05-26 07:03:01.984 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]"
[2023-05-26 07:03:19.924 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.1.7.0"
[2023-05-26 07:03:19.925 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Merge Versions" "10.8.0.2"
[2023-05-26 07:03:19.925 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
[2023-05-26 07:03:19.926 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.10.0"
[2023-05-26 07:03:19.926 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.10.0"
[2023-05-26 07:03:19.927 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.10.0"
[2023-05-26 07:03:19.927 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.10.0"
[2023-05-26 07:03:19.927 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.10.0"
[2023-05-26 07:03:20.274 +00:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address"
[2023-05-26 07:03:21.695 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2023-05-26 07:03:21.871 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Introductions" set to fire at 2023-05-27 00:00:00.000 +00:00, which is 16:56:38.1289402 from now.
[2023-05-26 07:03:21.996 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2023-05-27 02:00:00.000 +00:00, which is 18:56:38.0031194 from now.
[2023-05-26 07:03:25.233 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Update Plugins"
[2023-05-26 07:03:25.234 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask"
[2023-05-26 07:03:25.236 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Update Plugins"
[2023-05-26 07:03:27.138 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.1.3"
[2023-05-26 07:03:27.327 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2023-05-26 07:03:27.359 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2023-05-26 07:03:27.416 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2023-05-26 07:03:27.629 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2023-05-26 07:03:29.080 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2023-05-26 07:03:29.094 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "c7af1febd5514eb4bb74df696307b121"
[2023-05-26 07:03:29.412 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.309168
[2023-05-26 07:03:29.412 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2023-05-26 07:03:29.444 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
[2023-05-26 07:03:30.391 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Teaching" ("0eba9e839e0133deedfa032b561fe632")
[2023-05-26 07:03:30.433 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows" ("a656b907eb3a73532e40e44b968d0225")
[2023-05-26 07:03:30.649 +00:00] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery
[2023-05-26 07:03:30.692 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:01.2799565
[2023-05-26 07:03:30.692 +00:00] [INF] [1] Main: Startup complete 0:00:41.7751114
[2023-05-26 07:03:30.978 +00:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/4kMovies"
[2023-05-26 07:03:30.978 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Books"
[2023-05-26 07:03:31.597 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Teaching Videos"
[2023-05-26 07:03:32.632 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Faith Movies"
[2023-05-26 07:03:35.214 +00:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/TV"
[2023-05-26 07:03:35.902 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 07:03:35.946 +00:00] [WRN] [11] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/health" to "127.0.0.1" in 0:00:00.8722022 with Status Code 200
[2023-05-26 07:03:36.414 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Movies"
[2023-05-26 07:05:05.348 +00:00] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Cancelled after 1 minute(s) and 40 seconds
[2023-05-26 07:05:05.365 +00:00] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2023-05-26 08:21:56.129 +00:00] [ERR] [114] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Packages".
[2023-05-26 08:21:56.130 +00:00] [WRN] [114] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.23:8096/Packages?PackageType=UserInstalled" to "192.168.1.1" in 0:01:40.0250019 with Status Code 500
[2023-05-26 08:22:26.494 +00:00] [ERR] [111] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
System.Net.Http.HttpRequestException: Cannot assign requested address (repo.jellyfin.org:443)
 ---> System.Net.Sockets.SocketException (99): Cannot assign requested address
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsyncCore[T](Task`1 taskResponse, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken)
[2023-05-26 08:24:06.536 +00:00] [ERR] [72] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Packages".
[2023-05-26 08:24:06.536 +00:00] [WRN] [72] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.23:8096/Packages?PackageType=UserInstalled" to "192.168.1.1" in 0:02:58.7969735 with Status Code 500
[2023-05-26 08:24:10.238 +00:00] [INF] [2] Main: Received a SIGTERM signal, shutting down
[2023-05-26 08:24:10.238 +00:00] [INF] [2] Main: Running query planner optimizations in the database... This might take a while
[2023-05-26 08:24:10.246 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2023-05-26 08:24:10.247 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DlnaEntryPoint"
[2023-05-26 08:24:10.248 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing PlayToManager
[2023-05-26 08:24:10.248 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing DeviceDiscovery
[2023-05-26 08:24:10.249 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing SsdpCommunicationsServer
[2023-05-26 08:24:10.249 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" Disposing 2 sendSockets
[2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0"
[2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1"
[2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "Entrypoint"
[2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint"
[2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "RecordingNotifier"
[2023-05-26 08:24:10.252 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EmbyTV"
[2023-05-26 08:24:10.253 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DeviceAccessEntryPoint"
[2023-05-26 08:24:10.253 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UserDataChangeNotifier"
[2023-05-26 08:24:10.254 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryMonitorStartup"
[2023-05-26 08:24:10.254 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "SchedulesDirect"
[2023-05-26 08:24:10.254 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "NotificationEntryPoint"
[2023-05-26 08:24:10.255 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UdpServerEntryPoint"
[2023-05-26 08:24:10.255 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryChangedNotifier"
[2023-05-26 08:24:10.256 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "AutoSkip"
[2023-05-26 08:24:10.257 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint"
[2023-05-26 08:24:10.257 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MergeVersionsManager"
[2023-05-26 08:24:10.257 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "ExternalPortForwarding"
[2023-05-26 08:24:10.257 +00:00] [INF] [2] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Stopping NAT discovery
[2023-05-26 08:25:28.255 +00:00] [INF] [1] Main: Jellyfin version: "10.8.10"
[2023-05-26 08:25:28.274 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"]
[2023-05-26 08:25:28.277 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2023-05-26 08:25:28.277 +00:00] [INF] [1] Main: Operating system: "Linux"
[2023-05-26 08:25:28.277 +00:00] [INF] [1] Main: Architecture: X64
[2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: 64-Bit Process: True
[2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: User Interactive: True
[2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: Processor count: 4
[2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: Program data path: "/config"
[2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2023-05-26 08:25:28.454 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2023-05-26 08:25:28.499 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2023-05-26 08:25:28.509 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.1.7.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Intro Skipper_0.1.7.0/ConfusedPolarBear.Plugin.IntroSkipper.dll"
[2023-05-26 08:25:28.510 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Merge Versions_10.8.0.2/Jellyfin.Plugin.MergeVersions.dll"
[2023-05-26 08:25:28.510 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
[2023-05-26 08:25:28.590 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[192.168.1.0/24]"
[2023-05-26 08:25:28.590 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]"
[2023-05-26 08:25:28.591 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[192.168.1.0/24]"
[2023-05-26 08:25:28.598 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]"
[2023-05-26 08:25:28.598 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]"
[2023-05-26 08:25:32.091 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.1.7.0"
[2023-05-26 08:25:32.092 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Merge Versions" "10.8.0.2"
[2023-05-26 08:25:32.092 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
[2023-05-26 08:25:32.092 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.10.0"
[2023-05-26 08:25:32.093 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.10.0"
[2023-05-26 08:25:32.093 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.10.0"
[2023-05-26 08:25:32.093 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.10.0"
[2023-05-26 08:25:32.094 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.10.0"
[2023-05-26 08:25:32.160 +00:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address"
[2023-05-26 08:25:32.529 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {ac176a7e-5221-4e88-ac05-5ff9ca2c65eb} may be persisted to storage in unencrypted form.
[2023-05-26 08:25:32.550 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2023-05-26 08:25:32.570 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Introductions" set to fire at 2023-05-27 00:00:00.000 +00:00, which is 15:34:27.4297700 from now.
[2023-05-26 08:25:32.586 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2023-05-27 02:00:00.000 +00:00, which is 17:34:27.4133440 from now.
[2023-05-26 08:25:32.632 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.1.3"
[2023-05-26 08:25:32.687 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2023-05-26 08:25:32.721 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2023-05-26 08:25:32.755 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2023-05-26 08:25:32.950 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2023-05-26 08:25:33.114 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2023-05-26 08:25:33.115 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "c7af1febd5514eb4bb74df696307b121"
[2023-05-26 08:25:33.236 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.1106199
[2023-05-26 08:25:33.236 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2023-05-26 08:25:33.254 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
[2023-05-26 08:25:33.574 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Teaching" ("0eba9e839e0133deedfa032b561fe632")
[2023-05-26 08:25:33.614 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows" ("a656b907eb3a73532e40e44b968d0225")
[2023-05-26 08:25:33.803 +00:00] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery
[2023-05-26 08:25:33.827 +00:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/4kMovies"
[2023-05-26 08:25:33.827 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Books"
[2023-05-26 08:25:33.844 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.6070228
[2023-05-26 08:25:33.844 +00:00] [INF] [1] Main: Startup complete 0:00:05.7588073
[2023-05-26 08:25:33.997 +00:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Teaching Videos"
[2023-05-26 08:25:34.304 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Faith Movies"
[2023-05-26 08:25:35.136 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/TV"
[2023-05-26 08:25:35.503 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Movies"
[2023-05-26 08:25:35.590 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Update Plugins"
[2023-05-26 08:25:35.592 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask"
[2023-05-26 08:25:35.597 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Update Plugins"
[2023-05-26 08:25:58.110 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.111 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.111 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:27:08.314 +00:00] [INF] [2] Main: Received a SIGTERM signal, shutting down
[2023-05-26 08:27:08.315 +00:00] [INF] [2] Main: Running query planner optimizations in the database... This might take a while
[2023-05-26 08:27:08.322 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2023-05-26 08:27:08.323 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "NotificationEntryPoint"
[2023-05-26 08:27:08.324 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "SchedulesDirect"
[2023-05-26 08:27:08.324 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MergeVersionsManager"
[2023-05-26 08:27:08.324 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2023-05-26 08:27:08.325 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DeviceAccessEntryPoint"
[2023-05-26 08:27:08.325 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UdpServerEntryPoint"
[2023-05-26 08:27:08.325 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DlnaEntryPoint"
[2023-05-26 08:27:08.325 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing PlayToManager
[2023-05-26 08:27:08.326 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing DeviceDiscovery
[2023-05-26 08:27:08.327 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing SsdpCommunicationsServer
[2023-05-26 08:27:08.327 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2023-05-26 08:27:08.328 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" Disposing 2 sendSockets
[2023-05-26 08:27:08.328 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0"
[2023-05-26 08:27:08.328 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1"
[2023-05-26 08:27:08.328 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "ExternalPortForwarding"
[2023-05-26 08:27:08.329 +00:00] [INF] [2] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Stopping NAT discovery
[2023-05-26 08:27:08.332 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "AutoSkip"
[2023-05-26 08:27:08.332 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint"
[2023-05-26 08:27:08.332 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UserDataChangeNotifier"
[2023-05-26 08:27:08.332 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "RecordingNotifier"
[2023-05-26 08:27:08.334 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "Entrypoint"
[2023-05-26 08:27:08.334 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryMonitorStartup"
[2023-05-26 08:27:08.334 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EmbyTV"
[2023-05-26 08:27:08.335 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint"
[2023-05-26 08:27:08.335 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryChangedNotifier"
[2023-05-26 08:32:04.436 +00:00] [INF] [1] Main: Jellyfin version: "10.8.10"
[2023-05-26 08:32:04.454 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]"]
[2023-05-26 08:32:04.457 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2023-05-26 08:32:04.458 +00:00] [INF] [1] Main: Operating system: "Linux"
[2023-05-26 08:32:04.458 +00:00] [INF] [1] Main: Architecture: X64
[2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: 64-Bit Process: True
[2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: User Interactive: True
[2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: Processor count: 4
[2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: Program data path: "/config"
[2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2023-05-26 08:32:04.623 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2023-05-26 08:32:04.667 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2023-05-26 08:32:04.677 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.1.7.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Intro Skipper_0.1.7.0/ConfusedPolarBear.Plugin.IntroSkipper.dll"
[2023-05-26 08:32:04.678 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Merge Versions_10.8.0.2/Jellyfin.Plugin.MergeVersions.dll"
[2023-05-26 08:32:04.678 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll"
[2023-05-26 08:32:04.757 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[192.168.1.0/24]"
[2023-05-26 08:32:04.757 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]"
[2023-05-26 08:32:04.758 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[192.168.1.0/24]"
[2023-05-26 08:32:04.765 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]"
[2023-05-26 08:32:04.765 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]"
[2023-05-26 08:32:07.769 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.1.7.0"
[2023-05-26 08:32:07.770 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Merge Versions" "10.8.0.2"
[2023-05-26 08:32:07.770 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1"
[2023-05-26 08:32:07.771 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.10.0"
[2023-05-26 08:32:07.771 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.10.0"
[2023-05-26 08:32:07.771 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.10.0"
[2023-05-26 08:32:07.772 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.10.0"
[2023-05-26 08:32:07.772 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.10.0"
[2023-05-26 08:32:07.833 +00:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address"
[2023-05-26 08:32:08.189 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {068344e6-97e7-4d3c-b351-94b4a6846c79} may be persisted to storage in unencrypted form.
[2023-05-26 08:32:08.210 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2023-05-26 08:32:08.230 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Introductions" set to fire at 2023-05-27 00:00:00.000 +00:00, which is 15:27:51.7698482 from now.
[2023-05-26 08:32:08.246 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2023-05-27 02:00:00.000 +00:00, which is 17:27:51.7535186 from now.
[2023-05-26 08:32:08.292 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.1.3"
[2023-05-26 08:32:08.347 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2023-05-26 08:32:08.380 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2023-05-26 08:32:08.413 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2023-05-26 08:32:08.622 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2023-05-26 08:32:08.785 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2023-05-26 08:32:08.786 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "c7af1febd5514eb4bb74df696307b121"
[2023-05-26 08:32:08.921 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.1225003
[2023-05-26 08:32:08.921 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2023-05-26 08:32:08.939 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue
[2023-05-26 08:32:09.267 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Teaching" ("0eba9e839e0133deedfa032b561fe632")
[2023-05-26 08:32:09.307 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows" ("a656b907eb3a73532e40e44b968d0225")
[2023-05-26 08:32:09.501 +00:00] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery
[2023-05-26 08:32:09.526 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/4kMovies"
[2023-05-26 08:32:09.527 +00:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Books"
[2023-05-26 08:32:09.542 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.6210426
[2023-05-26 08:32:09.542 +00:00] [INF] [1] Main: Startup complete 0:00:05.2955086
[2023-05-26 08:32:09.697 +00:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Teaching Videos"
[2023-05-26 08:32:10.023 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Faith Movies"
[2023-05-26 08:32:10.905 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/TV"
[2023-05-26 08:32:11.249 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Update Plugins"
[2023-05-26 08:32:11.249 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask"
[2023-05-26 08:32:11.253 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Update Plugins"
[2023-05-26 08:32:11.326 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Movies"
[2023-05-26 08:32:13.894 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2023-05-26 08:33:08.252 +00:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: "IntervalTrigger" fired for task: "Scan Media Library"
[2023-05-26 08:33:08.252 +00:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "RefreshMediaLibraryTask"
[2023-05-26 08:33:08.252 +00:00] [INF] [36] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Scan Media Library"
[2023-05-26 08:33:08.259 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/Teaching Videos"
[2023-05-26 08:33:08.260 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/Books"
[2023-05-26 08:33:08.260 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/Faith Movies"
[2023-05-26 08:33:08.260 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/TV"
[2023-05-26 08:33:08.260 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/4kMovies"
[2023-05-26 08:33:08.261 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/Movies"
[2023-05-26 08:33:08.263 +00:00] [INF] [36] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2023-05-26 08:33:09.915 +00:00] [INF] [36] Emby.Drawing.ImageProcessor: Creating image collage and saving to "/cache/temp/734efd76060a492b9003ec7a073d96fe.png"
[2023-05-26 08:33:09.923 +00:00] [INF] [17] Emby.Drawing.ImageProcessor: Creating image collage and saving to "/cache/temp/dcb1fd2b4aa547048ad14be0a7c327a4.png"
[2023-05-26 08:33:09.924 +00:00] [INF] [27] Emby.Drawing.ImageProcessor: Creating image collage and saving to "/cache/temp/e0b76f6511b542f7883761b17583f6ec.png"
[2023-05-26 08:33:10.454 +00:00] [INF] [36] Emby.Drawing.ImageProcessor: Completed creation of image collage and saved to "/cache/temp/734efd76060a492b9003ec7a073d96fe.png"
[2023-05-26 08:33:10.600 +00:00] [INF] [27] Emby.Drawing.ImageProcessor: Completed creation of image collage and saved to "/cache/temp/e0b76f6511b542f7883761b17583f6ec.png"
[2023-05-26 08:33:10.630 +00:00] [INF] [17] Emby.Drawing.ImageProcessor: Completed creation of image collage and saved to "/cache/temp/dcb1fd2b4aa547048ad14be0a7c327a4.png"
[2023-05-26 08:33:17.056 +00:00] [INF] [33] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Movie", Name: "Air (2023)", Path: "/media/media/Movies/Movies/Air (2023)/Air 2023 1080p.mp4", Id: 836d03f3-feab-d678-f110-af8e611ec05b
[2023-05-26 08:33:51.314 +00:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Cancelled after 1 minute(s) and 40 seconds
[2023-05-26 08:33:51.323 +00:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2023-05-26 08:34:04.326 +00:00] [ERR] [30] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Packages".
[2023-05-26 08:34:04.328 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.23:8096/Packages?PackageType=UserInstalled" to "192.168.1.1" in 0:01:40.0238099 with Status Code 500
[2023-05-26 08:34:21.251 +00:00] [ERR] [33] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
System.Net.Http.HttpRequestException: Cannot assign requested address (repo.jellyfin.org:443)
 ---> System.Net.Sockets.SocketException (99): Cannot assign requested address
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsyncCore[T](Task`1 taskResponse, JsonSerializerOptions options, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken)
[2023-05-26 08:36:01.266 +00:00] [ERR] [26] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Packages".
[2023-05-26 08:36:01.267 +00:00] [WRN] [26] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.23:8096/Packages?PackageType=UserInstalled" to "192.168.1.1" in 0:02:45.5202727 with Status Code 500

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Originally created by @eorith on GitHub (May 26, 2023). ### Please describe your bug I can access Jellyfin server for playback and it will add new content from NAS storage. However, it won't update any metadata, images or update plugins. I also cannot access the catalogue. I have exec into the docker container and run: `curl -I https://lon1.mirror.jellyfin.org/releases/plugin/manifest-stable.json ` with the response: `curl: (28) Failed to connect to lon1.mirror.jellyfin.org port 443: Connection timed out` ... this suggests that the docker container doesn't have access to the internet. I have other docker containers on the same host that do have internet access. ### Jellyfin Version Other ### if other: 10.8.10 ### Environment ```markdown - OS: Ubuntu 22.04.2 LTS x86_64 - Linux Kernel:5.15.0-72-generic - Virtualization: docker - Clients: Browser, Android - Browser: Chrome, Brave - FFmpeg Version: - Playback Method:Direct - Hardware Acceleration:none - GPU Model:none - Plugins:AudioDB,Intro Skipper, Merge Version, MusicBrainz,OMDb,SkinManager,StudioImage,TMDb - Reverse Proxy:nginx - Base URL:none - Networking:bridge - Storage:NFS ``` ### Jellyfin logs ```shell [2023-05-26 07:02:52.201 +00:00] [INF] [1] Main: Jellyfin version: "10.8.10" [2023-05-26 07:02:52.429 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]"] [2023-05-26 07:02:52.435 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] [2023-05-26 07:02:52.527 +00:00] [INF] [1] Main: Operating system: "Linux" [2023-05-26 07:02:52.527 +00:00] [INF] [1] Main: Architecture: X64 [2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: 64-Bit Process: True [2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: User Interactive: True [2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: Processor count: 4 [2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: Program data path: "/config" [2023-05-26 07:02:52.529 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" [2023-05-26 07:02:52.530 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" [2023-05-26 07:02:58.064 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" [2023-05-26 07:02:59.696 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2023-05-26 07:03:00.359 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.1.7.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Intro Skipper_0.1.7.0/ConfusedPolarBear.Plugin.IntroSkipper.dll" [2023-05-26 07:03:00.382 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Merge Versions_10.8.0.2/Jellyfin.Plugin.MergeVersions.dll" [2023-05-26 07:03:00.424 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll" [2023-05-26 07:03:01.966 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[192.168.1.0/24]" [2023-05-26 07:03:01.966 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]" [2023-05-26 07:03:01.968 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[192.168.1.0/24]" [2023-05-26 07:03:01.984 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]" [2023-05-26 07:03:01.984 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]" [2023-05-26 07:03:19.924 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.1.7.0" [2023-05-26 07:03:19.925 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Merge Versions" "10.8.0.2" [2023-05-26 07:03:19.925 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1" [2023-05-26 07:03:19.926 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.10.0" [2023-05-26 07:03:19.926 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.10.0" [2023-05-26 07:03:19.927 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.10.0" [2023-05-26 07:03:19.927 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.10.0" [2023-05-26 07:03:19.927 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.10.0" [2023-05-26 07:03:20.274 +00:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address" [2023-05-26 07:03:21.695 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2023-05-26 07:03:21.871 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Introductions" set to fire at 2023-05-27 00:00:00.000 +00:00, which is 16:56:38.1289402 from now. [2023-05-26 07:03:21.996 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2023-05-27 02:00:00.000 +00:00, which is 18:56:38.0031194 from now. [2023-05-26 07:03:25.233 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Update Plugins" [2023-05-26 07:03:25.234 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask" [2023-05-26 07:03:25.236 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Update Plugins" [2023-05-26 07:03:27.138 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.1.3" [2023-05-26 07:03:27.327 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] [2023-05-26 07:03:27.359 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2023-05-26 07:03:27.416 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [2023-05-26 07:03:27.629 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] [2023-05-26 07:03:29.080 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" [2023-05-26 07:03:29.094 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "c7af1febd5514eb4bb74df696307b121" [2023-05-26 07:03:29.412 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.309168 [2023-05-26 07:03:29.412 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2023-05-26 07:03:29.444 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue [2023-05-26 07:03:30.391 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Teaching" ("0eba9e839e0133deedfa032b561fe632") [2023-05-26 07:03:30.433 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows" ("a656b907eb3a73532e40e44b968d0225") [2023-05-26 07:03:30.649 +00:00] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery [2023-05-26 07:03:30.692 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:01.2799565 [2023-05-26 07:03:30.692 +00:00] [INF] [1] Main: Startup complete 0:00:41.7751114 [2023-05-26 07:03:30.978 +00:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/4kMovies" [2023-05-26 07:03:30.978 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Books" [2023-05-26 07:03:31.597 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Teaching Videos" [2023-05-26 07:03:32.632 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Faith Movies" [2023-05-26 07:03:35.214 +00:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/TV" [2023-05-26 07:03:35.902 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.904 +00:00] [WRN] [11] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 07:03:35.946 +00:00] [WRN] [11] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/health" to "127.0.0.1" in 0:00:00.8722022 with Status Code 200 [2023-05-26 07:03:36.414 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Movies" [2023-05-26 07:05:05.348 +00:00] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Cancelled after 1 minute(s) and 40 seconds [2023-05-26 07:05:05.365 +00:00] [INF] [27] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks [2023-05-26 08:21:56.129 +00:00] [ERR] [114] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Packages". [2023-05-26 08:21:56.130 +00:00] [WRN] [114] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.23:8096/Packages?PackageType=UserInstalled" to "192.168.1.1" in 0:01:40.0250019 with Status Code 500 [2023-05-26 08:22:26.494 +00:00] [ERR] [111] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json" System.Net.Http.HttpRequestException: Cannot assign requested address (repo.jellyfin.org:443) ---> System.Net.Sockets.SocketException (99): Cannot assign requested address at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsyncCore[T](Task`1 taskResponse, JsonSerializerOptions options, CancellationToken cancellationToken) at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken) [2023-05-26 08:24:06.536 +00:00] [ERR] [72] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Packages". [2023-05-26 08:24:06.536 +00:00] [WRN] [72] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.23:8096/Packages?PackageType=UserInstalled" to "192.168.1.1" in 0:02:58.7969735 with Status Code 500 [2023-05-26 08:24:10.238 +00:00] [INF] [2] Main: Received a SIGTERM signal, shutting down [2023-05-26 08:24:10.238 +00:00] [INF] [2] Main: Running query planner optimizations in the database... This might take a while [2023-05-26 08:24:10.246 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" [2023-05-26 08:24:10.247 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DlnaEntryPoint" [2023-05-26 08:24:10.248 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing PlayToManager [2023-05-26 08:24:10.248 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing DeviceDiscovery [2023-05-26 08:24:10.249 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing SsdpCommunicationsServer [2023-05-26 08:24:10.249 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing _BroadcastListenSocket [2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" Disposing 2 sendSockets [2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0" [2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1" [2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "Entrypoint" [2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" [2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint" [2023-05-26 08:24:10.251 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "RecordingNotifier" [2023-05-26 08:24:10.252 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EmbyTV" [2023-05-26 08:24:10.253 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DeviceAccessEntryPoint" [2023-05-26 08:24:10.253 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UserDataChangeNotifier" [2023-05-26 08:24:10.254 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryMonitorStartup" [2023-05-26 08:24:10.254 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "SchedulesDirect" [2023-05-26 08:24:10.254 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "NotificationEntryPoint" [2023-05-26 08:24:10.255 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UdpServerEntryPoint" [2023-05-26 08:24:10.255 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryChangedNotifier" [2023-05-26 08:24:10.256 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "AutoSkip" [2023-05-26 08:24:10.257 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint" [2023-05-26 08:24:10.257 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MergeVersionsManager" [2023-05-26 08:24:10.257 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "ExternalPortForwarding" [2023-05-26 08:24:10.257 +00:00] [INF] [2] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Stopping NAT discovery [2023-05-26 08:25:28.255 +00:00] [INF] [1] Main: Jellyfin version: "10.8.10" [2023-05-26 08:25:28.274 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"] [2023-05-26 08:25:28.277 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] [2023-05-26 08:25:28.277 +00:00] [INF] [1] Main: Operating system: "Linux" [2023-05-26 08:25:28.277 +00:00] [INF] [1] Main: Architecture: X64 [2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: 64-Bit Process: True [2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: User Interactive: True [2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: Processor count: 4 [2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: Program data path: "/config" [2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" [2023-05-26 08:25:28.278 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" [2023-05-26 08:25:28.454 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" [2023-05-26 08:25:28.499 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2023-05-26 08:25:28.509 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.1.7.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Intro Skipper_0.1.7.0/ConfusedPolarBear.Plugin.IntroSkipper.dll" [2023-05-26 08:25:28.510 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Merge Versions_10.8.0.2/Jellyfin.Plugin.MergeVersions.dll" [2023-05-26 08:25:28.510 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll" [2023-05-26 08:25:28.590 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[192.168.1.0/24]" [2023-05-26 08:25:28.590 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]" [2023-05-26 08:25:28.591 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[192.168.1.0/24]" [2023-05-26 08:25:28.598 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]" [2023-05-26 08:25:28.598 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]" [2023-05-26 08:25:32.091 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.1.7.0" [2023-05-26 08:25:32.092 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Merge Versions" "10.8.0.2" [2023-05-26 08:25:32.092 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1" [2023-05-26 08:25:32.092 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.10.0" [2023-05-26 08:25:32.093 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.10.0" [2023-05-26 08:25:32.093 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.10.0" [2023-05-26 08:25:32.093 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.10.0" [2023-05-26 08:25:32.094 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.10.0" [2023-05-26 08:25:32.160 +00:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address" [2023-05-26 08:25:32.529 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {ac176a7e-5221-4e88-ac05-5ff9ca2c65eb} may be persisted to storage in unencrypted form. [2023-05-26 08:25:32.550 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2023-05-26 08:25:32.570 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Introductions" set to fire at 2023-05-27 00:00:00.000 +00:00, which is 15:34:27.4297700 from now. [2023-05-26 08:25:32.586 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2023-05-27 02:00:00.000 +00:00, which is 17:34:27.4133440 from now. [2023-05-26 08:25:32.632 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.1.3" [2023-05-26 08:25:32.687 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] [2023-05-26 08:25:32.721 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2023-05-26 08:25:32.755 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [2023-05-26 08:25:32.950 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] [2023-05-26 08:25:33.114 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" [2023-05-26 08:25:33.115 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "c7af1febd5514eb4bb74df696307b121" [2023-05-26 08:25:33.236 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.1106199 [2023-05-26 08:25:33.236 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2023-05-26 08:25:33.254 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue [2023-05-26 08:25:33.574 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Teaching" ("0eba9e839e0133deedfa032b561fe632") [2023-05-26 08:25:33.614 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows" ("a656b907eb3a73532e40e44b968d0225") [2023-05-26 08:25:33.803 +00:00] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery [2023-05-26 08:25:33.827 +00:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/4kMovies" [2023-05-26 08:25:33.827 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Books" [2023-05-26 08:25:33.844 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.6070228 [2023-05-26 08:25:33.844 +00:00] [INF] [1] Main: Startup complete 0:00:05.7588073 [2023-05-26 08:25:33.997 +00:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Teaching Videos" [2023-05-26 08:25:34.304 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Faith Movies" [2023-05-26 08:25:35.136 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/TV" [2023-05-26 08:25:35.503 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Movies" [2023-05-26 08:25:35.590 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Update Plugins" [2023-05-26 08:25:35.592 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask" [2023-05-26 08:25:35.597 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Update Plugins" [2023-05-26 08:25:58.110 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.111 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.111 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:25:58.112 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:27:08.314 +00:00] [INF] [2] Main: Received a SIGTERM signal, shutting down [2023-05-26 08:27:08.315 +00:00] [INF] [2] Main: Running query planner optimizations in the database... This might take a while [2023-05-26 08:27:08.322 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" [2023-05-26 08:27:08.323 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "NotificationEntryPoint" [2023-05-26 08:27:08.324 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "SchedulesDirect" [2023-05-26 08:27:08.324 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MergeVersionsManager" [2023-05-26 08:27:08.324 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" [2023-05-26 08:27:08.325 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DeviceAccessEntryPoint" [2023-05-26 08:27:08.325 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UdpServerEntryPoint" [2023-05-26 08:27:08.325 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DlnaEntryPoint" [2023-05-26 08:27:08.325 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing PlayToManager [2023-05-26 08:27:08.326 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing DeviceDiscovery [2023-05-26 08:27:08.327 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing SsdpCommunicationsServer [2023-05-26 08:27:08.327 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing _BroadcastListenSocket [2023-05-26 08:27:08.328 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" Disposing 2 sendSockets [2023-05-26 08:27:08.328 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0" [2023-05-26 08:27:08.328 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1" [2023-05-26 08:27:08.328 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "ExternalPortForwarding" [2023-05-26 08:27:08.329 +00:00] [INF] [2] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Stopping NAT discovery [2023-05-26 08:27:08.332 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "AutoSkip" [2023-05-26 08:27:08.332 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint" [2023-05-26 08:27:08.332 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UserDataChangeNotifier" [2023-05-26 08:27:08.332 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "RecordingNotifier" [2023-05-26 08:27:08.334 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "Entrypoint" [2023-05-26 08:27:08.334 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryMonitorStartup" [2023-05-26 08:27:08.334 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EmbyTV" [2023-05-26 08:27:08.335 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint" [2023-05-26 08:27:08.335 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryChangedNotifier" [2023-05-26 08:32:04.436 +00:00] [INF] [1] Main: Jellyfin version: "10.8.10" [2023-05-26 08:32:04.454 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]"] [2023-05-26 08:32:04.457 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] [2023-05-26 08:32:04.458 +00:00] [INF] [1] Main: Operating system: "Linux" [2023-05-26 08:32:04.458 +00:00] [INF] [1] Main: Architecture: X64 [2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: 64-Bit Process: True [2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: User Interactive: True [2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: Processor count: 4 [2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: Program data path: "/config" [2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" [2023-05-26 08:32:04.459 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" [2023-05-26 08:32:04.623 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" [2023-05-26 08:32:04.667 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies [2023-05-26 08:32:04.677 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "ConfusedPolarBear.Plugin.IntroSkipper, Version=0.1.7.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Intro Skipper_0.1.7.0/ConfusedPolarBear.Plugin.IntroSkipper.dll" [2023-05-26 08:32:04.678 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Merge Versions_10.8.0.2/Jellyfin.Plugin.MergeVersions.dll" [2023-05-26 08:32:04.678 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Skin Manager_2.0.1/Jellyfin.Plugin.SkinManager.dll" [2023-05-26 08:32:04.757 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[192.168.1.0/24]" [2023-05-26 08:32:04.757 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]" [2023-05-26 08:32:04.758 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[192.168.1.0/24]" [2023-05-26 08:32:04.765 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]" [2023-05-26 08:32:04.765 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]" [2023-05-26 08:32:07.769 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Intro Skipper" "0.1.7.0" [2023-05-26 08:32:07.770 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Merge Versions" "10.8.0.2" [2023-05-26 08:32:07.770 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Skin Manager" "2.0.1" [2023-05-26 08:32:07.771 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.10.0" [2023-05-26 08:32:07.771 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.10.0" [2023-05-26 08:32:07.771 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.10.0" [2023-05-26 08:32:07.772 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.10.0" [2023-05-26 08:32:07.772 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.10.0" [2023-05-26 08:32:07.833 +00:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address" [2023-05-26 08:32:08.189 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {068344e6-97e7-4d3c-b351-94b4a6846c79} may be persisted to storage in unencrypted form. [2023-05-26 08:32:08.210 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks [2023-05-26 08:32:08.230 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Detect Introductions" set to fire at 2023-05-27 00:00:00.000 +00:00, which is 15:27:51.7698482 from now. [2023-05-26 08:32:08.246 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2023-05-27 02:00:00.000 +00:00, which is 17:27:51.7535186 from now. [2023-05-26 08:32:08.292 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.1.3" [2023-05-26 08:32:08.347 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] [2023-05-26 08:32:08.380 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] [2023-05-26 08:32:08.413 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] [2023-05-26 08:32:08.622 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] [2023-05-26 08:32:08.785 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" [2023-05-26 08:32:08.786 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "c7af1febd5514eb4bb74df696307b121" [2023-05-26 08:32:08.921 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.1225003 [2023-05-26 08:32:08.921 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete [2023-05-26 08:32:08.939 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.Entrypoint: Running startup enqueue [2023-05-26 08:32:09.267 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Teaching" ("0eba9e839e0133deedfa032b561fe632") [2023-05-26 08:32:09.307 +00:00] [INF] [1] ConfusedPolarBear.Plugin.IntroSkipper.QueueManager: Running enqueue of items in library "Shows" ("a656b907eb3a73532e40e44b968d0225") [2023-05-26 08:32:09.501 +00:00] [INF] [1] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Starting NAT discovery [2023-05-26 08:32:09.526 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/4kMovies" [2023-05-26 08:32:09.527 +00:00] [INF] [13] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Books" [2023-05-26 08:32:09.542 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.6210426 [2023-05-26 08:32:09.542 +00:00] [INF] [1] Main: Startup complete 0:00:05.2955086 [2023-05-26 08:32:09.697 +00:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Teaching Videos" [2023-05-26 08:32:10.023 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Faith Movies" [2023-05-26 08:32:10.905 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/TV" [2023-05-26 08:32:11.249 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Update Plugins" [2023-05-26 08:32:11.249 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask" [2023-05-26 08:32:11.253 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Update Plugins" [2023-05-26 08:32:11.326 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/media/Movies" [2023-05-26 08:32:13.894 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.895 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:32:13.896 +00:00] [WRN] [20] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider. [2023-05-26 08:33:08.252 +00:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: "IntervalTrigger" fired for task: "Scan Media Library" [2023-05-26 08:33:08.252 +00:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "RefreshMediaLibraryTask" [2023-05-26 08:33:08.252 +00:00] [INF] [36] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Scan Media Library" [2023-05-26 08:33:08.259 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/Teaching Videos" [2023-05-26 08:33:08.260 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/Books" [2023-05-26 08:33:08.260 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/Faith Movies" [2023-05-26 08:33:08.260 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/TV" [2023-05-26 08:33:08.260 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/4kMovies" [2023-05-26 08:33:08.261 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/media/Movies" [2023-05-26 08:33:08.263 +00:00] [INF] [36] Emby.Server.Implementations.Library.LibraryManager: Validating media library [2023-05-26 08:33:09.915 +00:00] [INF] [36] Emby.Drawing.ImageProcessor: Creating image collage and saving to "/cache/temp/734efd76060a492b9003ec7a073d96fe.png" [2023-05-26 08:33:09.923 +00:00] [INF] [17] Emby.Drawing.ImageProcessor: Creating image collage and saving to "/cache/temp/dcb1fd2b4aa547048ad14be0a7c327a4.png" [2023-05-26 08:33:09.924 +00:00] [INF] [27] Emby.Drawing.ImageProcessor: Creating image collage and saving to "/cache/temp/e0b76f6511b542f7883761b17583f6ec.png" [2023-05-26 08:33:10.454 +00:00] [INF] [36] Emby.Drawing.ImageProcessor: Completed creation of image collage and saved to "/cache/temp/734efd76060a492b9003ec7a073d96fe.png" [2023-05-26 08:33:10.600 +00:00] [INF] [27] Emby.Drawing.ImageProcessor: Completed creation of image collage and saved to "/cache/temp/e0b76f6511b542f7883761b17583f6ec.png" [2023-05-26 08:33:10.630 +00:00] [INF] [17] Emby.Drawing.ImageProcessor: Completed creation of image collage and saved to "/cache/temp/dcb1fd2b4aa547048ad14be0a7c327a4.png" [2023-05-26 08:33:17.056 +00:00] [INF] [33] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Movie", Name: "Air (2023)", Path: "/media/media/Movies/Movies/Air (2023)/Air 2023 1080p.mp4", Id: 836d03f3-feab-d678-f110-af8e611ec05b [2023-05-26 08:33:51.314 +00:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Cancelled after 1 minute(s) and 40 seconds [2023-05-26 08:33:51.323 +00:00] [INF] [29] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks [2023-05-26 08:34:04.326 +00:00] [ERR] [30] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Packages". [2023-05-26 08:34:04.328 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.23:8096/Packages?PackageType=UserInstalled" to "192.168.1.1" in 0:01:40.0238099 with Status Code 500 [2023-05-26 08:34:21.251 +00:00] [ERR] [33] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json" System.Net.Http.HttpRequestException: Cannot assign requested address (repo.jellyfin.org:443) ---> System.Net.Sockets.SocketException (99): Cannot assign requested address at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request) at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsyncCore[T](Task`1 taskResponse, JsonSerializerOptions options, CancellationToken cancellationToken) at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken) [2023-05-26 08:36:01.266 +00:00] [ERR] [26] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request: "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing". URL "GET" "/Packages". [2023-05-26 08:36:01.267 +00:00] [WRN] [26] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.23:8096/Packages?PackageType=UserInstalled" to "192.168.1.1" in 0:02:45.5202727 with Status Code 500 ``` ### FFmpeg logs _No response_ ### Please attach any browser or client logs here _No response_ ### Please attach any screenshots here _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
OVERLORD added the bug label 2026-02-07 01:14:32 +03:00
Author
Owner

@tunnull commented on GitHub (May 27, 2023):

What does your docker-compose file/docker run command look like? You could have accidentally set up the wrong network/network type for it.

@tunnull commented on GitHub (May 27, 2023): What does your docker-compose file/docker run command look like? You could have accidentally set up the wrong network/network type for it.
Author
Owner

@eorith commented on GitHub (Jun 2, 2023):

version: "3.5"

services:
  jellyfin:
    image: jellyfin/jellyfin:latest
    container_name: jellyfin
    hostname: jellyfin
    ports:
    - "8096:8096"
    - "8920:8920"
    - "1900:1900"
    - "7359:7359"
    volumes:
      - /home/sam/docker/jellyfin/dist:/jellyfin/jellyfin-web:ro  # <== add this line if using the official container
      - /home/sam/docker/jellyfin/config/_data:/config
      - /home/sam/docker/jellyfin/cache/_data:/cache
      - /media/nas/media/:/media/media:ro
    restart: "unless-stopped"
@eorith commented on GitHub (Jun 2, 2023): > ``` version: "3.5" services: jellyfin: image: jellyfin/jellyfin:latest container_name: jellyfin hostname: jellyfin ports: - "8096:8096" - "8920:8920" - "1900:1900" - "7359:7359" volumes: - /home/sam/docker/jellyfin/dist:/jellyfin/jellyfin-web:ro # <== add this line if using the official container - /home/sam/docker/jellyfin/config/_data:/config - /home/sam/docker/jellyfin/cache/_data:/cache - /media/nas/media/:/media/media:ro restart: "unless-stopped" ```
Author
Owner

@ChuckSerious commented on GitHub (Jun 2, 2023):

Try add network_mode: 'bridge':

version: "3.5"
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
hostname: jellyfin
network_mode: 'bridge'
......

@ChuckSerious commented on GitHub (Jun 2, 2023): Try add network_mode: 'bridge': version: "3.5" services: jellyfin: image: jellyfin/jellyfin:latest container_name: jellyfin hostname: jellyfin network_mode: 'bridge' ......
Author
Owner

@eorith commented on GitHub (Jun 2, 2023):

Try add network_mode: 'bridge':

version: "3.5" services: jellyfin: image: jellyfin/jellyfin:latest container_name: jellyfin hostname: jellyfin network_mode: 'bridge' ......

Issue still occurring with suggestion set.

@eorith commented on GitHub (Jun 2, 2023): > Try add network_mode: 'bridge': > > version: "3.5" services: jellyfin: image: jellyfin/jellyfin:latest container_name: jellyfin hostname: jellyfin network_mode: 'bridge' ...... Issue still occurring with suggestion set.
Author
Owner

@tunnull commented on GitHub (Jun 6, 2023):

I copied your Docker Compose file and ran it as-is and it failed to start. Then, I tried it with the linuxserver.io image, it started up as normal. Here's the Docker Compose I used:

version: "3.5"

services:
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:latest
    container_name: jellyfin
    hostname: jellyfin
    ports:
    - "8096:8096"
    - "8920:8920"
    - "1900:1900"
    - "7359:7359"
    volumes:
      - /home/sam/docker/jellyfin/dist:/jellyfin/jellyfin-web:ro  # <== add this line if using the official container
      - /home/sam/docker/jellyfin/config/_data:/config
      - /home/sam/docker/jellyfin/cache/_data:/cache
      - /media/nas/media/:/media/media:ro
    restart: "unless-stopped"
@tunnull commented on GitHub (Jun 6, 2023): I copied your Docker Compose file and ran it as-is and it failed to start. Then, I tried it with the linuxserver.io image, it started up as normal. Here's the Docker Compose I used: <pre>version: "3.5" services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin hostname: jellyfin ports: - "8096:8096" - "8920:8920" - "1900:1900" - "7359:7359" volumes: - /home/sam/docker/jellyfin/dist:/jellyfin/jellyfin-web:ro # <== add this line if using the official container - /home/sam/docker/jellyfin/config/_data:/config - /home/sam/docker/jellyfin/cache/_data:/cache - /media/nas/media/:/media/media:ro restart: "unless-stopped" </pre>
Author
Owner

@eorith commented on GitHub (Jun 12, 2023):

Sorry, I've been away for the weekend.

Mine builds fine using the default docker (except the issue being discussed).

Building with the lscr image doesn't pick up my current configuration and runs a new setup page.

I also ran it with a new hostname and a fresh config and set up a new server on the same host for the purpose of testing, but the same issue with not updating plugins and meta occurs.

@eorith commented on GitHub (Jun 12, 2023): Sorry, I've been away for the weekend. Mine builds fine using the default docker (except the issue being discussed). Building with the lscr image doesn't pick up my current configuration and runs a new setup page. I also ran it with a new hostname and a fresh config and set up a new server on the same host for the purpose of testing, but the same issue with not updating plugins and meta occurs.
Author
Owner

@eorith commented on GitHub (Jun 19, 2023):

Update.
There is possibly an issue with my bridge networking. I used my macvlan that I have already setup to the container and it is all working fine.

@eorith commented on GitHub (Jun 19, 2023): Update. There is possibly an issue with my bridge networking. I used my macvlan that I have already setup to the container and it is all working fine.
Author
Owner

@srcrist commented on GitHub (Oct 6, 2023):

Original submitter has resolved their problem. Closing this issue as it does not appear to have been a Jellyfin bug.

@srcrist commented on GitHub (Oct 6, 2023): Original submitter has resolved their problem. Closing this issue as it does not appear to have been a Jellyfin bug.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#4877