sms-analysis
sms-analysis copied to clipboard
Assertion fails on line 87 of table_connector.py
message_id, chat_id, and phone_or_mail don't form a composite key. Assertion error fails here.
I'm not sure what you mean, did this actually fail for you? Or are you saying it needs to be cleaned such as what you did in your PR?
It actually failed for me.
gabe
On May 19, 2016, at 7:19 PM, mdezube [email protected] wrote:
I'm not sure what you mean, did this actually fail for you? Or are you saying it needs to be cleaned such as what you did in your PR?
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub
Interesting, can you see what/how many dupes you have? Perhaps it's due to failed messages being resent, or messages sending over sms and imessage. Either way, we should drop the records and print out how many had this issue.
So I'd still like to understand why you have duplicates. Let's dive in and debug one day.
Can you still replicate this? I fixed an issue with group messages that I think resolves the cause.