I got an error while getting data through the URL. I am attaching the screenshot of the error page. please asap.
Please check if the url
variable has proper link (with correct website name in it).
I already checked url is correct.
Please paste your url
here or the screenshot.
url = https:/api.covid19india.org/states_daily.json
There should have been two slashes after https:
.
So make it:
url = https://api.covid19india.org/states_daily.json