GoogleCloudPlatform / covid-19-open-data

Datasets of daily time-series data related to COVID-19 for over 20,000 distinct locations around the world.
Apache License 2.0
471 stars 130 forks source link

CZ hospitalization source fails with parsing error #75

Closed themonk911 closed 4 years ago

themonk911 commented 4 years ago

Looks like a change in the sheet naming,

Traceback (most recent call last):
  File "/home/vmagent/app/lib/pipeline.py", line 164, in _run_wrapper
    return data_source.run(output_folder, cache, aux)
  File "/home/vmagent/app/lib/data_source.py", line 226, in run
    data = self.parse(data, {name: df.copy() for name, df in aux.items()}, **parse_opts)
  File "/home/vmagent/app/pipelines/hospitalizations/cz_authority.py", line 30, in parse
    data = page.select("#panel3-hospitalization")[0]
IndexError: list index out of range
owahltinez commented 4 years ago

Transient issue, it is now working