davidgfnet / whatsapp-purple

WhatsApp protocol implementation for libpurple (pidgin)
855 stars 211 forks source link

Receiving message leads to infinite loop of delivery attempts #382

Open andreas-42 opened 8 years ago

andreas-42 commented 8 years ago

With the current devel version 7621111:

A contact and I are both logged in, he tries to send me a message. Nothing appears in pidgin, but the log files show delivery attempts about once per second, always failing with the message "Axolotl exception (parseWhisperMessage): No such signedprekeyrecord! 30479 Unknown error".

This goes on forever, until I stop the program, replace libwhatsapp.so with the testing version add0121, and start pidgin again. The old message is then delivered immediately and correctly on login.

@davidgfnet, I'll send you the trace by e-mail.

I'm back to the testing version now, so far I haven't had this problem there...

davidgfnet commented 8 years ago

Yep, happened to me as well... I'll try to make use of the "count" counter and see what happens :D

davidgfnet commented 8 years ago

Could you check out the devel branch and report back? Thanks!

andreas-42 commented 8 years ago

OK, running the new devel version with debug enabled now. I'll let you know what happens. ;)

davidgfnet commented 8 years ago

Any updates?

andreas-42 commented 8 years ago

I haven't had any infinite loops after your update.

KottV commented 8 years ago

I have infinite receiving with -devel build