Justin Bird
Results
2
comments of
Justin Bird
You need to capture the exception and load the text response to json: `try: except Exception as e: json_data = json.loads(e.args print(json_data['error']['message']` Hope this helps!
It's hard to tell without looking at the code. [This Answer](https://stackoverflow.com/questions/53500660/httplib-response-conn-getresponsebuffering-true-typeerror-getresponse-got) on SO might point you in the right direction Sorry I wasn't able to help more, good luck!