Skip to content

don't print json on error

Asbjørn Olling requested to merge dont-print-json-on-err into main

Sometimes we get a non-200 status code with content that isn't json.

Instead of printing r.json() - just print r.content

r.content should always be present.

Merge request reports