
jchendo at gmail
Aug 6, 2006, 2:06 AM
Post #1 of 6
(2104 views)
Permalink
|
|
Tv_grab_au (oztivo) help.
|
|
Hi all, it seems that i have a problem (many actually, but lets look at the one you guys can help with ;-0 ) I have "googled" the list and used gossomer to try and find and answer for this. It seems very similar to the issue with the '-->' comments in the config file (which i have removed, previously) So, I had a working version of the oztivo/tvguide for a week or so and life was good. I saw that myth was reporting an error with mythfilldatabase, i left it go think it was a network issue/ Internet down/ anything else. Surprise, surprise....... Now it does not work. here is what i have done I have checked the the config file that the comments were removed, and the all details are correct.(i tacked it on the bottom of this email) I have logged into the the site and changed the download setting to v2 format and then saved it. then logged back in and changed it back. Cleared the cache and check it was set to XMLTV. So now i am stuck, i have no idea why this would work and then bomb out. The system (combined FE/BE 2xDvico DVB-t cards ) locked up twice over the last week, but I guess that could have done some thing. One more thing, its funny, all the data cuts off Last night (sat 5th) at 12pm, except for SBS which has data until Tuesday. below is the -cut-and-paste- of the config file and the errors. hope you guys can help!! Thanks for you time. Chris H -------- config file ---------------- <?xml version="1.0"?> <config> <login provider="icetv" user="MyIceTVUserName" password="myIcePassword" /> <login provider="tvguide" user="ME" password="PASSWORD" /> <channel display="ABC" tvguide="ABC-Vic" local="vic.abc.gov.au"/> <channel display="ABC2" tvguide="ABC2" local="abc2.abc.gov.au" /> <channel display="Nine" tvguide="Nine-Mel" local="Melbourne.nine.com.au" /> <channel display="SBS" tvguide="SBS-Vic" local="Melbourne.sbs.com.au" /> <channel display="Seven" tvguide="Seven-Mel" local=" Melbourne.seven.com.au" /> <channel display="Ten" tvguide="Ten-Vic" local="Melbourne.ten.com.au" /> </config> -------- end config file ---------- ------- error message ---------- [root [at] Mythdor .mythtv]# su mythtv [mythtv [at] Mythdor .mythtv]$ mythfilldatabase 2006-08-06 18:29:42.293 Using runtime prefix = /usr 2006-08-06 18:29:42.326 New DB connection, total: 1 2006-08-06 18:29:42.339 Connected to database 'mythconverg' at host: localhost 2006-08-06 18:29:42.350 New DB connection, total: 2 2006-08-06 18:29:42.351 Connected to database 'mythconverg' at host: localhost 2006-08-06 18:29:42.360 Updating source #1 (FTA-DVB) with grabber tv_grab_au 2006-08-06 18:29:42.361 ----------------- Start of XMLTV output ----------------- 2006-08-06 18:29:42.363 New DB connection, total: 3 2006-08-06 18:29:42.364 Connected to database 'mythconverg' at host: localhost Traceback (most recent call last): File "/usr/bin/tv_grab_au", line 571, in ? main() File "/usr/bin/tv_grab_au", line 563, in main grab() File "/usr/bin/tv_grab_au", line 436, in grab grabTVGuideDayChannel(day, channel) File "/usr/bin/tv_grab_au", line 323, in grabTVGuideDayChannel outputDayChannel(f, channel) File "/usr/bin/tv_grab_au", line 308, in outputDayChannel for (event,node) in events: File "/usr/lib/python2.4/site-packages/_xmlplus/dom/pulldom.py", line 232, in next rc = self.getEvent() File "/usr/lib/python2.4/site-packages/_xmlplus/dom/pulldom.py", line 265, in getEvent self.parser.feed(buf) File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 220, in feed self._err_handler.fatalError(exc) File "/usr/lib/python2.4/site-packages/_xmlplus/sax/handler.py", line 38, in fatalError raise exception xml.sax._exceptions.SAXParseException: <unknown>:269:1: not well-formed (invalid token) 2006-08-06 18:29:49.378 ------------------ End of XMLTV output ------------------ Error in 315:1: unexpected end of file 2006-08-06 18:29:49.393 Updating icons for sourceid: 1 2006-08-06 18:29:49.396 New DB connection, total: 4 2006-08-06 18:29:49.397 Connected to database 'mythconverg' at host: localhost Updated programs: 0 Unchanged programs: 0 2006-08-06 18:29:49.442 New DB connection, total: 5 2006-08-06 18:29:49.444 Connected to database 'mythconverg' at host: localhost 2006-08-06 18:29:49.448 Failed to fetch some program info 2006-08-06 18:29:49.448 Adjusting program database end times. 2006-08-06 18:29:49.455 0 replacements made 2006-08-06 18:29:49.456 Marking generic episodes. 2006-08-06 18:29:49.479 Found 0 2006-08-06 18:29:49.480 Marking repeats. 2006-08-06 18:29:49.505 Found 0 2006-08-06 18:29:49.505 Unmarking new episode rebroadcast repeats. 2006-08-06 18:29:49.528 Found 0 2006-08-06 18:29:49.537 =============================================================== | Attempting to contact the master backend for rescheduling. | | If the master is not running, rescheduling will happen when | | the master backend is restarted. | =============================================================== 2006-08-06 18:29:49.545 Connecting to backend server: 192.168.*.*:6543 (try 1 of 5) 2006-08-06 18:29:49.552 Using protocol version 26 2006-08-06 18:29:49.603 mythfilldatabase run complete. [mythtv [at] Mythdor .mythtv]$ -------- end error message --------------------
|