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
httpx.ParseJsonBody(and by extension json.Decoder) does not handle base64-encoded []byte fields by default. it is the standard convention of go. You should handle base64 decoding yourself.
Describe the bug
The error is
Expected behavior
No error, like json.Unmarshal
The text was updated successfully, but these errors were encountered: