2025-01-18, 08:40 AM
I got the same error recently. Connecting to the server on the web page gives me the error, and my solution is delete the server, enter the url to add the same server again.
I have checked jellyfin's log. It doesn't have any output when this error occurs. However, when I check the response from the server in browser, there is a value called "LocalAddress" and its value is "http://127.0.0.1:8096". I have setup nginx reverse proxy for jellyfin and I always access jellyfin through the url I assign to it. Is this error related to the nginx reverse proxy? I access jellyfin in the same PC, so it couldn't be caused by the firewall.
Here is the information about jellyfin and the OS:
I have checked jellyfin's log. It doesn't have any output when this error occurs. However, when I check the response from the server in browser, there is a value called "LocalAddress" and its value is "http://127.0.0.1:8096". I have setup nginx reverse proxy for jellyfin and I always access jellyfin through the url I assign to it. Is this error related to the nginx reverse proxy? I access jellyfin in the same PC, so it couldn't be caused by the firewall.
Here is the information about jellyfin and the OS:
- Jellyfin: 10.10.3
- OS: Arch Linux
- response from jellyfin server in browser:
Code:
{
"LocalAddress": "http://127.0.0.1:8096",
"ServerName": "MSIArch",
"Version": "10.10.3",
"ProductName": "Jellyfin Server",
"OperatingSystem": "",
"Id": "1e6f1ad69781495699a6f5ba17934560",
"StartupWizardCompleted": true
}