|
If you encounter that MythTV’s LiveTV doesn’t work anymore and the error message is something as follows:
EntryToProgram(0@Thu Jan 1 02:00:00 1970) failed to getpginfo
TV Error: LiveTV not successfully started
try fixing the mysql database (usually named “mythconverg”) with the following command.
mysqlcheck -r -uUSERNAME -pPASSWORD mythconverg
It seems that mythtv has troubles working if some tables of the database are unclean.
|