-
Hello,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From traceback looks like the issue is with your DB connection. Nothing specific to uvicorn. |
Beta Was this translation helpful? Give feedback.
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.