We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that whatsapp.py needs to be upgraded for yowsup 3.0.0, these imports do not work for me:
whatsapp.py
yowsup 3.0.0
from yowsup.layers.auth import AuthError
The text was updated successfully, but these errors were encountered:
Related commit in yowsup.
yowsup
Sorry, something went wrong.
also, self.getStack() no more has .setCredentials attribute
self.getStack()
.setCredentials
Note: I start working on it in this branch (but I don't have much time for it today)
This seems to have already been done in 1a0c26d
No branches or pull requests
It seems that
whatsapp.py
needs to be upgraded foryowsup 3.0.0
, these imports do not work for me:The text was updated successfully, but these errors were encountered: