[mythtv-commits] Ticket #6492: Error deleting duplicate recording from Upcoming recordings menu

MythTV mythtv at cvs.mythtv.org
Thu Apr 23 04:46:06 UTC 2009


#6492: Error deleting duplicate recording from Upcoming recordings menu
------------------------------+---------------------------------------------
 Reporter:  anonymous         |       Owner:  xris   
     Type:  defect            |      Status:  new    
 Priority:  minor             |   Milestone:  unknown
Component:  Plugin - MythWeb  |     Version:  unknown
 Severity:  medium            |     Mlocked:  0      
------------------------------+---------------------------------------------
 I had a duplicate recording of a show in the same time slot, one was
 Standard Definition and the other was High definition. I clicked on the
 "Don't Record" button and it crashed.

 Got the following output in the browser


 {{{
 Fatal Error at
 /usr/share/mythtv/mythweb/modules/tv/includes/objects/Program.php, line
 817:
 Unknown schedule for this program's recordid:

 If you choose to submit a bug report, please make sure to include a
 brief description of what you were doing, along with the following
 backtrace as an attachment (please don't paste the whole thing into
 the ticket).
 Backtrace:

     datetime:  2009-04-23 13:43:33 (EIT)
     errornum:  256
   error type:  User Error
 error string:  Unknown schedule for this program's recordid:
     filename:
 /usr/share/mythtv/mythweb/modules/tv/includes/objects/Program.php
   error line:  817

 ==========================================================================

 Backtrace:

     file:
 /usr/share/mythtv/mythweb/modules/tv/includes/objects/Program.php
     line:  817
    class:
 function:  trigger_error
     type:
     args:  Array
 (
     [0] => Unknown schedule for this program's recordid:
     [1] => 256
 )

     file:  /usr/share/mythtv/mythweb/modules/tv/upcoming.php
     line:  48
    class:  Program
 function:  rec_override
     type:  ->
     args:  Array
 (
     [0] => 8
 )

     file:  /usr/share/mythtv/mythweb/modules/tv/handler.php
     line:  85
    class:
 function:  require_once
     type:
     args:  Array
 (
     [0] => /usr/share/mythtv/mythweb/modules/tv/upcoming.php
 )

     file:  /usr/share/mythtv/mythweb/mythweb.php
     line:  28
    class:
 function:  require_once
     type:
     args:  Array
 (
     [0] => /usr/share/mythtv/mythweb/modules/tv/handler.php
 )


 ==========================================================================

 $_GET: Array
 (
     [dontrec] => yes
     [chanid] => 1009
     [starttime] => 1240999200
     [manualid] => 0
 )

 ==========================================================================

 $_SESSION: Array
 (
     [language] => English_GB
     [tmpl] => default
     [skin] => default
     [prefer_channum] => 1
     [date_statusbar] => %a %b %e, %Y, %I:%M %p
     [date_scheduled] => %a %b %e, %Y (%I:%M %p)
     [date_scheduled_popup] => %a %b %e, %Y
     [date_recorded] => %a %b %e, %Y (%I:%M %p)
     [date_search] => %a %b %e, %Y, %I:%M %p
     [date_listing_key] => %a %b %e, %Y, %I:%M %p
     [date_listing_jump] => %a %b %e, %Y
     [date_channel_jump] => %a %b %e, %Y
     [date_job_status] => %a %b %e, %Y, %I:%M %p
     [time_format] => %I:%M %p
     [recorded_pixmaps] => 1
     [guide_favonly] =>
     [timeslot_size] => 300
     [num_time_slots] => 36
     [timeslot_blocks] => 3
     [timeslotbar_skip] => 20
     [max_stars] => 4
     [star_character] => ♦
     [show_popup_info] => 1
     [show_channel_icons] => 1
     [sortby_channum] => 1
     [show_video_covers] => 1
     [tv] => Array
         (
             [last] => Array
                 (
                     [0] => upcoming
                     [1] => 1009
                     [2] => 1240999200
                 )

             [show_advanced_schedule] => 1
         )

     [list_time] => 1241082000
     [settings] => Array
         (
             [last] => Array
                 (
                     [0] => tv
                     [1] => channels
                 )

             [host] =>
         )

     [scheduled_recordings] => Array
         (
             [disp_scheduled] => 1
             [disp_duplicates] =>
             [disp_deactivated] =>
             [disp_conflicts] => 1
         )

     [] => Array ( )
     [recorded_title] =>
     [recorded_recgroup] =>
     [recorded_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => airdate
                     [reverse] => 1
                 )

             [1] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

     [recording_details] => Array
         (
             [show_Conflict] => 1
             [show_PreviousRecording] => 1
             [show_EarlierShowing] => 1
             [show_CurrentRecording] => 1
             [show_WillRecord] => 1
         )

     [scheduled_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => airdate
                     [reverse] =>
                 )

             [1] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

     [schedules_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => airdate
                     [reverse] =>
                 )

             [1] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

     [search] => Array
         (
             [type] => q
             [s] => ^Teletubbies$
             [ctype] => Array
                 (
                     [0] =>
                     [1] => movie
                     [2] => series
                     [3] => sports
                 )

             [stars_gt] => 0
             [stars_lt] => 1
             [starttime] => now
             [endtime] => + 2 weeks
             [as] => Array
                 (
                     [0] =>
                 )

             [af] => Array
                 (
                     [0] => Array
                         (
                             [0] => title
                         )

                 )

             [aj] => Array
                 (
                     [0] => AND
                 )

         )

     [video_sortby] => Array
         (
             [0] => Array
                 (
                     [field] => title
                     [reverse] =>
                 )

         )

     [video] => Array
         (
             [path] => /
         )

 )

 ==========================================================================

 $_SERVER: Array
 (
     [REDIRECT_STATUS] => 200
     [HTTP_VIA] => 1.0 MIDGARD
     [HTTP_COOKIE] => mythweb_id=c0b1b482910b17cbfa19762ad5af10a1
     [HTTP_USER_AGENT] => Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB;
 rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9 (.NET CLR 3.5.30729)
     [HTTP_HOST] => craigcint.dyndns.org:8080
     [HTTP_ACCEPT] =>
 text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
     [HTTP_ACCEPT_LANGUAGE] => en-gb,en;q=0.5
     [HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
     [HTTP_KEEP_ALIVE] => 300
     [HTTP_REFERER] => http://craigcint.dyndns.org:8080/mythweb/tv/upcoming
     [HTTP_CONNECTION] => Keep-Alive
     [PATH] => /usr/local/bin:/usr/bin:/bin
     [SERVER_SIGNATURE] => <address>Apache/2.2.8 (Ubuntu)
 PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch Server at craigcint.dyndns.org
 Port 80</address>

     [SERVER_SOFTWARE] => Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with
 Suhosin-Patch
     [SERVER_NAME] => craigcint.dyndns.org
     [SERVER_ADDR] => 192.168.0.4
     [SERVER_PORT] => 80
     [REMOTE_ADDR] => 203.48.67.202
     [DOCUMENT_ROOT] => /var/www
     [SERVER_ADMIN] => webmaster at localhost
     [SCRIPT_FILENAME] => /var/www/mythweb/mythweb.php
     [REMOTE_PORT] => 30720
     [REMOTE_USER] => craig
     [AUTH_TYPE] => Basic
     [REDIRECT_QUERY_STRING] => dontrec=yes
     [REDIRECT_URL] => /mythweb/tv/upcoming/1009/1240999200
     [GATEWAY_INTERFACE] => CGI/1.1
     [SERVER_PROTOCOL] => HTTP/1.1
     [REQUEST_METHOD] => GET
     [QUERY_STRING] => dontrec=yes
     [REQUEST_URI] => /mythweb/tv/upcoming/1009/1240999200?dontrec=yes
     [SCRIPT_NAME] => /mythweb/mythweb.php
     [PATH_INFO] => /tv/upcoming/1009/1240999200
     [PATH_TRANSLATED] => /var/www/tv/upcoming/1009/1240999200
     [PHP_SELF] => /mythweb/mythweb.php/tv/upcoming/1009/1240999200
     [PHP_AUTH_USER] => craig
     [PHP_AUTH_PW] => j45mgrjvjnr3q8hkw
     [REQUEST_TIME] => 1240461813
     [argv] => Array
         (
             [0] => dontrec=yes
         )

     [argc] => 1
     [STATUS] => 200
     [URL] => /mythweb/tv/upcoming/1009/1240999200
 )



 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6492>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list