I have just configured the TvHeadend Server on my Vero4k+ and have gone through the setup wizard.
I made it accessible by all devices on my local network through:
192.168.1.0/24
And set the administrator username and password to osmc, but when I configure the HTSP client it tells me “Access Denied”.
Does anyone know what I’ve done wrong?
Debug logs here
Thanks
So, you configured the tvh htsp client to use the right user+password at settings->addon-browser->user-addons->pvr-clients->tvheadend htsp client->configure ?
Yes @thansen_dk I can. I can view everything through the web gui logging in with those credentials. Also tested scheduling and removing a recording through the web gui and that worked as well. It’s just the HTSP client
I can’t see anything wrong with that except, oddly, I don’t have the version=“2”, despite being on the same hts client version as you (v4.4.17). I upgraded from 3.4.27 with Leia.
Can you get in if you set the access mask to 0.0.0.0/0? Or add 127.0.0.1 to the access mask. See here in the tvh help screen:
Thanks @grahamh, I kept the username and password for the access entry the same and added 127.0.0.1 to the allowed networks. So it is now:
192.168.1.0/24,127.0.0.1
And it works! I’m glad that it works, but I find it odd that I needed to do it…
If your tvheadend server is running on the same machine as the Kodi client there is nothing odd about that as your request will not go out via the LAN Interface/IP
The server is running on the same machine as the client. I guess I mentioned it as odd as I had the exact same configuration on my Raspberry Pi2B with server and client running on the same machine before I upgraded to my Vero4k+.
In that instance I also just had 192.168.1.0/24 set as the allowed network mask.