Replies: 2 comments 4 replies
-
How would the full stack traceback be helpful here? |
Beta Was this translation helpful? Give feedback.
4 replies
-
It seems to me there are two options:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Recently came across this error:
Unfortunately its not much to go on. For any non-trivial factory, capturing and suppressing all TypeError makes it hard to debug:
uvicorn/uvicorn/config.py
Lines 470 to 475 in ffa5b1a
Would it make sense to raise the exception? Or use
inspect
rather than try-except?Beta Was this translation helpful? Give feedback.
All reactions