2 hours ago
After running fine for several years on the same system, my nextPVR server crashed and is now refusing to start. systemctl status is reporting:
Anyone able to interpret the stack? Is there something up with one of my config files?
Thanks
Code:
● nextpvr-server.service - NextPVRServer
Loaded: loaded (/lib/systemd/system/nextpvr-server.service; enabled; vendor preset: enabled)
Active: failed (Result: signal) since Thu 2026-02-26 18:52:38 PST; 13min ago
Process: 3063 ExecStart=/opt/nextpvr/shell/server.sh start (code=exited, status=0/SUCCESS)
Main PID: 3104 (code=killed, signal=ABRT)
Feb 26 18:52:28 dlserver systemd[1]: Started NextPVRServer.
Feb 26 18:52:38 dlserver server.sh[3104]: Unhandled exception. System.FormatException: The format of value '' is invalid.
Feb 26 18:52:38 dlserver server.sh[3104]: at System.Net.Http.Headers.HttpHeaderParser.ParseValue(String value, Object storeValue, Int32& index)
Feb 26 18:52:38 dlserver server.sh[3104]: at System.Net.Http.Headers.HttpHeaders.ParseAndAddValue(HeaderDescriptor descriptor, HeaderStoreItemInfo info, String value)
Feb 26 18:52:38 dlserver server.sh[3104]: at System.Net.Http.Headers.HttpHeaders.Add(HeaderDescriptor descriptor, String value)
Feb 26 18:52:38 dlserver server.sh[3104]: at NShared.M3U8Downloader..ctor(String url, ITSWriter target)
Feb 26 18:52:38 dlserver server.sh[3104]: at NShared.IPTVRecorder.StartStream(ChannelMapping channelMapping, String target, String& reason)
Feb 26 18:52:38 dlserver server.sh[3104]: at NShared.RecordingService.WorkerThread()
Feb 26 18:52:38 dlserver systemd[1]: nextpvr-server.service: Main process exited, code=killed, status=6/ABRT
Feb 26 18:52:38 dlserver systemd[1]: nextpvr-server.service: Failed with result 'signal'.Anyone able to interpret the stack? Is there something up with one of my config files?
Thanks