[mythtv-commits] Ticket #8242: jamu.py crashed with KeyError in _getTmdbIMDB()

MythTV mythtv at cvs.mythtv.org
Mon Mar 29 01:51:54 UTC 2010


#8242: jamu.py crashed with KeyError in _getTmdbIMDB()
----------------------------------------------------+-----------------------
 Reporter:  Marc Randolph <mrand+mythtv@…>          |       Owner:  ijr    
     Type:  defect                                  |      Status:  new    
 Priority:  minor                                   |   Milestone:  unknown
Component:  MythTV - General                        |     Version:  head   
 Severity:  medium                                  |     Mlocked:  0      
----------------------------------------------------+-----------------------
 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'
 }}}

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


More information about the mythtv-commits mailing list