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
Currently, failing to parse a response as the appropriate type from the server leads to somewhat incomprehensible error messages (usually related to type mismatches between a dict and a str).
Instead, we should provide something clearer, along the lines of Could not parse response "{...}" as object of type <typename>.
The text was updated successfully, but these errors were encountered:
Currently, failing to parse a response as the appropriate type from the server leads to somewhat incomprehensible error messages (usually related to type mismatches between a
dict
and astr
).Instead, we should provide something clearer, along the lines of
Could not parse response "{...}" as object of type <typename>.
The text was updated successfully, but these errors were encountered: