Jellyfin Forum
SOLVED: 10.9.3 dosent work - extrmee CPU load - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: 10.9.3 dosent work - extrmee CPU load (/t-solved-10-9-3-dosent-work-extrmee-cpu-load)



10.9.3 dosent work - extrmee CPU load - 34626 - 2024-05-29

OS: Debian 12 and jellyfin as docker-compose container

I recently upgraded from 10.9.2 to 10.9.3, now i can connect, but its useless. The CPU load is very high, and makes the system unstable.
I did get this error in my browser:

Unexpected Application Error!
Loading chunk 84430 failed. (error: https://my.domain.web/web/node_modules.@mui.x-data-grid.d16d629f2abd61a21fbe.chunk.js)
ChunkLoadError: Loading chunk 84430 failed.
(error: https://my.domain.web/web/node_modules.@mui.x-data-grid.d16d629f2abd61a21fbe.chunk.js)
    at s.f.j (https://my.domain.web/web/runtime.bundle.js?54c888a45bbc6109b58a:1:46127)
    at https://my.domain.web/web/runtime.bundle.js?54c888a45bbc6109b58a:1:1410
    at Array.reduce (<anonymous>)
    at s.e (https://my.domain.web/web/runtime.bundle.js?54c888a45bbc6109b58a:1:1375)
    at Array.map (<anonymous>)
    at a (https://my.domain.web/web/90479.f1abe8ea645c1b17819c.chunk.js:1:51543)
    at Object.requireAsync (https://my.domain.web/web/90479.f1abe8ea645c1b17819c.chunk.js:1:30506)
    at _ (https://my.domain.web/web/7466.bundle.js?54c888a45bbc6109b58a:2:39457)
    at n.resolveAsync (https://my.domain.web/web/7466.bundle.js?54c888a45bbc6109b58a:2:41790)
    at n.loadAsync (https://my.domain.web/web/7466.bundle.js?54c888a45bbc6109b58a:2:41443)


I then tried to use it without HTTPS and with local IP, but it fails on playback and then ffmpeg goes crazy.


RE: 10.9.3 dosent work - extrmee CPU load - TheDreadPirate - 2024-05-29

Can you share your jellyfin and ffmpeg log via pastebin?


RE: 10.9.3 dosent work - extrmee CPU load - 34626 - 2024-05-29

Logs are at this link: https://we.tl/t-h0R4xvpskr?utm_campaign=TRN_TDL_05&utm_source=sendgrid&utm_medium=email&trk=TRN_TDL_05


RE: 10.9.3 dosent work - extrmee CPU load - TheDreadPirate - 2024-05-29

That site is blocked on my work PC. Can you use pastebin or sourcebin? Or zip the files and attach it to a forum post?


RE: 10.9.3 dosent work - extrmee CPU load - Fate - 2024-05-29

Try disable trickplay in your libaries and disable the NextPVr plugin for now.

Here is exerpt for everyone that wants to take a look.

Code:
[2024-05-29 00:00:00.412 +00:00] [INF] [24] Jellyfin.Plugin.NextPVR.LiveTvService: [NextPVR] Start InitiateSession
[2024-05-29 00:00:00.421 +00:00] [FTL] [24] Main: Unhandled Exception
System.AggregateException: One or more errors occurred. (Connection refused (localhost:8866))
---> System.Net.Http.HttpRequestException: Connection refused (localhost:8866)
---> System.Net.Sockets.SocketException (111): Connection refused
  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|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, 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(QueueItem queueItem)
  at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, 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.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at System.Net.Http.HttpClient.GetStreamAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.LiveTvService.InitiateSession(CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.LiveTvService.EnsureConnectionAsync(CancellationToken cancellationToken)
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.RecordingsChannel.GetService()
  at Jellyfin.Plugin.NextPVR.RecordingsChannel.OnUpdateTimerCallbackAsync(Object state)
  at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
  at System.Threading.QueueUserWorkItemCallback.Execute()
  at System.Threading.ThreadPoolWorkQueue.Dispatch()
  at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[2024-05-29 00:00:01.744 +00:00] [INF] [1] Main: Jellyfin version: "10.9.3"
[2024-05-29 00:00:01.766 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]"]
[2024-05-29 00:00:01.768 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-05-29 00:00:01.769 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-05-29 00:00:01.769 +00:00] [INF] [1] Main: Architecture: X64
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: 64-Bit Process: True
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: User Interactive: True
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: Processor count: 4
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: Program data path: "/config"
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: Config directory path: "/config/config"
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: Cache path: "/cache"
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-05-29 00:00:01.770 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-05-29 00:00:01.928 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-29 00:00:02.009 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-05-29 00:00:02.045 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.NextPVR, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/NextPVR_10.0.0.0/Jellyfin.Plugin.NextPVR.dll"
[2024-05-29 00:00:02.120 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-29 00:00:02.120 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-29 00:00:02.121 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-29 00:00:02.122 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.2"]
[2024-05-29 00:00:02.123 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-05-29 00:00:02.123 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-29 00:00:02.123 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-05-29 00:00:06.049 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "NextPVR" "10.0.0.0"
[2024-05-29 00:00:06.051 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.3.0"
[2024-05-29 00:00:06.052 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.3.0"
[2024-05-29 00:00:06.052 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.3.0"
[2024-05-29 00:00:06.078 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.3.0"
[2024-05-29 00:00:06.079 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.3.0"
[2024-05-29 00:00:06.160 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[2024-05-29 00:00:06.161 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
[2024-05-29 00:00:06.171 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-05-29 00:00:06.194 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {d8566a5c-cd96-43c9-b91d-bfbf00b06f75} may be persisted to storage in unencrypted form.
[2024-05-29 00:00:07.099 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-05-29 00:00:07.161 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-05-29 00:00:07.163 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/F/VF"
[2024-05-29 00:00:07.164 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/F/MV"
[2024-05-29 00:00:07.172 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/L"
[2024-05-29 00:00:07.176 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/BM2/BO"
[2024-05-29 00:00:07.176 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M6"
[2024-05-29 00:00:07.179 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M"
[2024-05-29 00:00:07.182 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M5"
[2024-05-29 00:00:07.183 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/P"
[2024-05-29 00:00:07.184 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/AF"
[2024-05-29 00:00:07.185 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/AF"
[2024-05-29 00:00:07.185 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DF"
[2024-05-29 00:00:07.185 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/BF"
[2024-05-29 00:00:07.185 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/BF"
[2024-05-29 00:00:07.187 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/DF"
[2024-05-29 00:00:07.187 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/VF"
[2024-05-29 00:00:07.188 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/DF"
[2024-05-29 00:00:07.188 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/S"
[2024-05-29 00:00:07.202 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/S"
[2024-05-29 00:00:07.208 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/BF"
[2024-05-29 00:00:07.209 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/K"
[2024-05-29 00:00:07.209 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/K"
[2024-05-29 00:00:07.208 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generér Trickplay Billeder" set to fire at 2024-05-29 03:00:00.000 +00:00, which is 02:59:52.7913839 from now.
[2024-05-29 00:00:07.215 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/S"
[2024-05-29 00:00:07.215 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/VF"
[2024-05-29 00:00:07.216 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS4F3"
[2024-05-29 00:00:07.216 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS4F"
[2024-05-29 00:00:07.216 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Udtræk kapitelbilleder" set to fire at 2024-05-29 02:00:00.000 +00:00, which is 01:59:52.7834986 from now.
[2024-05-29 00:00:07.251 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-05-29 00:00:07.317 +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"]
[2024-05-29 00:00:07.341 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-05-29 00:00:07.365 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-05-29 00:00:07.498 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-05-29 00:00:07.691 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-05-29 00:00:07.692 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "a5496be130684f1e9d0ada1f1f0859cf"
[2024-05-29 00:00:07.692 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-05-29 00:00:07.693 +00:00] [INF] [1] Main: Startup complete 0:00:06.1683753
[2024-05-29 00:00:10.294 +00:00] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Ryd op i samlinger og afspilningslister" Completed after 0 minute(s) and 0 seconds
[2024-05-29 00:00:11.478 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Opdater Plugins" Completed after 0 minute(s) and 1 seconds
[2024-05-29 00:00:26.072 +00:00] [INF] [15] Jellyfin.Plugin.NextPVR.LiveTvService: [NextPVR] Start InitiateSession
[2024-05-29 00:00:26.081 +00:00] [FTL] [15] Main: Unhandled Exception
System.AggregateException: One or more errors occurred. (Connection refused (localhost:8866))
---> System.Net.Http.HttpRequestException: Connection refused (localhost:8866)
---> System.Net.Sockets.SocketException (111): Connection refused
  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|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, 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(QueueItem queueItem)
  at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, 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.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at System.Net.Http.HttpClient.GetStreamAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.LiveTvService.InitiateSession(CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.LiveTvService.EnsureConnectionAsync(CancellationToken cancellationToken)
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.RecordingsChannel.GetService()
  at Jellyfin.Plugin.NextPVR.RecordingsChannel.OnUpdateTimerCallbackAsync(Object state)
  at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
  at System.Threading.QueueUserWorkItemCallback.Execute()
  at System.Threading.ThreadPoolWorkQueue.Dispatch()
  at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[2024-05-29 00:00:27.400 +00:00] [INF] [1] Main: Jellyfin version: "10.9.3"
[2024-05-29 00:00:27.422 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]"]
[2024-05-29 00:00:27.424 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-05-29 00:00:27.425 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-05-29 00:00:27.425 +00:00] [INF] [1] Main: Architecture: X64
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: 64-Bit Process: True
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: User Interactive: True
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: Processor count: 4
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: Program data path: "/config"
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: Config directory path: "/config/config"
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: Cache path: "/cache"
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-05-29 00:00:27.426 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-05-29 00:00:27.585 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-29 00:00:27.666 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-05-29 00:00:27.701 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.NextPVR, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/NextPVR_10.0.0.0/Jellyfin.Plugin.NextPVR.dll"
[2024-05-29 00:00:27.776 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-29 00:00:27.776 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-29 00:00:27.777 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-29 00:00:27.778 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.2"]
[2024-05-29 00:00:27.779 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-05-29 00:00:27.779 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-29 00:00:27.779 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-05-29 00:00:31.686 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "NextPVR" "10.0.0.0"
[2024-05-29 00:00:31.688 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.3.0"
[2024-05-29 00:00:31.688 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.3.0"
[2024-05-29 00:00:31.689 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.3.0"
[2024-05-29 00:00:31.714 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.3.0"
[2024-05-29 00:00:31.714 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.3.0"
[2024-05-29 00:00:31.795 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[2024-05-29 00:00:31.795 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
[2024-05-29 00:00:31.806 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-05-29 00:00:31.828 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {0d48f91c-577e-4feb-8779-c4e9733e7771} may be persisted to storage in unencrypted form.
[2024-05-29 00:00:32.748 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-05-29 00:00:32.809 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-05-29 00:00:32.817 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/L"
[2024-05-29 00:00:32.817 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/BM2/BO"
[2024-05-29 00:00:32.818 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/F/VF"
[2024-05-29 00:00:32.821 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M6"
[2024-05-29 00:00:32.821 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/F/MV"
[2024-05-29 00:00:32.825 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M5"
[2024-05-29 00:00:32.826 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/P"
[2024-05-29 00:00:32.830 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/BF"
[2024-05-29 00:00:32.830 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/AF"
[2024-05-29 00:00:32.832 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M"
[2024-05-29 00:00:32.832 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DF"
[2024-05-29 00:00:32.839 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/AF"
[2024-05-29 00:00:32.840 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/BF"
[2024-05-29 00:00:32.840 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/DF"
[2024-05-29 00:00:32.842 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/S"
[2024-05-29 00:00:32.842 +00:00] [INF] [27] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/VF"
[2024-05-29 00:00:32.856 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/DF"
[2024-05-29 00:00:32.857 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/BF"
[2024-05-29 00:00:32.859 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/S"
[2024-05-29 00:00:32.859 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/K"
[2024-05-29 00:00:32.859 +00:00] [INF] [27] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/K"
[2024-05-29 00:00:32.859 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/VF"
[2024-05-29 00:00:32.860 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS4F3"
[2024-05-29 00:00:32.840 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generér Trickplay Billeder" set to fire at 2024-05-29 03:00:00.000 +00:00, which is 02:59:27.1609001 from now.
[2024-05-29 00:00:32.861 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/S"
[2024-05-29 00:00:32.864 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS4F"
[2024-05-29 00:00:32.866 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Udtræk kapitelbilleder" set to fire at 2024-05-29 02:00:00.000 +00:00, which is 01:59:27.1338639 from now.
[2024-05-29 00:00:32.901 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-05-29 00:00:32.966 +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"]
[2024-05-29 00:00:32.989 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-05-29 00:00:33.012 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-05-29 00:00:33.144 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-05-29 00:00:33.335 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-05-29 00:00:33.336 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "a5496be130684f1e9d0ada1f1f0859cf"
[2024-05-29 00:00:33.336 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-05-29 00:00:33.336 +00:00] [INF] [1] Main: Startup complete 0:00:06.1384879
[2024-05-29 00:00:35.944 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Ryd op i samlinger og afspilningslister" Completed after 0 minute(s) and 0 seconds
[2024-05-29 00:00:37.186 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Opdater Plugins" Completed after 0 minute(s) and 1 seconds
[2024-05-29 00:00:51.704 +00:00] [INF] [11] Jellyfin.Plugin.NextPVR.LiveTvService: [NextPVR] Start InitiateSession
[2024-05-29 00:00:51.714 +00:00] [FTL] [11] Main: Unhandled Exception
System.AggregateException: One or more errors occurred. (Connection refused (localhost:8866))
---> System.Net.Http.HttpRequestException: Connection refused (localhost:8866)
---> System.Net.Sockets.SocketException (111): Connection refused
  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|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, 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(QueueItem queueItem)
  at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, 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.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at System.Net.Http.HttpClient.GetStreamAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.LiveTvService.InitiateSession(CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.LiveTvService.EnsureConnectionAsync(CancellationToken cancellationToken)
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.RecordingsChannel.GetService()
  at Jellyfin.Plugin.NextPVR.RecordingsChannel.OnUpdateTimerCallbackAsync(Object state)
  at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
  at System.Threading.QueueUserWorkItemCallback.Execute()
  at System.Threading.ThreadPoolWorkQueue.Dispatch()
  at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[2024-05-29 00:00:53.009 +00:00] [INF] [1] Main: Jellyfin version: "10.9.3"
[2024-05-29 00:00:53.030 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"]
[2024-05-29 00:00:53.033 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll", "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-05-29 00:00:53.033 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-05-29 00:00:53.033 +00:00] [INF] [1] Main: Architecture: X64
[2024-05-29 00:00:53.034 +00:00] [INF] [1] Main: 64-Bit Process: True
[2024-05-29 00:00:53.034 +00:00] [INF] [1] Main: User Interactive: True
[2024-05-29 00:00:53.034 +00:00] [INF] [1] Main: Processor count: 4
[2024-05-29 00:00:53.034 +00:00] [INF] [1] Main: Program data path: "/config"
[2024-05-29 00:00:53.034 +00:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-05-29 00:00:53.034 +00:00] [INF] [1] Main: Config directory path: "/config/config"
[2024-05-29 00:00:53.034 +00:00] [INF] [1] Main: Cache path: "/cache"
[2024-05-29 00:00:53.034 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-05-29 00:00:53.035 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-05-29 00:00:53.196 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-05-29 00:00:53.278 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-05-29 00:00:53.313 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.NextPVR, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/NextPVR_10.0.0.0/Jellyfin.Plugin.NextPVR.dll"
[2024-05-29 00:00:53.388 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-29 00:00:53.388 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-29 00:00:53.389 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-29 00:00:53.390 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.17.0.2"]
[2024-05-29 00:00:53.391 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-05-29 00:00:53.391 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-29 00:00:53.391 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-05-29 00:00:57.268 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "NextPVR" "10.0.0.0"
[2024-05-29 00:00:57.269 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.3.0"
[2024-05-29 00:00:57.270 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.3.0"
[2024-05-29 00:00:57.270 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.3.0"
[2024-05-29 00:00:57.296 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.3.0"
[2024-05-29 00:00:57.296 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.3.0"
[2024-05-29 00:00:57.378 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[2024-05-29 00:00:57.378 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
[2024-05-29 00:00:57.389 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-05-29 00:00:57.411 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {de0329ca-a8e2-4b5d-b942-08a709c423d1} may be persisted to storage in unencrypted form.
[2024-05-29 00:00:58.324 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-05-29 00:00:58.385 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-05-29 00:00:58.388 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/F/VF"
[2024-05-29 00:00:58.392 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/L"
[2024-05-29 00:00:58.394 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/BM2/BO"
[2024-05-29 00:00:58.401 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M6"
[2024-05-29 00:00:58.403 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/F/MV"
[2024-05-29 00:00:58.407 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M5"
[2024-05-29 00:00:58.411 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/M/M"
[2024-05-29 00:00:58.411 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS/P"
[2024-05-29 00:00:58.412 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/AF"
[2024-05-29 00:00:58.412 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/BF"
[2024-05-29 00:00:58.415 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/AF"
[2024-05-29 00:00:58.415 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DF"
[2024-05-29 00:00:58.415 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/BF"
[2024-05-29 00:00:58.414 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generér Trickplay Billeder" set to fire at 2024-05-29 03:00:00.000 +00:00, which is 02:59:01.5854541 from now.
[2024-05-29 00:00:58.418 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/DF"
[2024-05-29 00:00:58.419 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/K"
[2024-05-29 00:00:58.419 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/S"
[2024-05-29 00:00:58.436 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/DF"
[2024-05-29 00:00:58.436 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/K"
[2024-05-29 00:00:58.437 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/VF"
[2024-05-29 00:00:58.438 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Udtræk kapitelbilleder" set to fire at 2024-05-29 02:00:00.000 +00:00, which is 01:59:01.5615161 from now.
[2024-05-29 00:00:58.439 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/S"
[2024-05-29 00:00:58.440 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS4F"
[2024-05-29 00:00:58.440 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/DR/VF"
[2024-05-29 00:00:58.441 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS4F3"
[2024-05-29 00:00:58.441 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS2/S"
[2024-05-29 00:00:58.441 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/JMS3/BF"
[2024-05-29 00:00:58.474 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-05-29 00:00:58.540 +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"]
[2024-05-29 00:00:58.562 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-05-29 00:00:58.586 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-05-29 00:00:58.716 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-05-29 00:00:58.906 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-05-29 00:00:58.907 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "a5496be130684f1e9d0ada1f1f0859cf"
[2024-05-29 00:00:58.907 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-05-29 00:00:58.907 +00:00] [INF] [1] Main: Startup complete 0:00:06.0961573
[2024-05-29 00:01:01.520 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Ryd op i samlinger og afspilningslister" Completed after 0 minute(s) and 0 seconds
[2024-05-29 00:01:02.734 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Opdater Plugins" Completed after 0 minute(s) and 1 seconds
[2024-05-29 00:01:17.283 +00:00] [INF] [15] Jellyfin.Plugin.NextPVR.LiveTvService: [NextPVR] Start InitiateSession
[2024-05-29 00:01:17.292 +00:00] [FTL] [15] Main: Unhandled Exception
System.AggregateException: One or more errors occurred. (Connection refused (localhost:8866))
---> System.Net.Http.HttpRequestException: Connection refused (localhost:8866)
---> System.Net.Sockets.SocketException (111): Connection refused
  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|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken)
  at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, 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(QueueItem queueItem)
  at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
  at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, 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.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
  at System.Net.Http.HttpClient.GetStreamAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.LiveTvService.InitiateSession(CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.LiveTvService.EnsureConnectionAsync(CancellationToken cancellationToken)
  --- End of inner exception stack trace ---
  at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  at Jellyfin.Plugin.NextPVR.RecordingsChannel.GetService()
  at Jellyfin.Plugin.NextPVR.RecordingsChannel.OnUpdateTimerCallbackAsync(Object state)
  at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
  at System.Threading.QueueUserWorkItemCallback.Execute()
  at System.Threading.ThreadPoolWorkQueue.Dispatch()
  at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
[2024-05-29 00:01:18.436 +00:00] [INF] [1] Main: Jellyfin version: "10.9.3"



RE: 10.9.3 dosent work - extrmee CPU load - 34626 - 2024-06-03

Thanks! the solution was as you mentioned to disable and remove NextPVR - Now running Jellyfin 10.9.4 flawlessly! :-D