Skip to content

RuntimeError: unable to perform operation #2522

Answered by theyashl
BenGeba asked this question in Q&A
Discussion options

You must be logged in to vote

From traceback looks like the issue is with your DB connection. Nothing specific to uvicorn.
your rows = await db.execute(stmt) line is being failed since the connection with database is broken.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kludex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants