Server Unreachable for NextPVR and TVHeadend - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +--- Thread: Server Unreachable for NextPVR and TVHeadend (/showthread.php?tid=354350) |
Server Unreachable for NextPVR and TVHeadend - PSFinAL - 2020-05-12 Hi, I'm very new to Kodi and I recently installed in on a new Windows 10 PC. I am primarily interested in using Kodi for watching live OTA TV via USB Hauppauge digital TV tuner (single) and recording sometimes too. I was able to get NextPVR installed once and decided to try another client. I ran into issues so I uninstalled NextPVR and Kodi and started all over. Now I can't get NextPVR or TVHeadend to install because of the following error: Server unreachable. I think the same thing happened with MythTV. I tried opening up the firewall to see if that would resolve this but it did not. I'm not sure how to post an event log here. Any ideas on what I can do to fix this? RE: Server Unreachable for NextPVR and TVHeadend - emveepee - 2020-05-12 Start with the debug logs https://kodi.wiki/index.php?title=Log_file#Location That message in Kodi should not impact your ability to get the backend working. For NextPVR make sure you are installing v5 and get it configured locally before trying to connect with Kodi. I suggest posting any configuration questions on the NextPVR forum providing zipped NextPVR logs with your support post if you encounter problems. Martin RE: Server Unreachable for NextPVR and TVHeadend - PSFinAL - 2020-05-12 (2020-05-12, 02:19)emveepee Wrote: Start with the debug logs https://kodi.wiki/index.php?title=Log_file#Location That message in Kodi should not impact your ability to get the backend working.Okay, now it makes sense. I was under the impression that installing the PVR add-on was the end-all-be-all process. I installed NextPVR locally and now I'm getting it set up. I appreciate your help! RE: Server Unreachable for NextPVR and TVHeadend - oldtvwatcher - 2020-05-12 (2020-05-12, 02:00)PSFinAL Wrote: Hi, I'm very new to Kodi and I recently installed in on a new Windows 10 PC. I am primarily interested in using Kodi for watching live OTA TV via USB Hauppauge digital TV tuner (single) and recording sometimes too. I was able to get NextPVR installed once and decided to try another client. I ran into issues so I uninstalled NextPVR and Kodi and started all over. Now I can't get NextPVR or TVHeadend to install because of the following error: Server unreachable. I think the same thing happened with MythTV. I tried opening up the firewall to see if that would resolve this but it did not. I'm not sure how to post an event log here. Any ideas on what I can do to fix this?In Tvheadend, if you have installed it on the same machine that runs Kodi, then you have to go to Configuration - Users - Access Entries and add 127.0.0.1/32 to each entry in the "Allowed Networks" column. So, for example, if your local network is in the 192.168.1.x subnet, then the "Allowed Networks" entry would look like 192.168.1.0/24,127.0.0.1/32 If you don't add the local loopback address then Tvheadend will reject connections from other programs running on the same machine, even though it's also technically on the same local network. This may also be an issue with other PVR software. Of course this is not a problem if the backend software is running on a different machine than Kodi on the same local network. |