Opened 14 years ago

Closed 14 years ago

#9062 closed defect (Fixed)

DVD record fails

Reported by: James Linder <jam@…> Owned by: paulh
Priority: blocker Milestone: 0.24
Component: Plugin - MythArchive Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

After a long while of period of record a DVD not working it was finally fixed a few svn versions ago. Alas that was short lived, it now no longer works again.

mythfrontend version: trunk [26630]

mythburn.log ... Obtaining MythTV settings from MySQL database for hostname sandypit

temppath: /mnt/store/mytharchive/work

logpath: /mnt/store/mytharchive/logs

Traceback (most recent call last):

File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 5529, in <module> main()

File "/usr/local/share/mythtv/mytharchive/scripts/mythburn.py", line 5414, in main preferredlang1 = defaultsettingsISO639Language0?

KeyError?: 'ISO639Language0'

Change History (2)

comment:1 Changed 14 years ago by paulh

Component: MythTV - GeneralPlugin - MythArchive
Milestone: unknown0.24
Owner: set to paulh
Priority: minorblocker
Status: newaccepted
Version: UnspecifiedTrunk Head

comment:2 Changed 14 years ago by paulh

Resolution: Fixed
Status: acceptedclosed

(In [26664]) MythArchive?: r26564 changed ISO639Language0 and ISO639Language1 to be global settings but didn't update the mythburn.py script which was still assuming they were per host settings. Fixes #9062.

Note: See TracTickets for help on using tickets.