You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user does blueapi controller run <...>, getting a message which simply says "Error 422" is not very helpful. The server does define error response detail, this should be printed in the console.
The text was updated successfully, but these errors were encountered:
I looked into using built-in fastapi functionality to provide clearer error messages from the server but ran into an upstream issue, discussion here: fastapi/fastapi#13278 (reply in thread)
When a user does
blueapi controller run <...>
, getting a message which simply says "Error 422" is not very helpful. The server does define error response detail, this should be printed in the console.The text was updated successfully, but these errors were encountered: