Opened 17 years ago
Closed 17 years ago
#966 closed defect (duplicate)
Frontend dies if noone answers "Should I record" question
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
SVN: 8514 ! DVB-T tuner card Shuttle SK41G Athlon 2000+
The frontend goes unresponsive to the remote if you are watching LiveTV and Myth wants to record another show if noone answers the question for what to do. Killing the frontend is the only way to rectify the situation. The only log message is the following:
2006-01-08 15:00:02.811 TV: Attempting to change from WatchingLiveTV to None 2006-01-08 15:00:03.826 TV: Changing from WatchingLiveTV to None
Which seems OK to me.
The backend log is more talkative: 2006-01-08 15:00:02.847 TVRec(1): Changing from WatchingLiveTV to None 2006-01-08 15:00:03.463 Finished recording Ruuvit löysällä: channel 5 2006-01-08 15:00:03.649 TVRec(1): Changing from None to RecordingOnly? 2006-01-08 15:00:03.688 DVBSignalMonitor(0)::constructor(1,Warning, can not measure Bit Error Rate): Operation not supported 2006-01-08 15:00:03.689 DVBSignalMonitor(0)::constructor(1,Warning, can not count Uncorrected Blocks): Operation not supported 2006-01-08 15:00:03.724 Started recording: Viritetyt vehkeet: channel 33 on cardid 1, sourceid 2 2006-01-08 15:00:03.740 scheduler: Last message repeated 4 times 2006-01-08 15:00:03.787 scheduler: Started recording 2006-01-08 15:00:04.068 DVB#0 DVB SI Table Parser Started 2006-01-08 15:00:17.392 AutoExpire?: ERROR when trying to autoexpire file: /movies/mythtv/2032_20060108102608.mpg. File doesn't ex ist. Database metadata will not be removed. 2006-01-08 15:00:41.567 Running HouseKeeping? 2006-01-08 15:00:41.580 mythbackend: Last message repeated 2 times 2006-01-08 15:00:41.591 mythbackend: Running housekeeping thread
But still no real indication of what went wrong.
Will be fixed once danielk's merged in the fixes attached to #866.