2025-06-03, 08:49 PM
The error you're seeing in the TVHeadend plugin suggests a DNS resolution problem when Jellyfin tries to connect to the TVHeadend server. The log shows the system can't resolve the hostname you configured, throwing a "Name or service not known" error.
First, verify the hostname or IP address in your TVHeadend plugin settings matches your server's actual address. If you're using a hostname, try replacing it with the server's direct IP address to rule out DNS issues.
Next, check if the TVHeadend server is accessible from your Jellyfin host. Test connectivity using ping or telnet on the configured port (usually 9982). If the hostname works elsewhere but fails in Jellyfin, restarting both services might help.
Ensure your network configuration allows communication between these services. Misconfigured firewalls or DNS settings often cause this error. If you recently changed network settings, double-check them.
Confirm the TVHeadend server is running and accepting connections. If the issue persists, enable debug logging in Jellyfin for more details. This can pinpoint whether the problem is with the connection or EPG data itself.
First, verify the hostname or IP address in your TVHeadend plugin settings matches your server's actual address. If you're using a hostname, try replacing it with the server's direct IP address to rule out DNS issues.
Next, check if the TVHeadend server is accessible from your Jellyfin host. Test connectivity using ping or telnet on the configured port (usually 9982). If the hostname works elsewhere but fails in Jellyfin, restarting both services might help.
Ensure your network configuration allows communication between these services. Misconfigured firewalls or DNS settings often cause this error. If you recently changed network settings, double-check them.
Confirm the TVHeadend server is running and accepting connections. If the issue persists, enable debug logging in Jellyfin for more details. This can pinpoint whether the problem is with the connection or EPG data itself.