[mythtv-commits] Ticket #7957: ttvdb.py crash on metadata download for some data

MythTV mythtv at cvs.mythtv.org
Mon Jan 25 01:20:42 UTC 2010


#7957: ttvdb.py crash on metadata download for some data
----------------------------------------+-----------------------------------
 Reporter:  superm1@…                   |       Owner:  mdean     
     Type:  defect                      |      Status:  new       
 Priority:  trivial                     |   Milestone:  unknown   
Component:  Contributed Scripts & Apps  |     Version:  0.22-fixes
 Severity:  medium                      |     Mlocked:  0         
----------------------------------------+-----------------------------------
 For some shows, ttvdb.py is crashing when it looks like cast[name] is not
 filled:
 2010-01-15 13:38:52.096 Video Data Query: Executing
 "'/usr/share/mythtv/mythvideo/scripts/ttvdb.py' -D 83226 1 8"
 2010-01-15 13:38:52.254 Traceback (most recent call last):
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb.py", line 1249, in
 <module>
     main()
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb.py", line 1130, in main
     Getseries_episode_data(t, opts, series_season_ep,
 language=opts.language)
   File "/usr/share/mythtv/mythvideo/scripts/ttvdb.py", line 674, in
 Getseries_episode_data
     cast_members+=(cast['name']+u', ').encode('utf8')
 TypeError: unsupported operand type(s) for +: 'NoneType' and 'unicode'

 This bug is being forwarded upstream from
 https://bugs.edge.launchpad.net/ubuntu/+source/mythplugins/+bug/508086.

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


More information about the mythtv-commits mailing list