bern
bern copied to clipboard
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The issue is coming in this line
return requests.post(url, data={'sample_text': text}).json()
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
same error here