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
The hospital scraper has apparently been broken for a while, but there's no logging. (Will file a different issue for that: sfbrigade/stop-covid19-sfbayarea#1024)
Current error:
Hospitalization data fetch encountered error: CKAN API Error: Not found: Resource "42d33765-20fd-44b8-a978-b083b7542225" was not found. (status: 404)
Traceback (most recent call last):
File "/home/runner/work/stop-covid19-sfbayarea/stop-covid19-sfbayarea/scraper/scraper_hospital_data.py", line 43, in main
out = hospitals.get_timeseries(ca_counties.bay_area_counties)
File "/home/runner/work/stop-covid19-sfbayarea/stop-covid19-sfbayarea/scraper/covid19_sfbayarea/data/hospitals.py", line 142, in get_timeseries
meta = next(data_raw)
File "/home/runner/work/stop-covid19-sfbayarea/stop-covid19-sfbayarea/scraper/covid19_sfbayarea/data/ckan.py", line 50, in data
data = self.request(next_url, params=next_params)
File "/home/runner/work/stop-covid19-sfbayarea/stop-covid19-sfbayarea/scraper/covid19_sfbayarea/data/ckan.py", line 89, in request
raise BadRequest(f'CKAN API Error: {message}', response=response)
covid19_sfbayarea.data.errors.BadRequest: CKAN API Error: Not found: Resource "42d33765-20fd-44b8-a978-b083b7542225" was not found. (status: 404)
The hospital scraper has apparently been broken for a while, but there's no logging. (Will file a different issue for that: sfbrigade/stop-covid19-sfbayarea#1024)
Current error:
See full action logs: https://github.com/sfbrigade/stop-covid19-sfbayarea/runs/2107127471?check_suite_focus=true
/cc @benghancock
The text was updated successfully, but these errors were encountered: