Hello, I hope this is the right place for this. I don't know much about Github or Python.
I attempted to run this on an couple of existing xml backups I have. I get the following:
Parsing conversations from sms-20170620140713.xml
Traceback (most recent call last):
File "D:\sms\smsxml2html.py", line 246, in <module>
main()
File "D:\sms\smsxml2html.py", line 237, in main
messages += parseConversations(root, conversations, users, args.output, carrier_number)
File "D:\sms\smsxml2html.py", line 104, in parseConversations
save_msg = SMSMsg(date, body, type_, {})
File "D:\sms\smsxml2html.py", line 55, in __init__
self.text = text.decode('utf8')
AttributeError: 'str' object has no attribute 'decode'
Hello, I hope this is the right place for this. I don't know much about Github or Python.
I attempted to run this on an couple of existing xml backups I have. I get the following:
Is this possible to remedy and get it to work?
Thank you