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
Describe the bug Got the following error message, it might be user error but It's very hard to know where to look.
/usr/lib/python3.12/contextlib.py:217: RuntimeWarning: coroutine 'AsyncComputedVar.get.._awaitable_result' was never awaited await anext(self.gen) Object allocated at (most recent call last): File "/home/johan/code/src/github.com//.venv/lib/python3.12/site-packages/reflex/vars/base.py", lineno 2561 return _awaitable_result()
Specifics (please complete the following information):
Additional context I converted all external calls to async when this message started appear but I cannot trace it to a specific change.
It might be a user error but the output is not helpful to find the root cause and I don't really know where to look to fix this
The text was updated successfully, but these errors were encountered:
ENG-4750 AsyncComputedVar that was never awaited
Sorry, something went wrong.
masenf
No branches or pull requests
Describe the bug
Got the following error message, it might be user error but It's very hard to know where to look.
Specifics (please complete the following information):
Additional context
I converted all external calls to async when this message started appear but I cannot trace it to a specific change.
It might be a user error but the output is not helpful to find the root cause and I don't really know where to look to fix this
The text was updated successfully, but these errors were encountered: