[mythtv-commits] Ticket #8598: Mytharchive fails when creating dvd iso

MythTV noreply at mythtv.org
Thu Sep 22 11:57:32 UTC 2011


#8598: Mytharchive fails when creating dvd iso
------------------------------------------+----------------------------
 Reporter:  nikolai@…                     |          Owner:  paulh
     Type:  defect                        |         Status:  closed
 Priority:  minor                         |      Milestone:  unknown
Component:  Plugin - MythArchive          |        Version:  0.23-fixes
 Severity:  medium                        |     Resolution:  invalid
 Keywords:  mytharchive iso create faile  |  Ticket locked:  0
------------------------------------------+----------------------------

Comment (by t.brackertz@…):

 This is a misleading error message.
 The problem is, that in mythburn.py -> runM2VRequantiser the run of
 M2VRequantiser fails by some reason. Therefore there is no new file. So
 the script finds the size of the new file was zero giving the divide by
 zero-error.

 Solution:
     if result<>0:
         fatalError("Failed while running M2VRequantiser. Command was %s" %
 command)

 sholud be moved directly after
     result = runCommand(command)

 Then the correct error message is displayed (usually M2VRequantiser can't
 be found)

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/8598#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list