-
Notifications
You must be signed in to change notification settings - Fork 82
AttributeError: '_AsyncGeneratorContextManager' object has no attribute 'execute' #94
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
Comments
Hi aryaniyaps, Thank you for reporting a bug and providing all the info. @fzyukio excuse me, could you check what's the problem here? Maybe you see the solution? |
@aryaniyaps I'm sorry. I'll take a look in a couple of days. A little busy just now. |
@ivankorobkov sure, take your time! It would be really useful to be able to use async contextmanagers fully though.. |
Any news on this @ivankorobkov ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are my dependencies:
This is my UserRepo:
I am getting this error while accessing the UserRepo:
This UserRepo is used by a AuthService:
Which is accessed by my falcon resources like this:
How to fix this error? Im stuck as the documentation doesn't seem that clear!
The text was updated successfully, but these errors were encountered: