-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system/server/info/public request has massive timeout/fails. #2169
Comments
Have you tried with the latest version of 10.4.3? The behaviour might be the same, but weMd just like to confirm. It’s strange that this would take so long though, because it’s a local page from the server... You might have also been hit by the base URL issue - I think if you went to 10.4.0 at all you would be affected. |
Thank you for replying and apologies I have been using 10.4.3, I see in my original post I mis-quoted my Jellyfin version. I've been playing around with it and looking further into other issues for hints and discovered the following:
|
Just as a test, what happens if you set
|
I have tried this before; however with docker swarm there is a return message on deploying stating:
It still deployed but from my testing it did not make any difference. |
Hrm okay. We do mention it in our own Docker instructions, but I don’t see it in the LSIO instructions. Without it, DLNA doesn’t work, and neither does Live TV I believe. |
For clarity, loading that endpoint is supposed to show the local address (among some other details), which is used for connecting some clients and things. We’ve run in to issues with it before, and I guess we have to look closer again. |
So in that sense if there's no way to get the network_mode to host it will never be 100% in a Docker swarm. I'll do some reading/research to see what that network_mode does and how I might be able to replicate it in a swarm.
Thanks, I thought as much from my quick browse in the server code (totally note a .NET core dev) and would explain why the server information is also blank in the dashboard. |
@grimkor If you care about LiveTV or DLNA, you may want to look into using a macvlan network config in your swarm. @anthonylavado |
I don't have a use for either of those yet but I'll look it up and give it a try and see if it fixes this issue. |
Lots of network changes have since been made. Make a new issue if it persists. |
Describe the bug
With docker images from jellyfin and linuxserver on x86:
When loading the application in the browser the
https://example.com/system/info/public
takes a long time to resolve, leaving the application in a loading state. Eventually the site will be presented and the request will still not have resolved.This also prevents the Android application from making a connection with the server.
Blocking the URL through Firefox Development Tools proves this endpoint to be the issue as the page will instead load instantaneously.
To Reproduce
Expected behavior
To resolve the request in a timely manner.
Logs
System (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: