first it run smoothly second time it shows error even after refresh them page and run all code before this cell and still? same issue
Hi @prisha46 looks like your response is returning something that is not considered a valid json.
Can you please print the response before the return response.json()
print(f'my response: {response}') - Here, I hope your output looks like this:
my response: <Response [200]>
