You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
The image scraper for Assam is failing with the exception as shown below:
Traceback (most recent call last):
File "scrapers.py", line 172, in <module>
live_data = fetch_data(states_all[state_code])
File "scrapers.py", line 125, in fetch_data
return fn_map[st_obj['state_code'].lower()](st_obj)
File "/home/kd/datakind-blr/scrapers/statewise_get_data.py", line 131, in as_get_data
if int(linesArray[len(linesArray) - 1]) > 0:
ValueError: invalid literal for int() with base 10: ' 19 since the first patient was detected on 31st '
The image scraper for Assam is failing with the exception as shown below:
Also, one of the sources mentioned has HTML data: https://covid19.assam.gov.in/all-districts/. Can we use this for scraping instead of the image?
The text was updated successfully, but these errors were encountered: