id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 9693 jamu crashes when cast['name'] is null ignissport@… "I've been experiencing crashes in jamu. The error was due to attempting to concatenate a null object (cast['name']) with a unicode string. I'm not sure if there is an underlying problem causing the variable to be null to begin with, but adding a simple check appears to fix the problem: 2544c2544,2545 < cast_members+=(cast['name']+u', ').encode('utf8') --- > if cast['name'] is not None: > cast_members+=(cast['name']+u', ').encode('utf8')" Bug Report - General closed minor 0.25 MythTV - General Unspecified medium fixed 0