2021-02-05, 03:54 PM
(This post was last modified: 2021-02-06, 06:24 PM by virtualpaul.)
(2021-02-05, 03:30 PM)mvallevand Wrote: Ah, findstr missing will likely be your problem.
In the program files folder as admin open installservice.bat and change
Code:sc query | findstr /C:"SERVICE_NAME: NextPVR Service"
IF ERRORLEVEL 1 (
Code:sc query "NextPVR Service"
IF ERRORLEVEL 1060 (
Martin
Thanks!
Ok, after running the installservice.bat with the changes you said, I can see the "NextPVR Service" service is running now. At the end of the batch, it tried to open the web page but with 8866. I am still getting the blank status and connection error but I will reboot to see if this solves the issues.
After rebooting, it seems to work now. I could see the status showing the hdhomerun. I could login the web app and update my schedule. The desktop app works too.
Thanks again for the help.
OOPS: Just realized that minimizing the desktop app and clicking on the taskbar brings it up but it crashes for some reason.