Opened 16 years ago
Closed 16 years ago
#7957 closed defect (fixed)
ttvdb.py crash on metadata download for some data
Reported by: | Owned by: | sphery | |
---|---|---|---|
Priority: | trivial | Milestone: | unknown |
Component: | Contributed Scripts & Apps | Version: | 0.22-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
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+=(castname+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.
Fixed in [23355].