[mythtv] mythfilldatabase status on backend staus page

Chris Pinkham cpinkham at bc2va.org
Sun Oct 16 21:28:17 UTC 2005


> > No, i'm not using knoppmyth and i don't have mythfilldatabase running from
> > my crontab.
> > I'm prety sure the status is the same if i run mythfilldatabase manualy and
> > it have something to insert.
> 
> FYI: This has been happening to me ever since I've used myth. It has 
> never annoyed me enough to fix it though, I have no idea what it comes 
> from. just don't scan recent changesets for the culprit :-)

Do you have garbage data in your program table?  Try this query and see what
it returns:

SELECT MAX(endtime) FROM program;

mythfilldatabase/filldata.cpp runs this query before and after it fills in
the data and if the max endtimes are the same it prints that error message.

-- 
Chris



More information about the mythtv-dev mailing list