Hi am getting this error, please help.
I am using WebGrabPlus_V2.1.3_beta_install.tar on Raspbian stretch with php7, php7-curl, mono 2.11.4 (like instructed on your installation page.
[ Debug ]
[ Info ] ( 6/35 ) MOJTV.HR -- chan. (xmltv_id=RTLLiving) -- mode Force
[ ] Job finished at 18/11/2017 10:02:36 done in 2m 1s
[Critical] Unhandled Exception
[Critical]
Array index is out of range.
[Critical]
at WGconsole.SiteIni.UrlBuilder (System.String preloadorindex, WGconsole.ChannelToUpdate chan, Int32 day, Int32 pagenbr, Boolean subpage, WGconsole.Scrub scrub) [0x00000] in :0
at WGconsole.Program.ConsoleApplication (System.String[] args) [0x00000] in :0
[Critical] For detailed info, see log file /home/pi/.wg++/WebGrab++.log.txt
[Critical] Execution stopped
Tried also with latest version of mono (5.4.1.6) and different resutl now:
( 6/35 ) MOJTV.HR -- chan. (xmltv_id=RTLLiving) -- mode Force
ii
Job finished at 18/11/2017 12:45:49 done in 1m 29s
Unhandled Exception
Index was outside the bounds of the array.
at WGconsole.Program.ConsoleApplication (System.String[] args) [0x01cfa] in <274ad6f9740e441a95b86a1d1148edca>:0
at WGconsole.Program.Main (System.String[] args) [0x00016] in <274ad6f9740e441a95b86a1d1148edca>:0
For detailed info, see log file /home/pi/.wg++/WebGrab++.log.txt
Execution stopped
this is the post above your
http://www.webgrabplus.com/content/rules-guidlines
urldate.format {list|danas|sutra|{weekdayname|ponedjeljak|utorak|srijeda|cetvrtak|petak|subota|nedjelja}}
changed to:
urldate.format {weekdayname|ponedjeljak|utorak|srijeda|cetvrtak|petak|subota|nedjelja}
it works for me
Thank you. Will try that out.