Enable/Disable Exception catpure from library #216
valentimarco
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for the report @valentimarco! I have filed #217 to track this. Indeed, it seems like we should handle this better than our current complete squashing of the exception. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Why
In FastAPI or any other framework any exception raised are catch by the server and printed in terminal. This library doesn't have the same behavior and can be problematic when debugging.
Solution??
Before proposing any solution i would like to listen to feedback and understand if in the gRPC world is normal
Beta Was this translation helpful? Give feedback.
All reactions