
paul at wilsononline
Mar 25, 2006, 10:01 PM
Views: 1407
Permalink
|
|
backend error msg getnextchannel, query failed...
|
|
when I start the mythbackend I'm getting the following error msg can some-one give me a hint what it means? I must be missing something in my database by the looks of it some missing channel perhaps? mythbackend.log 2006-03-26 16:56:42.794 Connected to database 'mythconverg' at host: localhost 2006-03-26 16:56:42.807 DVB#1 Using DVB card 1, with frontend 'Zarlink MT352 DVB-T'. 2006-03-26 16:56:42.874 getnextchannel, query failed: SELECT channel.channum, channel.chanid FROM channel, capturecard, cardinput WHERE channel.channum + 0 < :ID AND cardinput.cardid = capturecard.cardid AND capturecard.cardid = :CARDID AND capturecard.hostname = :HOSTNAME AND channel.visible = 1 AND cardinput.sourceid = channel.sourceid ORDER BY channel.channum + 0 LIMIT 1 Paul _______________________________________________ mythtv-users mailing list mythtv-users[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|