I am trying to get webgrabplus working on unraid, I have filled in my mac address for my network card and when I run the container there is no errors in logs, but nothing happens, no guide.xml is generated and no license is made what can I do?
I am trying to get webgrabplus working on unraid, I have filled in my mac address for my network card and when I run the container there is no errors in logs, but nothing happens, no guide.xml is generated and no license is made what can I do?
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
Please post WebGrab++.log.txt. Did you set a path in config? if not the guide.xml should be in the same folder .
The program ran overnight and worked just fine generating the correct documents, but only runs at 3am, how do i force it to run, as restarting the container does not accomplish this
Ok so Turns out you have to use the following command to invoke the process in docker
sudo docker exec -it webgrabplus /app/dotnet/dotnet /app/wg++/bin.net/WebGrab+Plus.dll /config/
How would i use the add logos.exe script as i am currently getting errors with this post process value
<postprocess grab="y" run="y">/config/add_logo.exe /in=/data/guide2.xml /out=/data/UK_Channels_Logos.xml /logos=/data/logos.txt</postprocess>
error: Exception An error occurred trying to start process '/config/add_logo.exe' with working directory '/'. Exec format error
thanks
for the run you can set a crontab (a scheduler) and run when you want.
For the logo error looks like it doesn't find the exe in the path, so make sure it is there. More info and alternate way to use it here:
https://github.com/SilentButeo2/webgrabplus-siteinipack/tree/master/post...
I coulldnt get the exe to work, so i used the python script and put it in the unraid plugin called user scripts, and set it to run every day so that fixed the issue,
If anyone else is trying to fo this you need to save the .py script as a script but then create another script that runs that script with the input paramaters as user scripts doesnt allow input parameters
you could do one script to run webgrab when it finish, process the add logo and add this script to crontab to run when you want it.