[mythtv-commits] Ticket #8115: Fails to create DVD: IndexError

MythTV mythtv at cvs.mythtv.org
Sun Feb 28 14:27:52 UTC 2010


#8115: Fails to create DVD: IndexError
-------------------------------------------------------------------+--------
 Reporter:  Antonio Marcos López Alonso <amlopezalonso@…>          |       Owner:  paulh     
     Type:  defect                                                 |      Status:  new       
 Priority:  major                                                  |   Milestone:  unknown   
Component:  Plugin - MythArchive                                   |     Version:  0.22-fixes
 Severity:  medium                                                 |     Mlocked:  0         
-------------------------------------------------------------------+--------
 Creating a DVD made of at least one video fails with an IndexError message
 (but no problem if the DVD is filled with recordings only). It seems not
 to be related to the video type (avi or mpg) as some of them get
 succesfully inserted into the ISO file while others not.

 Another possibly related behavior is that the list of selected
 videos/recordings to be in the DVD shows strange filesize values ranging
 from 0 or a few MB to several TB.

 Changed file permissions to 777 to no avail.

 See mythburn.log error below:

 ------------------------------------------------------------
 Traceback (most recent call last):
   File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5434, in
 main
     processJob(job)
   File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 5218, in
 processJob
     title = expandItemText(infoDOM,"%title",1,0,0,0,0)
   File "/usr/share/mythtv/mytharchive/scripts/mythburn.py", line 935, in
 expandItemText
     if getText( infoDOM.getElementsByTagName("coverfile")[0]) =="":
 IndexError: list index out of range
 ------------------------------------------------------------

 Regards
 Antonio

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


More information about the mythtv-commits mailing list