Running into Json decode error when using stable diffusion

I am running in to the following error: Expecting value: line 1 column 1 (char 0)
(This is the Image generation from a prompt section)

this is specifically in the json.loads(result.content.decode(‘utf-8’, ‘ignore’))

Could anyone help with this?