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
Sometimes a server tells us content is encoded a certain way, even though it's not. This causes a DecodeError when we try to make a request. Is there a way to access the raw response bytes after a DecodeError occurs?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes a server tells us content is encoded a certain way, even though it's not. This causes a
DecodeError
when we try to make a request. Is there a way to access the raw response bytes after aDecodeError
occurs?Beta Was this translation helpful? Give feedback.
All reactions