sms-analysis icon indicating copy to clipboard operation
sms-analysis copied to clipboard

Assertion fails on line 87 of table_connector.py

Open gabegaster opened this issue 8 years ago • 5 comments

message_id, chat_id, and phone_or_mail don't form a composite key. Assertion error fails here.

gabegaster avatar May 19 '16 05:05 gabegaster

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?

mdezube avatar May 19 '16 22:05 mdezube

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

gabegaster avatar May 20 '16 03:05 gabegaster

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.

mdezube avatar May 22 '16 16:05 mdezube

So I'd still like to understand why you have duplicates. Let's dive in and debug one day.

mdezube avatar Jun 12 '16 04:06 mdezube

Can you still replicate this? I fixed an issue with group messages that I think resolves the cause.

mdezube avatar Jan 20 '17 04:01 mdezube