-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
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
Exception: Friendship class can not be instanciated directly! #74
Comments
This is a known bug in python-wechaty, please keep eye on new version. Thank you for your issue. |
@why2lyj this bug is fixed now. You can install the latest python-wechaty version. If you have no question, I will close this issue in one day. |
The bug still exists. Below is my bot code:
And when I make a add friendship request to the bot user, the below error occured:
|
And then, I comment out the below lines under
And then retry to make a friendship request to the bot user, another error occured:
|
…ly, and fixes Friendship.is_ready() problem
Finally the above issue is fixed in |
Fixes issue #74 Friendship class cannot be instanciated directly, and…
The text was updated successfully, but these errors were encountered: