Jellyfin Forum
Issues Connecting to 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)
+--- Thread: Issues Connecting to Server (/t-issues-connecting-to-server)

Pages: 1 2 3


RE: Issues Connecting to Server - stucklucky - 2024-02-08

No the router is right next to the TV. I have also tried with my mobile phone in multiple parts of the house but still nothing. It is very strange because there will be random times where my phone or the tv will connect to the server successfully but the connection will only last for maybe 10 minutes max. After that I have to wait again to get lucky and see if it works again at some point.


RE: Issues Connecting to Server - TheDreadPirate - 2024-02-08

Just brain storming here.

Is there an address conflict?

Do any of your devices have manually set IPs and that IP is also in the DHCP address range?

Do you have AP isolation turned on?


RE: Issues Connecting to Server - stucklucky - 2024-02-09

Nope nothing like that. My TV and phone were both able to connect and stay connected last night. I was actually able to watch a movie and some shows. I woke up this morning and it was still working. I played a show and ten minutes later it stopped working. Not sure what is causing it to be so inconsistent. Since it worked I took a look at the logs to see if there was something to figure out but I have no idea what is going on. Here are the most recent logs which show that I was playing content but if you want to look at them https://srcb.in/BDiGjKByyh


RE: Issues Connecting to Server - TheDreadPirate - 2024-02-09

Still seeing a lot of network related log messages. IMO it looks like the interface is flapping or something. Either due to a weak signal or possibly that the wireless NIC is failing.

These logs repeat a lot, which is why I think the NIC is flapping.

Code:
[2024-02-09 05:36:10.948 -07:00] [INF] Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-02-09 05:36:10.948 -07:00] [INF] Defined LAN exclusions : "[]"
[2024-02-09 05:36:10.948 -07:00] [INF] Using LAN addresses: "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-02-09 05:36:12.955 -07:00] [ERR] No interfaces information available. Resolving DNS name.
[2024-02-09 05:36:12.955 -07:00] [INF] Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2024-02-09 05:36:12.955 -07:00] [INF] Defined LAN exclusions : "[]"

And then this log right after your playback stops. Not sure if you initiated the stop or you lost connection and it stopped. I'm assuming the latter.

Code:
[2024-02-09 06:12:21.757 -07:00] [ERR] Unexpected exception in TimingPipeFlusher.FlushAsync.
System.Net.Sockets.SocketException (113): No route to host

Do you have any way to either wire the server for testing or happen to have a spare wireless NIC?