Opened 19 years ago

Closed 19 years ago

#2055 closed defect (fixed)

Fails to enter LiveTV or scheduled recording

Reported by: g8ecj@… Owned by: danielk
Priority: minor Milestone: 0.20
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Problem since [10406], currently on [10488]

Start up, enter 'Watch LiveTV' and frontend exits back to menu. Backend continualy outputs last few lines to log forever.

start of -v channel,record backend log and mysql dump of channel table attached.

Attachments (3)

channels (12.0 KB ) - added by g8ecj@… 19 years ago.
Channel table
mythbackend.log (7.8 KB ) - added by g8ecj@… 19 years ago.
backend log
mythbackend.1.log (12.7 KB ) - added by g8ecj@… 19 years ago.
Better backend log

Download all attachments as: .zip

Change History (7)

by g8ecj@…, 19 years ago

Attachment: channels added

Channel table

by g8ecj@…, 19 years ago

Attachment: mythbackend.log added

backend log

by g8ecj@…, 19 years ago

Attachment: mythbackend.1.log added

Better backend log

comment:1 by g8ecj@…, 19 years ago

Can now enter LiveTV (after an overnight scheduled recording or two on a version < [10390]. Still can't change channel on [10488] but the backend log looks much more useful (mythbackend.1.log). Tried more versions, [10390] is OK, [10402] breaks.

comment:2 by danielk, 19 years ago

Milestone: 0.20

Robin, how did you insert these channels ?

Many of them have an mplexid of 1, this is not right. That would imply that all of these channels are on the same frequency.

If you accidentally mangled the DB at some point then we can just close this as a one-off, but if the channels were inserted this way by MythTV, we need to fix this.

Incidentally, "UPDATE channel SET mplexid=0 where serviceid = 0 AND atsc_minor_chan = 0;" should fix this in your case.

comment:3 by g8ecj@…, 19 years ago

I think this can be closed now - the database fix sorted it out.

The channels were originally created back in Feb by inserting just one channel on each source and then running mythfilldatabase manually with an XML file to create the rest. The tuning details etc were then corrected using mythweb. No surprise that something got screwed either then or sometime in updates over the last 5 months.

I can get onto testing the XvMC DVD fixes now!

comment:4 by danielk, 19 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.