coviddata / coviddata

Daily COVID-19 statistics by country, region, and city
https://coviddata.github.io/coviddata
48 stars 11 forks source link

Data not updating any longer? #21

Closed jum closed 3 years ago

jum commented 3 years ago

I am seeing that several days now there has been no new data arriving. Anything that can be done about that?

smartcuc commented 3 years ago

Well, seeing the same. No updates any more.... :-(

Crabbey commented 3 years ago

Looks like the task is failing to parse one of the incoming CSV files in the automated action tasks: CSV Headers: FIPS, Admin2, Province_State, Country_Region, LastUpdate, Lat, Long, Confirmed, Deaths, Recovered, Active, Combined_Key, Incidence_Rate, Case-Fatality_Ratio /home/runner/work/coviddata/coviddata/src/sources/jhu_csse/standardize.rb:47:in row_to_location_names': Missing country (RuntimeError) from /home/runner/work/coviddata/coviddata/src/sources/jhu_csse/standardize.rb:33:inadd_output_row' from /home/runner/work/coviddata/coviddata/src/sources/jhu_csse/standardize.rb:27:in block (2 levels) in standardize_data' from /opt/hostedtoolcache/Ruby/2.6.6/x64/lib/ruby/2.6.0/csv/table.rb:337:ineach'

I'm not overly confident with Ruby, so I'm not sure of the best way to address this.

jum commented 3 years ago

Today the data is back! Thanks whoever fixed it.

jum commented 3 years ago

Well, it has not been updating for a few days again.

jum commented 3 years ago

Ok, it is flowing again.