You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
C:\sms\hangouts_to_sms-develop>python` hangouts_to_sms.py
Parsing Hangouts data file...
Done.
Converting to SMS export file...
Error: could not match sender gaia ID to participant IDs!
Error: could not match sender gaia ID to participant IDs!
Error: could not match sender gaia ID to participant IDs!
Error: could not match sender gaia ID to participant IDs!
Error: could not match sender gaia ID to participant IDs!
Error: could not match sender gaia ID to participant IDs!
Error: could not match sender gaia ID to participant IDs!
Error: could not match sender gaia ID to participant IDs!
Traceback (most recent call last):
File "hangouts_to_sms.py", line 18, in <module>
titanium_output.create_output_file(conversations, self_gaia_id, OUTPUT_FILE)
File "C:\sms\hangouts_to_sms-develop\titanium_backup_formatter.py", line 74, in create_output_file
content_is_plain = self._is_ascii(message.content)
File "C:\sms\hangouts_to_sms-develop\titanium_backup_formatter.py", line 176, in _is_ascii
return len(text) == len(text.encode())
TypeError: object of type 'NoneType' has no len()
The text was updated successfully, but these errors were encountered:
Hi all, any ideas as to resolving this problem?
The text was updated successfully, but these errors were encountered: