Opened 14 years ago

Closed 14 years ago

#8242 closed defect (invalid)

jamu.py crashed with KeyError in _getTmdbIMDB()

Reported by: Marc Randolph <mrand+mythtv@…> Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Moving upstream:

0.23.0~trunk23623

Traceback (most recent call last):
  File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6356, in <module>
    main()
  File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 6341, in main
    process.processMythTvMetaData()
  File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5513, in processMythTvMetaData
    self._downloadScheduledRecordedGraphics()
  File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 5288, in _downloadScheduledRecordedGraphics
    inetref = self._getTmdbIMDB(graphics_name, watched=True)
  File "/usr/share/mythtv/mythvideo/scripts/jamu.py", line 3244, in _getTmdbIMDB
    TMDB_movies.append({'name': "%s (%s)" % (movie['alternative_name'], movie['released'][:4]), u'sid': movie[u'imdb']})
KeyError: u'imdb'

Change History (4)

comment:1 Changed 14 years ago by Marc Randolph <mrand+mythtv@…>

I assume they are unneeded, but system logs are available here: https://bugs.launchpad.net/ubuntu/+source/mythplugins/+bug/543872

comment:2 Changed 14 years ago by r.d.vaughan@…

This issue was fixed in Jamu version 6.9 Please update your install.

comment:3 Changed 14 years ago by anonymous

Ok, I've informed the user - please close this ticket.

comment:4 Changed 14 years ago by robertm

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.