-
Notifications
You must be signed in to change notification settings - Fork 67
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
Is there a way to get groups as list and not as coroutine? #223
Comments
Idk if the synced version is going to be supported or updated, but the async update definitely messed up the synced flow, the lists are coroutines now and some action like .add_member_to_group and .follow_user want to required to be awaited |
Also, I think add_member_to_group action does not work at all |
Pushed an improved sync version, do consider upgrading. |
get_inbox works now, but when logging in and adding subscribing to user gives me an error "invalid cookies" Here's the function I made that gives me this error:
|
can you please post full traceback |
Is there a way to get groups as list and not as coroutine?
In other words, is there a way to use synced version of tweety?
The text was updated successfully, but these errors were encountered: