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
The scenario is like, I need to POST request with encoded data(utf-8 as gzip). So converted request body to gzip. But while passing it as data=${data}, it is showing 'TypeError: Object of type bytes is not JSON serializable'
The text was updated successfully, but these errors were encountered:
The scenario is like, I need to POST request with encoded data(utf-8 as gzip). So converted request body to gzip. But while passing it as data=${data}, it is showing 'TypeError: Object of type bytes is not JSON serializable'
The text was updated successfully, but these errors were encountered: