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
I am getting the following message in the partition line of whatsapp.py file:
Traceback (most recent call last):
File "chat.py", line 239, in
main()
File "chat.py", line 227, in main
c.parse_messages()
File "chat.py", line 71, in parse_messages
self.senders, self.messages = p.parse()
File "C:\projetos\whatsapp-parser\parsers\whatsapp.py", line 19, in parse
msg_date, msg = l.partition(": ")
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered:
Hi
I am getting the following message in the partition line of whatsapp.py file:
Traceback (most recent call last):
File "chat.py", line 239, in
main()
File "chat.py", line 227, in main
c.parse_messages()
File "chat.py", line 71, in parse_messages
self.senders, self.messages = p.parse()
File "C:\projetos\whatsapp-parser\parsers\whatsapp.py", line 19, in parse
msg_date, msg = l.partition(": ")
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered: