Opened 15 years ago

Closed 15 years ago

#7027 closed defect (fixed)

jamu crashes when program doesn't have originalairdate

Reported by: superm1@… Owned by: sphery
Priority: minor Milestone: unknown
Component: Contributed Scripts & Apps Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This is with SVN 21742 of mythplugins/mythtv.

Jamu crashes with the following traceback:

Traceback (most recent call last):

File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5366, in <module>

main()

File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5351, in main

process.processMythTvMetaData()

File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 4523, in processMythTvMetaData

self._downloadScheduledRecordedGraphics()

File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 4361, in _downloadScheduledRecordedGraphics

if programoriginalairdate? == u'0000':

KeyError?: 'originalairdate'

More details can be found on https://bugs.edge.launchpad.net/ubuntu/+source/mythplugins/+bug/427089

Attachments (1)

jamu.diff (1.4 KB) - added by superm1@… 15 years ago.
Patch to fix problem

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by superm1@…

Attachment: jamu.diff added

Patch to fix problem

comment:1 Changed 15 years ago by robertm

Resolution: fixed
Status: newclosed

(In [21762]) Fixes #7027. Patch from Doug Vaughan to address an issue found by Mario Limoncello where Jamu's download for the Watch Recordings screen would fail in there was no air date. Also solves an abort issue when the metadata sources are down/slow.

Note: See TracTickets for help on using tickets.