[mythtv] Database problem?

Isaac Richards mythtv-dev@snowman.net
Fri, 11 Oct 2002 23:45:09 -0400


On Friday 11 October 2002 11:32 pm, Calvin Harrigan wrote:
> ******************************************************************
> Here is the data from the database you requested.  The program seems to
> be failing at the runsheduler function the main.cpp file for myfrontend.
> Here's a new twist, If I try to start the program back up right away it
> exits with the same error, wait a while (15 minutes?) it starts back up
> fine!  It's very consistent.  Hope this helps.

> cardinput:
> cardinputid,cardid,sourceid,inputname,externalcommand,preference,shareable
> 1,	1,	1,	Television,			N
> 2,	1,	1,	Composite1,			N
> 3,	1,	1,	S-Video,		        N
> 4,	1,	1,	Composite3,			N

This is your problem.  Do you really have the same thing attached to all four 
inputs on your tuner card?  That's why the default is 'none' when attaching 
sources to inputs in the setup program..  Most likely, you should just have 
the first entry, and none of the others, right?

Isaac