Aragur / yowsup

The python WhatsApp library
https://discord.gg/Wa7QSxZ
GNU General Public License v3.0
56 stars 22 forks source link

Error on receive , only first message #62

Open qvs5010 opened 6 years ago

qvs5010 commented 6 years ago

Hi I been monitoring the app for a while now, and picked up when a new user sends his first message to the WhatsApp, the following error happens

File "/home/quintin/what2/yowsup-master/yowsup/layers/axolotl/layer_receive.py", line 425, in sendKeys
    self._sendIq(setKeysIq, onResult, self.onSentKeysError)
AttributeError: 'AxolotlReceivelayer' object has no attribute 'onSentKeysError'

This only happens on the first message after that all the other messages come through.

is this a bug?

Aragur commented 6 years ago

New changes were made. Test reinstalling yowsup and python-axotol (my fork) and report back. (see #70)