I have looked about but cant seem to get this working. Im trying to get get V4.2 working. I have past the stumbling block of getting .Net5.0 installed but still seem to be hitting a few issues.
My log is as follows:
[ ] Job started at 10/07/2022 12:31:34 [ Debug ] [ Debug ] Running on: Unix 5.15.39.0 [ Debug ] Environment: 5.0.17 [ Debug ] [ Debug ] Loading timezone data [ Debug ] Embedded timezones source: WG.common.timezone.timezonesdata.txt [ Debug ] Reading config file: /home/*******/.wg++/./WebGrab++.config.xml [ Info ] Checking License .. [ Info ] For License request/update data, see WGLicense.log.txt [ ] Job finished at 10/07/2022 12:31:34 done in 0s [Critical] Object reference not set to an instance of an object. [Critical] at . ..ctor(String ) at .•. (String[] ) [Critical] Unhandled Exception [Critical] For detailed info, see log file /home/pmeeke/.wg++/./WebGrab++.log.txt [Critical] Execution stopped
And the config I am using for testing looks as follows:
<?xml version="1.0"?> <settings> <!-- for detailed info about the settings see http://webgrabplus.com/documentation/configuration/webgrabconfigxml and http://webgrabplus.com/sites/default/files/downloads/Misc/Documented_Configuration_Files.zip --> <filename>guide.xml</filename> <mode>d </mode> <postprocess grab="y" run="y">mdb</postprocess> <user-agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71</user-agent> <!--decrypt_userkey--> <!----> <license wg-username="********" registered-email="**********" password="************">To force a license update; replace this text with the letter f</license> <logging>on</logging> <retry time-out="5">4</retry> <timespan>2</timespan> <update>i</update> <channel update="i" site="tvguideuk.telegraph.co.uk" site_id="4" xmltv_id="BBC 1">BBC 1</channel> <settings>
Any help or guidance on how to trace and fix this fault would be greatly appreciated.
Thanks all!
try disabling the mdb post processor...postprocess grab="y" run="n" <=== set to "n"
did u intend to run the mdb postprocessor?
if so it needs to be configured correctly.
Yeah you are correct I did have an unwanted space in my MDB-config. I am trying to get MDB working properly but that seems to be an ongoing mission.
download the documented configuration files from the downloads page.
mdb,rex and the webgrab config files are explained in detail.