1 hour ago
Hello,
I am used to work in windows 10 but since it is going to be abandoned by Microsoft I am switching to linux for my NPVR backend.
I have a problem where the UpdateEPG.sh script that is in /var/opt/nextpvr/scripts/ is not creating the XML when executed from the WEB admin page.
It is WORKING if I call it manually from the command line, but then if I do that, the EPG in NPVR will not get updated even if the xmltv.xml was created...
I am going nuts over this
here is the content of my script located
here:
/var/opt/nextpvr/scripts
with following permissions:
-rwxrwxrwx 1 nextpvr nextpvr 142 Oct 8 17:26 UpdateEPG.sh
thanks for your help!
I am used to work in windows 10 but since it is going to be abandoned by Microsoft I am switching to linux for my NPVR backend.
I have a problem where the UpdateEPG.sh script that is in /var/opt/nextpvr/scripts/ is not creating the XML when executed from the WEB admin page.
It is WORKING if I call it manually from the command line, but then if I do that, the EPG in NPVR will not get updated even if the xmltv.xml was created...
I am going nuts over this
here is the content of my script located
here:
/var/opt/nextpvr/scripts
with following permissions:
-rwxrwxrwx 1 nextpvr nextpvr 142 Oct 8 17:26 UpdateEPG.sh
Code:
#!/bin/bash
cd /zap2xml/zap2xml
node /zap2xml/zap2xml/dist/index.js --lineupId=CAN-0004590-X --timespan=180 --country=CAN --postalCode=XXXXXX
thanks for your help!