[mythtv-users] Mythfilldatabase error

andy s sul404d at yahoo.com
Sun Mar 9 21:34:22 UTC 2003


If you're running mythtv 0.7 try this.

In programs/mythfilldatabase/filldata.cpp:

At around line 188 you find:

if (split.size() > 0)
pginfo->endts = split[0];
else
pginfo->endts = "";

Change it to:

if (split.size() > 0)
pginfo->endts = split[0];
else
pginfo->endts = QString::null;

I found that on the myth-dev list when I had the
problem you described and that fixed it.  When run the
first time, mythfilldatabase (for me) gets the data
for the current day, then 'wget's the channel icons,
then gets the data for the rest of the week.  If it
segfaults after the first day, it's not working right.

Andy

> > >>When I try to run mythfrontend, it comes up
> fine, but Watch TV locks up 
> > >>and if I go to Record a show, Myth just quits
> and the console says there 
> > >>is nothing in the database.  That's what has me
> thinking the fill 
> > >>process is crashing just before it actually
> writes the data to the database.

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


More information about the mythtv-users mailing list