Mailing List Archive

Problem with mythfilldatabase
I'm have the following happening on all days that I download....

[woollettg@woollettg mythtv-0.10]$ mythfilldatabase
Fetching data for Fri Jul 11 2003...
----------------- Start of XMLTV output -----------------
using config filename /home/woollettg/.xmltv/tv_grab_nz.conf
Downloading listings: #####
Building output:
#################################################################################################################unknown
'part': R
##################
------------------ End of XMLTV output ------------------
Error in 1:1: unexpected end of file
Fetching data for Thu Jul 10 2003...
----------------- Start of XMLTV output -----------------
using config filename /home/woollettg/.xmltv/tv_grab_nz.conf
Downloading listings: #####
Building output:
#########################################################################################################################################################
------------------ End of XMLTV output ------------------
Error in 1:1: unexpected end of file
Fetching data for Fri Jul 11 2003...
----------------- Start of XMLTV output -----------------
using config filename /home/woollettg/.xmltv/tv_grab_nz.conf
Downloading listings: #####
Building output:
#################################################################################################################unknown
'part': R
##################
------------------ End of XMLTV output ------------------
Error in 1:1: unexpected end of file
Fetching data for Sat Jul 12 2003...
----------------- Start of XMLTV output -----------------
using config filename /home/woollettg/.xmltv/tv_grab_nz.conf
Downloading listings: #####
Building output:
#######################################################################################################################
------------------ End of XMLTV output ------------------
Error in 1:1: unexpected end of file
Fetching data for Sun Jul 13 2003...
----------------- Start of XMLTV output -----------------
using config filename /home/woollettg/.xmltv/tv_grab_nz.conf
Downloading listings: #####
Building output: unknown 'part': Part Two
#########################################################unknown 'part':
Part Two
##############################unknown 'part': 1999
##
------------------ End of XMLTV output ------------------
Error in 1:1: unexpected end of file
Fetching data for Mon Jul 14 2003...
----------------- Start of XMLTV output -----------------
using config filename /home/woollettg/.xmltv/tv_grab_nz.conf
Downloading listings: #####
Building output:
########################################################################################################unknown
'part': R
################unknown 'part': 1999
##
------------------ End of XMLTV output ------------------
Error in 1:1: unexpected end of file
Fetching data for Tue Jul 15 2003...
----------------- Start of XMLTV output -----------------
using config filename /home/woollettg/.xmltv/tv_grab_nz.conf
Downloading listings: #####
Building output:
##################################################################################################################unknown
'part': R
##################unknown 'part': 2000
##
------------------ End of XMLTV output ------------------
Error in 1:1: unexpected end of file
Fetching data for Wed Jul 16 2003...
----------------- Start of XMLTV output -----------------
using config filename /home/woollettg/.xmltv/tv_grab_nz.conf
Downloading listings: #####
Building output:
##################################################################################################################unknown
'part': R
##################
------------------ End of XMLTV output ------------------
Error in 1:1: unexpected end of file
Adjusting program database end times...
0 replacements made.
[woollettg@woollettg mythtv-0.10]$


I'm using xmltv-0.5.14 and mythtv-0.10.
tv_grab_nz seems to run on its own OK.

Any help appreciated

Thanks
Graeme



_______________________________________________
mythtv-users mailing list
mythtv-users@snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
RE: Problem with mythfilldatabase [ In reply to ]
I had a problem some time ago, since no one reported it I thought that
this was just an isolated incident for my setup. I don't know how many
other Kiwis are using mythtv but I did the following to fix it.

I found the problem was that mythfilldatabase was looking for a
different file to populate the database after tv_grab_nz was used.

Try changing

configfile.ascii());

to

filename.ascii());

on line 1257 in mythtv/programs/mythfilldatabase/filldata.cpp


Cheers
Gary Te Young


_______________________________________________
mythtv-users mailing list
mythtv-users@snowman.net
http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users