Error on receive , only first message
qvs5010 opened this issue · 1 comments
qvs5010 commented
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?