Jump to content

TVHeadend on Ubuntu


breezytm

Recommended Posts

breezytm

That's for anyone who may have issues with TVH on Ubuntu running on the same server. TVH plugin does not work and seems to freeze Emby. In your logs you should see something like this 

2018-02-17 00:10:53.933 Error App: [TVHclient] HTSConnectionAsync.open: caught exception : Connection refused [::1]:9982
2018-02-17 00:10:55.934 Info App: [TVHclient] HTSConnectionAsync.open: IPEndPoint = '[::1]:9982'; AddressFamily = 'InterNetworkV6'

It's related to IPV6. TVH doesn't seem to work well with IPV6 even though it is somewhat supported. Disable IPV6 on your Ubuntu box and restart both Emby and TVH Server. 

 

To disable IPV6 on Ubuntu 

 

sudo vi /etc/sysctl.conf
 
Paste these three lines at the bottom of the file 
 
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
 
Save and exit. 
Run this commands to validate the change. 
 
sudo sysctl -p
 
 
 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...