Exception in ASGI application #19
-
|
At this stage this looks like a starlette problem (or Windows 11) but maybe you have come across it. I ran the https://github.com/NRWLDev/fastapi-problem/blob/main/examples/custom.py and the examples work except the unexpected error. On the browser http://localhost:8000/unexpected-error returns correctly but at the server the error is an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
That is just the for example: |
Beta Was this translation helpful? Give feedback.
Maybe try with level
"INFO"instead of"info". I did replace dynamic levels with lowercase strings assuming it would be equivalent.