lainiwa

Results 3 comments of lainiwa

Getting the same exception. Seems to be a lasting issue: #10, #20, #25.

I tested the new helper function, and it seems it's now working for me: ``` Traceback (most recent call last): File "/app/lainiwa/myproject/backend/.venv/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 419, in run_asgi result = await app(...

Hey, sorry for the slow response. Yes, seems those were unhandled exceptions of the app getting hidden by starlette_exporter. I upgraded 0.22.0 -> 0.23.0 and now the exceptions are being...