mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
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
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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):
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:
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
FFmpeg Logs
none
Browser Console Logs
Screenshots
https://i.imgur.com/VuYyt7y.png
Additional context
@crobibero commented on GitHub (Sep 25, 2021):
Please try clicking the “Remove” button, then refreshing
@Blackraz0r commented on GitHub (Sep 25, 2021):
yay that did it! thank you.
why is this the case ?
@crobibero commented on GitHub (Sep 25, 2021):
My guess is the web client cached the server id, so when it changed validation failed.
@Blackraz0r commented on GitHub (Sep 25, 2021):
oh i see. thank you mate!