2025-06-10, 05:08 PM
Hi,
I just installed NextPVR on a fresh install of Ubuntu 24.04. I didn't get any install errors and the server seems to be running fine:
The problem is I get an HTTP 500 error trying to bring up the interface with http://127.0.0.1:8866/
I've tried it using both Firefox and Brave browsers.
I've tried it using the specific IP address of the machine it's installed on, but no joy.
Any tips?
I just installed NextPVR on a fresh install of Ubuntu 24.04. I didn't get any install errors and the server seems to be running fine:
Code:
jeff@NUC11PAHi7:/tmp$ service nextpvr-server status
● nextpvr-server.service - NextPVRServer
Loaded: loaded (/usr/lib/systemd/system/nextpvr-server.service; enabled; preset: enabled)
Active: active (running) since Tue 2025-06-10 11:43:50 CDT; 15min ago
Process: 23783 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, status=0/SUCCESS)
Main PID: 23785 (dotnet)
Tasks: 25 (limit: 37847)
Memory: 42.8M (peak: 44.2M)
CPU: 853ms
CGroup: /system.slice/nextpvr-server.service
└─23785 /opt/dotnet/dotnet /opt/nextpvr/system/NextPVRServer.dll
Jun 10 11:43:48 NUC11PAHi7 systemd[1]: Starting nextpvr-server.service - NextPVRServer...
Jun 10 11:43:50 NUC11PAHi7 server.sh[23783]: Starting server..Done. PID=23785
Jun 10 11:43:50 NUC11PAHi7 systemd[1]: Started nextpvr-server.service - NextPVRServer.
The problem is I get an HTTP 500 error trying to bring up the interface with http://127.0.0.1:8866/
I've tried it using both Firefox and Brave browsers.
I've tried it using the specific IP address of the machine it's installed on, but no joy.
Any tips?