I have set up an Echoclient of Yowsup. However, randomly I receive an error "InvalidMessage or KeyId for 91XXXXXXXXXX, going to send a retry" while reading incoming message. After a certain period of time it shows "Storing prekeys". Once this is done the Echoclient works again.
I have already tried the following solutions:
- Installing python-axolotl from https://github.com/tgalal/python-axolotl/tree/develop
- Changing PROP_IDENTITY_AUTOTRUST at axolotl/props.py to TRUE
- Installing develop branch of the the Yowsup repository
But nothing seems to resolve this issue. If anyone has faced and resolved this issue, please help.