Changes between Initial Version and Version 1 of Ticket #8364


Ignore:
Timestamp:
Apr 18, 2010, 6:23:12 PM (14 years ago)
Author:
Raymond Wagner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8364

    • Property Owner changed from Isaac Richards to Rob Smith
    • Property Component changed from MythTV - General to Plugin - MythWeb
  • Ticket #8364 – Description

    initial v1  
    1 I am set up to record one copy of each episode in a series. Several episodes that were previously captured are airing again and they appeared with a dashed box shown as "duplicate" under status.  A few days ago I decided to captured these again and pressed the "Record This" button, which now shows "Forced" in the status column.  Yesterday, Schedules Direct omitted these shows from the lineup but when pressing the "Don't Record" button, Myth crashes and produces the Backtrace below:
    2 
    3 Backtrace:
    4 
    5     datetime:  2010-04-18 13:44:45 (EDT)
    6     errornum:  256
    7   error type:  User Error
    8 error string:  Unknown schedule for this program's recordid: 
    9     filename:  /usr/share/mythtv/mythweb/modules/tv/includes/objects/Program.php
    10   error line:  817
    11 
    12 ==========================================================================
    13 
    14 Backtrace:
    15 
    16     file:  /usr/share/mythtv/mythweb/modules/tv/includes/objects/Program.php
    17     line:  817
    18    class: 
    19 function:  trigger_error
    20     type: 
    21     args:  Array
    22 (
    23     [0] => Unknown schedule for this program's recordid: 
    24     [1] => 256
    25 )
    26 
    27     file:  /usr/share/mythtv/mythweb/modules/tv/upcoming.php
    28     line:  48
    29    class:  Program
    30 function:  rec_override
    31     type:  ->
    32     args:  Array
    33 (
    34     [0] => 8
    35 )
    36 
    37     file:  /usr/share/mythtv/mythweb/modules/tv/handler.php
    38     line:  85
    39    class: 
    40 function:  require_once
    41     type: 
    42     args:  Array
    43 (
    44     [0] => /usr/share/mythtv/mythweb/modules/tv/upcoming.php
    45 )
    46 
    47     file:  /usr/share/mythtv/mythweb/mythweb.php
    48     line:  28
    49    class: 
    50 function:  require_once
    51     type: 
    52     args:  Array
    53 (
    54     [0] => /usr/share/mythtv/mythweb/modules/tv/handler.php
    55 )
    56 
    57 
    58 ==========================================================================
    59 
     1I am set up to record one copy of each episode in a series. Several episodes that were previously captured are airing again and they appeared with a dashed box shown as "duplicate" under status.  A few days ago I decided to captured these again and pressed the "Record This" button, which now shows "Forced" in the status column.  Yesterday, Schedules Direct omitted these shows from the lineup but when pressing the "Don't Record" button, Myth crashes and produces the attached backtrace.