Jellyfin Forum
SOLVED: Connecting to my local server - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: SOLVED: Connecting to my local server (/t-solved-connecting-to-my-local-server)



Connecting to my local server - soldatchristi - 2024-04-26

I cannot seem to connect to my local server. It starts with 192.168.x.x but when I put that on the android TV app, it doesn't work. It says it can't connect. I have a VPN but it is disabled. What could be wrong?


RE: Connecting to my local server - TheDreadPirate - 2024-04-26

Check two things first.

1. Is your firewall open on the server to allow connections to it?
2. Do you have "AP Isolation", or something similar, turned on in your router settings? This would prevent wireless devices from communicating with other devices on your network.


RE: Connecting to my local server - soldatchristi - 2024-04-26

I am using Windows Firewall. I'm on Windows 11. I have allowed port 8096 but is there anything else I have to do? As for the router, I will check that now.

Set AP Isolated is set to "No". I am using an ASUS router.


RE: Connecting to my local server - TheDreadPirate - 2024-04-26

What server version are you running? And what version of the Jellyfin for Android TV app? Are you using https?


RE: Connecting to my local server - soldatchristi - 2024-04-26

Server Version is: Version: 10.8.13
Android Version is: 0.16.7
I'm not using https, or at least I don't think so. I don't have it checked in the settings.


RE: Connecting to my local server - TheDreadPirate - 2024-04-26

Can you share your Jellyfin logs via pastebin?

C:\ProgramData\Jellyfin\Server\log


RE: Connecting to my local server - soldatchristi - 2024-04-26

Sure.

https://pastebin.com/nzGV3UCb


RE: Connecting to my local server - TheDreadPirate - 2024-04-26

There is something going on with your network config, but I don't know what specifically.

Code:
[2024-04-26 19:28:11.237 +05:30] [ERR] [16] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from "127.0.0.1" to "239.255.255.250:1900"
System.Net.Sockets.SocketException (10049): The requested address is not valid in its context.
...
[2024-04-26 19:28:53.886 +05:30] [ERR] [10] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
System.Net.Http.HttpRequestException: The requested address is not valid in its context. (repo.jellyfin.org:443)

In Windows on your server, click on the start menu and type in "resource monitor".  Once that is open click on the Network tab then expand the "Listening Ports" window.  Find jellyfin.exe on port 8096.  What does it say in the firewall status column.


RE: Connecting to my local server - soldatchristi - 2024-04-26

It appears I have fixed it.

Apparently, I allowed 8096 in the outbound port, instead of the inbound. Silly mistake.

(2024-04-26, 02:47 PM)TheDreadPirate Wrote: There is something going on with your network config, but I don't know what specifically.

Code:
[2024-04-26 19:28:11.237 +05:30] [ERR] [16] Emby.Dlna.Main.DlnaEntryPoint: Error sending socket message from "127.0.0.1" to "239.255.255.250:1900"
System.Net.Sockets.SocketException (10049): The requested address is not valid in its context.
...
[2024-04-26 19:28:53.886 +05:30] [ERR] [10] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/releases/plugin/manifest-stable.json"
System.Net.Http.HttpRequestException: The requested address is not valid in its context. (repo.jellyfin.org:443)

In Windows on your server, click on the start menu and type in "resource monitor".  Once that is open click on the Network tab then expand the "Listening Ports" window.  Find jellyfin.exe on port 8096.  What does it say in the firewall status column.