Startup of a new server wont work. " [22:04:48] [WRN] [18] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://10.220.30.220:8096/System/Info/Public to 10.221.40.80 in 0:00:00.5104886 with Status Code 200" #3271

Closed
opened 2026-02-06 23:03:19 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Blackraz0r on GitHub (Sep 25, 2021).

Describe the bug
When i setup a new jellyfin server on ubuntu docker i get the following error in the log:

[22:04:48] [WRN] [18] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://10.220.30.220:8096/System/Info/Public to 10.221.40.80 in 0:00:00.5104886 with Status Code 200

also i have to choose the server wich i want to connect to and then it says server not available
screen:
https://i.imgur.com/VuYyt7y.png

System (please complete the following information):

  • OS: [Ubuntu 20.04.2]
  • Virtualization: [Docker v. 20.10.8]
  • Clients: [Browser]
  • Browser: [Waterfox G3.2.6 (64-bit), Firefox 92.0]
  • Jellyfin Version: [10.7.7]
  • FFmpeg Version: [dont know]
  • Playback: [cont come to this point]
  • Hardware Acceleration: [with and without NVENC]
  • Installed Plugins: [none]
  • Reverse Proxy: [none]
  • Base URL: [none]
  • Networking: [Docker Standard]
  • Storage: [same issue on local and NFS]

To Reproduce

install latest ubuntu
install latest docker with compose
install latest nvidia driver for qm2k (or dont dowsn matter if use with or without hardware encoding)

i used this docker command:

sudo docker run -d \
  --name JellyFin \
  -e NVIDIA_DRIVER_CAPABILITIES=all \
  -e NVIDIA_VISIBLE_DEVICES=all \
  --gpus all \
  -v /mnt/fsrm01-Docker/dckr01.hn.nrdk.lan/JellyFin/config:/config \
  -v /mnt/fsrm01-Docker/dckr01.hn.nrdk.lan/JellyFin/cache:/cache \
  -v /mnt/fsrm01-HDD-Data/Media:/media \
  --restart always \
  -p 8096:8096 \
  jellyfin/jellyfin:10.7.7

thos nfs mouint working. if i just mount it locally same issue so its not an nfs problem

Expected behavior
obviously the4 startup screen when i enter the ip. where i can create a new account for first install....

Server Logs

2021-09-24T22:21:54.669305687Z [22:21:54] [INF] [1] Main: Jellyfin version: 10.7.7

2021-09-24T22:21:54.693992446Z [22:21:54] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_MEDIA_DIR, /media]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"]

2021-09-24T22:21:54.694416647Z [22:21:54] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]

2021-09-24T22:21:54.697052771Z [22:21:54] [INF] [1] Main: Operating system: Linux

2021-09-24T22:21:54.699081574Z [22:21:54] [INF] [1] Main: Architecture: X64

2021-09-24T22:21:54.699456883Z [22:21:54] [INF] [1] Main: 64-Bit Process: True

2021-09-24T22:21:54.699605129Z [22:21:54] [INF] [1] Main: User Interactive: True

2021-09-24T22:21:54.699880559Z [22:21:54] [INF] [1] Main: Processor count: 8

2021-09-24T22:21:54.700170107Z [22:21:54] [INF] [1] Main: Program data path: /config

2021-09-24T22:21:54.700579253Z [22:21:54] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web

2021-09-24T22:21:54.700909042Z [22:21:54] [INF] [1] Main: Application directory: /jellyfin/

2021-09-24T22:21:55.456118368Z [22:21:55] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache

2021-09-24T22:21:55.608793439Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

2021-09-24T22:21:55.609087756Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : []

2021-09-24T22:21:55.611705847Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]

2021-09-24T22:21:55.642326821Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: []

2021-09-24T22:21:55.642624031Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: []

2021-09-24T22:21:55.913727744Z [22:21:55] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies

2021-09-24T22:22:02.311177542Z [22:22:02] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.7.7.0

2021-09-24T22:22:02.312816591Z [22:22:02] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.7.7.0

2021-09-24T22:22:02.314191024Z [22:22:02] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.7.7.0

2021-09-24T22:22:02.609075929Z [22:22:02] [INF] [1] Main: Kestrel listening on Any IP4 Address

2021-09-24T22:22:03.357604001Z [22:22:03] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {500dd1d7-4bb4-4856-a111-e7eec894744d} may be persisted to storage in unencrypted form.

2021-09-24T22:22:03.430068357Z [22:22:03] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks

2021-09-24T22:22:03.476204447Z [22:22:03] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 09/25/2021 02:00, which is 3:37:56.5243148 from now.

2021-09-24T22:22:03.580069568Z [22:22:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 4.3.2

2021-09-24T22:22:03.619653730Z [22:22:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8_cuvid", "vp8_qsv", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "flac", "mp3"]

2021-09-24T22:22:03.638126925Z [22:22:03] [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", "ac3", "flac", "libmp3lame", "libopus", "libvorbis", "srt"]

2021-09-24T22:22:03.888492555Z [22:22:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["vdpau", "cuda", "vaapi", "qsv", "drm", "opencl"]

2021-09-24T22:22:03.890071697Z [22:22:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: SetByArgument: /usr/lib/jellyfin-ffmpeg/ffmpeg

2021-09-24T22:22:03.894374984Z [22:22:03] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: de89285a97fe40efa55cd6dc692278cd

2021-09-24T22:22:04.262084725Z [22:22:04] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1 on 172.17.0.6/16

2021-09-24T22:22:04.321996670Z [22:22:04] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.39494

2021-09-24T22:22:04.322230896Z [22:22:04] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete

2021-09-24T22:22:04.669725377Z [22:22:04] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.3467818

2021-09-24T22:22:04.669960570Z [22:22:04] [INF] [1] Main: Startup complete 0:00:10.5613318

2021-09-24T22:22:06.531363774Z [22:22:06] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins

2021-09-24T22:22:06.534058876Z [22:22:06] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask

2021-09-24T22:22:06.542766653Z [22:22:06] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins

2021-09-24T22:22:08.380554470Z [22:22:08] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 1 seconds

2021-09-24T22:22:08.843255810Z [22:22:08] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks

2021-09-24T22:22:39.240962531Z [22:22:39] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://10.220.30.220:8096/System/Info/Public to 10.221.40.80 in 0:00:00.5054797 with Status Code 200

FFmpeg Logs
none

Browser Console Logs

setting page base to /web main.0d15abbc010620712255.bundle.js:2:11173
Stored JSON credentials: {"Servers":[{"ManualAddress":"http://10.220.30.220:8096","LastConnectionMode":2,"Name":"d949e5ffce73","Id":"db5600951c9c4ec884053b24713c0e89","LocalAddress":"http://172.17.0.6:8096","DateLastAccessed":1632521685054,"manualAddressOnly":true}]} main.0d15abbc010620712255.bundle.js:2:738196
Begin ConnectionManager constructor main.0d15abbc010620712255.bundle.js:2:728051
ApiClient serverAddress: http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:668915
ApiClient appName: Jellyfin Web main.0d15abbc010620712255.bundle.js:2:668968
ApiClient appVersion: 10.7.2 main.0d15abbc010620712255.bundle.js:2:669015
ApiClient deviceName: Firefox main.0d15abbc010620712255.bundle.js:2:669065
ApiClient deviceId: TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6NzguMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC83OC4wIFdhdGVyZm94Lzc4LjEyLjAuMXwxNjI5MzAwNTAyMTE1 main.0d15abbc010620712255.bundle.js:2:669115
returning instance from getOrAddApiClient main.0d15abbc010620712255.bundle.js:2:732140
defining core routes main.0d15abbc010620712255.bundle.js:2:962449
Begin getAvailableServers main.0d15abbc010620712255.bundle.js:2:733394
Uncaught (in promise) DOMException: The operation is insecure. main.0d15abbc010620712255.bundle.js:2
URL candidates: 
Array [ "http://10.220.30.220:8096" ]
main.0d15abbc010620712255.bundle.js:2:302721
creating ApiClient singleton main.0d15abbc010620712255.bundle.js:2:1951
ApiClient serverAddress: http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:668915
ApiClient appName: Jellyfin Web main.0d15abbc010620712255.bundle.js:2:668968
ApiClient appVersion: 10.7.2 main.0d15abbc010620712255.bundle.js:2:669015
ApiClient deviceName: Firefox main.0d15abbc010620712255.bundle.js:2:669065
ApiClient deviceId: TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6NzguMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC83OC4wIFdhdGVyZm94Lzc4LjEyLjAuMXwxNjI5MzAwNTAyMTE1 main.0d15abbc010620712255.bundle.js:2:669115
loaded ApiClient singleton main.0d15abbc010620712255.bundle.js:2:2186
initAfterDependencies promises resolved main.0d15abbc010620712255.bundle.js:2:994719
using default fonts main.0d15abbc010620712255.bundle.js:2:995585
loading installed plugins main.0d15abbc010620712255.bundle.js:2:995713
loading packages main.0d15abbc010620712255.bundle.js:2:959828
getTryConnectPromise http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735183
ConnectionManager requesting url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726386
fetchWithTimeout: timeoutMs: 20000, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726961
fetchWithTimeout: succeeded connecting to url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727166
ConnectionManager response status: 200, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727403
Reconnect succeeded to http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735343
http request succeeded, but found a different server Id than what was expected main.0d15abbc010620712255.bundle.js:2:735997
resolving connectToServers with result.State: ServerSelection main.0d15abbc010620712255.bundle.js:2:734310
processing path request: main.0d15abbc010620712255.bundle.js:2:19204
route does not allow anonymous access: redirecting to login main.0d15abbc010620712255.bundle.js:2:19394
Begin connect main.0d15abbc010620712255.bundle.js:2:736897
Begin getAvailableServers main.0d15abbc010620712255.bundle.js:2:733394
Begin connectToServers, with 1 servers main.0d15abbc010620712255.bundle.js:2:734103
begin connectToServer main.0d15abbc010620712255.bundle.js:2:734478
tryReconnect: http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:734995
getTryConnectPromise http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735183
ConnectionManager requesting url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726386
fetchWithTimeout: timeoutMs: 20000, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726961
fetchWithTimeout: succeeded connecting to url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727166
ConnectionManager response status: 200, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727403
Reconnect succeeded to http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735343
http request succeeded, but found a different server Id than what was expected main.0d15abbc010620712255.bundle.js:2:735997
resolving connectToServers with result.State: ServerSelection main.0d15abbc010620712255.bundle.js:2:734310
processing path request: /web#!/selectserver.html main.0d15abbc010620712255.bundle.js:2:19204
proceeding to page: /web#!/selectserver.html main.0d15abbc010620712255.bundle.js:2:19794
Begin getAvailableServers main.0d15abbc010620712255.bundle.js:2:733394
The Notification permission may only be requested in a secure context. index.html
begin connectToServer main.0d15abbc010620712255.bundle.js:2:734478
tryReconnect: http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:734995
getTryConnectPromise http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735183
ConnectionManager requesting url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726386
fetchWithTimeout: timeoutMs: 20000, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726961
fetchWithTimeout: succeeded connecting to url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727166
ConnectionManager response status: 200, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727403
Reconnect succeeded to http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735343
http request succeeded, but found a different server Id than what was expected main.0d15abbc010620712255.bundle.js:2:735997
Error opening web socket: Error: Cannot open web socket without access token.

Screenshots
https://i.imgur.com/VuYyt7y.png

Additional context

Originally created by @Blackraz0r on GitHub (Sep 25, 2021). **Describe the bug** When i setup a new jellyfin server on ubuntu docker i get the following error in the log: [22:04:48] [WRN] [18] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://10.220.30.220:8096/System/Info/Public to 10.221.40.80 in 0:00:00.5104886 with Status Code 200 also i have to choose the server wich i want to connect to and then it says server not available screen: https://i.imgur.com/VuYyt7y.png **System (please complete the following information):** - OS: [Ubuntu 20.04.2] - Virtualization: [Docker v. 20.10.8] - Clients: [Browser] - Browser: [Waterfox G3.2.6 (64-bit), Firefox 92.0] - Jellyfin Version: [10.7.7] - FFmpeg Version: [dont know] - Playback: [cont come to this point] - Hardware Acceleration: [with and without NVENC] - Installed Plugins: [none] - Reverse Proxy: [none] - Base URL: [none] - Networking: [Docker Standard] - Storage: [same issue on local and NFS] **To Reproduce** <!-- Steps to reproduce the behavior: --> install latest ubuntu install latest docker with compose install latest nvidia driver for qm2k (or dont dowsn matter if use with or without hardware encoding) i used this docker command: ``` sudo docker run -d \ --name JellyFin \ -e NVIDIA_DRIVER_CAPABILITIES=all \ -e NVIDIA_VISIBLE_DEVICES=all \ --gpus all \ -v /mnt/fsrm01-Docker/dckr01.hn.nrdk.lan/JellyFin/config:/config \ -v /mnt/fsrm01-Docker/dckr01.hn.nrdk.lan/JellyFin/cache:/cache \ -v /mnt/fsrm01-HDD-Data/Media:/media \ --restart always \ -p 8096:8096 \ jellyfin/jellyfin:10.7.7 ``` thos nfs mouint working. if i just mount it locally same issue so its not an nfs problem **Expected behavior** obviously the4 startup screen when i enter the ip. where i can create a new account for first install.... **Server Logs** ``` 2021-09-24T22:21:54.669305687Z [22:21:54] [INF] [1] Main: Jellyfin version: 10.7.7 2021-09-24T22:21:54.693992446Z [22:21:54] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_MEDIA_DIR, /media]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] 2021-09-24T22:21:54.694416647Z [22:21:54] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] 2021-09-24T22:21:54.697052771Z [22:21:54] [INF] [1] Main: Operating system: Linux 2021-09-24T22:21:54.699081574Z [22:21:54] [INF] [1] Main: Architecture: X64 2021-09-24T22:21:54.699456883Z [22:21:54] [INF] [1] Main: 64-Bit Process: True 2021-09-24T22:21:54.699605129Z [22:21:54] [INF] [1] Main: User Interactive: True 2021-09-24T22:21:54.699880559Z [22:21:54] [INF] [1] Main: Processor count: 8 2021-09-24T22:21:54.700170107Z [22:21:54] [INF] [1] Main: Program data path: /config 2021-09-24T22:21:54.700579253Z [22:21:54] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web 2021-09-24T22:21:54.700909042Z [22:21:54] [INF] [1] Main: Application directory: /jellyfin/ 2021-09-24T22:21:55.456118368Z [22:21:55] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache 2021-09-24T22:21:55.608793439Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : [127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] 2021-09-24T22:21:55.609087756Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : [] 2021-09-24T22:21:55.611705847Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: [127.0.0.1/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16] 2021-09-24T22:21:55.642326821Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: [] 2021-09-24T22:21:55.642624031Z [22:21:55] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: [] 2021-09-24T22:21:55.913727744Z [22:21:55] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies 2021-09-24T22:22:02.311177542Z [22:22:02] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.7.7.0 2021-09-24T22:22:02.312816591Z [22:22:02] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.7.7.0 2021-09-24T22:22:02.314191024Z [22:22:02] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.7.7.0 2021-09-24T22:22:02.609075929Z [22:22:02] [INF] [1] Main: Kestrel listening on Any IP4 Address 2021-09-24T22:22:03.357604001Z [22:22:03] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {500dd1d7-4bb4-4856-a111-e7eec894744d} may be persisted to storage in unencrypted form. 2021-09-24T22:22:03.430068357Z [22:22:03] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks 2021-09-24T22:22:03.476204447Z [22:22:03] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 09/25/2021 02:00, which is 3:37:56.5243148 from now. 2021-09-24T22:22:03.580069568Z [22:22:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 4.3.2 2021-09-24T22:22:03.619653730Z [22:22:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8_cuvid", "vp8_qsv", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "flac", "mp3"] 2021-09-24T22:22:03.638126925Z [22:22:03] [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", "ac3", "flac", "libmp3lame", "libopus", "libvorbis", "srt"] 2021-09-24T22:22:03.888492555Z [22:22:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["vdpau", "cuda", "vaapi", "qsv", "drm", "opencl"] 2021-09-24T22:22:03.890071697Z [22:22:03] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: SetByArgument: /usr/lib/jellyfin-ffmpeg/ffmpeg 2021-09-24T22:22:03.894374984Z [22:22:03] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: de89285a97fe40efa55cd6dc692278cd 2021-09-24T22:22:04.262084725Z [22:22:04] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1 on 172.17.0.6/16 2021-09-24T22:22:04.321996670Z [22:22:04] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.39494 2021-09-24T22:22:04.322230896Z [22:22:04] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete 2021-09-24T22:22:04.669725377Z [22:22:04] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.3467818 2021-09-24T22:22:04.669960570Z [22:22:04] [INF] [1] Main: Startup complete 0:00:10.5613318 2021-09-24T22:22:06.531363774Z [22:22:06] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: StartupTrigger fired for task: Update Plugins 2021-09-24T22:22:06.534058876Z [22:22:06] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task PluginUpdateTask 2021-09-24T22:22:06.542766653Z [22:22:06] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing Update Plugins 2021-09-24T22:22:08.380554470Z [22:22:08] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 1 seconds 2021-09-24T22:22:08.843255810Z [22:22:08] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks 2021-09-24T22:22:39.240962531Z [22:22:39] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from http://10.220.30.220:8096/System/Info/Public to 10.221.40.80 in 0:00:00.5054797 with Status Code 200 ``` **FFmpeg Logs** none **Browser Console Logs** ``` setting page base to /web main.0d15abbc010620712255.bundle.js:2:11173 Stored JSON credentials: {"Servers":[{"ManualAddress":"http://10.220.30.220:8096","LastConnectionMode":2,"Name":"d949e5ffce73","Id":"db5600951c9c4ec884053b24713c0e89","LocalAddress":"http://172.17.0.6:8096","DateLastAccessed":1632521685054,"manualAddressOnly":true}]} main.0d15abbc010620712255.bundle.js:2:738196 Begin ConnectionManager constructor main.0d15abbc010620712255.bundle.js:2:728051 ApiClient serverAddress: http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:668915 ApiClient appName: Jellyfin Web main.0d15abbc010620712255.bundle.js:2:668968 ApiClient appVersion: 10.7.2 main.0d15abbc010620712255.bundle.js:2:669015 ApiClient deviceName: Firefox main.0d15abbc010620712255.bundle.js:2:669065 ApiClient deviceId: TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6NzguMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC83OC4wIFdhdGVyZm94Lzc4LjEyLjAuMXwxNjI5MzAwNTAyMTE1 main.0d15abbc010620712255.bundle.js:2:669115 returning instance from getOrAddApiClient main.0d15abbc010620712255.bundle.js:2:732140 defining core routes main.0d15abbc010620712255.bundle.js:2:962449 Begin getAvailableServers main.0d15abbc010620712255.bundle.js:2:733394 Uncaught (in promise) DOMException: The operation is insecure. main.0d15abbc010620712255.bundle.js:2 URL candidates: Array [ "http://10.220.30.220:8096" ] main.0d15abbc010620712255.bundle.js:2:302721 creating ApiClient singleton main.0d15abbc010620712255.bundle.js:2:1951 ApiClient serverAddress: http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:668915 ApiClient appName: Jellyfin Web main.0d15abbc010620712255.bundle.js:2:668968 ApiClient appVersion: 10.7.2 main.0d15abbc010620712255.bundle.js:2:669015 ApiClient deviceName: Firefox main.0d15abbc010620712255.bundle.js:2:669065 ApiClient deviceId: TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NDsgcnY6NzguMCkgR2Vja28vMjAxMDAxMDEgRmlyZWZveC83OC4wIFdhdGVyZm94Lzc4LjEyLjAuMXwxNjI5MzAwNTAyMTE1 main.0d15abbc010620712255.bundle.js:2:669115 loaded ApiClient singleton main.0d15abbc010620712255.bundle.js:2:2186 initAfterDependencies promises resolved main.0d15abbc010620712255.bundle.js:2:994719 using default fonts main.0d15abbc010620712255.bundle.js:2:995585 loading installed plugins main.0d15abbc010620712255.bundle.js:2:995713 loading packages main.0d15abbc010620712255.bundle.js:2:959828 getTryConnectPromise http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735183 ConnectionManager requesting url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726386 fetchWithTimeout: timeoutMs: 20000, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726961 fetchWithTimeout: succeeded connecting to url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727166 ConnectionManager response status: 200, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727403 Reconnect succeeded to http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735343 http request succeeded, but found a different server Id than what was expected main.0d15abbc010620712255.bundle.js:2:735997 resolving connectToServers with result.State: ServerSelection main.0d15abbc010620712255.bundle.js:2:734310 processing path request: main.0d15abbc010620712255.bundle.js:2:19204 route does not allow anonymous access: redirecting to login main.0d15abbc010620712255.bundle.js:2:19394 Begin connect main.0d15abbc010620712255.bundle.js:2:736897 Begin getAvailableServers main.0d15abbc010620712255.bundle.js:2:733394 Begin connectToServers, with 1 servers main.0d15abbc010620712255.bundle.js:2:734103 begin connectToServer main.0d15abbc010620712255.bundle.js:2:734478 tryReconnect: http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:734995 getTryConnectPromise http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735183 ConnectionManager requesting url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726386 fetchWithTimeout: timeoutMs: 20000, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726961 fetchWithTimeout: succeeded connecting to url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727166 ConnectionManager response status: 200, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727403 Reconnect succeeded to http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735343 http request succeeded, but found a different server Id than what was expected main.0d15abbc010620712255.bundle.js:2:735997 resolving connectToServers with result.State: ServerSelection main.0d15abbc010620712255.bundle.js:2:734310 processing path request: /web#!/selectserver.html main.0d15abbc010620712255.bundle.js:2:19204 proceeding to page: /web#!/selectserver.html main.0d15abbc010620712255.bundle.js:2:19794 Begin getAvailableServers main.0d15abbc010620712255.bundle.js:2:733394 The Notification permission may only be requested in a secure context. index.html begin connectToServer main.0d15abbc010620712255.bundle.js:2:734478 tryReconnect: http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:734995 getTryConnectPromise http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735183 ConnectionManager requesting url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726386 fetchWithTimeout: timeoutMs: 20000, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:726961 fetchWithTimeout: succeeded connecting to url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727166 ConnectionManager response status: 200, url: http://10.220.30.220:8096/system/info/public main.0d15abbc010620712255.bundle.js:2:727403 Reconnect succeeded to http://10.220.30.220:8096 main.0d15abbc010620712255.bundle.js:2:735343 http request succeeded, but found a different server Id than what was expected main.0d15abbc010620712255.bundle.js:2:735997 Error opening web socket: Error: Cannot open web socket without access token. ``` **Screenshots** https://i.imgur.com/VuYyt7y.png **Additional context** <!-- Add any other context about the problem here. -->
OVERLORD added the bug label 2026-02-06 23:03:19 +03:00
Author
Owner

@crobibero commented on GitHub (Sep 25, 2021):

Please try clicking the “Remove” button, then refreshing

@crobibero commented on GitHub (Sep 25, 2021): Please try clicking the “Remove” button, then refreshing
Author
Owner

@Blackraz0r commented on GitHub (Sep 25, 2021):

yay that did it! thank you.
why is this the case ?

@Blackraz0r commented on GitHub (Sep 25, 2021): yay that did it! thank you. why is this the case ?
Author
Owner

@crobibero commented on GitHub (Sep 25, 2021):

My guess is the web client cached the server id, so when it changed validation failed.

@crobibero commented on GitHub (Sep 25, 2021): My guess is the web client cached the server id, so when it changed validation failed.
Author
Owner

@Blackraz0r commented on GitHub (Sep 25, 2021):

oh i see. thank you mate!

@Blackraz0r commented on GitHub (Sep 25, 2021): oh i see. thank you mate!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#3271