Ticket #12245: pythontraceback.txt

File pythontraceback.txt, 833 bytes (added by jharbestonus@…, 12 years ago)

python traceback showing error.

Line 
12014-08-16 01:31:04.388941 I [325] mythvidexport.py Using recording -- NCIS: Los Angeles - Deep Trouble
22014-08-16 01:31:04.489241 I [325] mythvidexport.py Performing TV export with local data.
32014-08-16 01:31:04.636179 C [325] mythvidexport.py
4 Traceback (most recent call last):
5 File "/usr/local/bin/mythvidexport.py", line 416, in main
6 export = VIDEO(opts,int(args[0]))
7 File "/usr/local/bin/mythvidexport.py", line 66, in __init__
8 self.get_meta()
9 File "/usr/local/bin/mythvidexport.py", line 181, in get_meta
10 self.vid.importMetadata(metadata)
11 File "/usr/lib/python2.7/dist-packages/MythTV/dataheap.py", line 1058, in importMetadata
12 self.cast.add(unicode(actor.name))
13 UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128)
14