joaoricardo000/whatsapp-bot-seed

Error on exec: No such signedprekeyrecord! 48324

Closed this issue · 5 comments

When I start the server, I get the next error:
_layer.py_ [ERROR][2015-12-23 23:45:55,057] No such signedprekeyrecord! 48324
Yesterday, the bot works.
I tried re-register and change src/config.py parameters about user & password/token (updating yowsup2, previously), but still without work.

Try removing the yowsup database folder, and restarting.
This usually solves all problems related to yowsup on this bot.
The folder usually is on "~/.yowsup/".

Edit: ~/yousup/ -> ~/.yowsup/

Where the yowsup database folder is located? Sorry, I don't know.

I tried removing yowsup2 and reinstalling it using sudo pip uninstall yowsup2 but did not suffer effects

Solved!
Path was ~/.yowsup rather than ~/yowsup/
Then, you should remove axolotl.db using: sudo rm -r ~/.yowsup/

You were right.. minor typo changes everything hehe
Glad you could fix it!