convert-outlook-msg-file icon indicating copy to clipboard operation
convert-outlook-msg-file copied to clipboard

Execute conversion error

Open wangbinglu08 opened this issue 5 years ago • 1 comments

Traceback (most recent call last): File "test.py", line 4, in eml = outlookmsgfile.load('/tmp/333.msg') File "/root/work/python/convert-outlook-msg-file/outlookmsgfile.py", line 33, in load return load_message_stream(doc.root, True, doc) File "/root/work/python/convert-outlook-msg-file/outlookmsgfile.py", line 38, in load_message_stream props = parse_properties(entry['__properties_version1.0'], is_top_level, entry, doc) File "/root/work/python/convert-outlook-msg-file/outlookmsgfile.py", line 221, in parse_properties value = tag_type.load(value) File "/root/work/python/convert-outlook-msg-file/outlookmsgfile.py", line 307, in load return value.decode("utf8") UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb7 in position 0: invalid start byte

Thank you for your time

wangbinglu08 avatar Dec 18 '19 02:12 wangbinglu08

Having this too. Do you found a solution ?

Erwane avatar Dec 09 '22 13:12 Erwane

Could this be a duplicate of the (now solved) issue #24 ?

MartijnVdS avatar Feb 24 '24 08:02 MartijnVdS

I'll close this but anyone can feel free to open a new issue if needed.

JoshData avatar Feb 24 '24 11:02 JoshData