2020-07-22, 10:20 PM
(This post was last modified: 2020-07-22, 10:23 PM by christheman.)
(2020-07-21, 08:20 PM)mvallevand Wrote: It isn't in the zip but you can create NScriptHelper.runtimeconfig.json with this information.
Code:{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.AspNetCore.App",
"version": "3.1.0"
}
}
}
Martin
Okay, now I am getting this output (this time run from my XMLTV bash script). I have tried different combinations of file location and running as privileged / unprivileged user, with no difference. The NextPVR setting points to a valid XMLTV file and works from within the program.
Also I noticed that running NScriptHelper from a terminal or a bash script will create this directory structure in my user directory, though so far running NextPVR in the browser doesn't seem to, or at least I hadn't noticed it before this. The logs directory just contains the same error message as in the previous image.