IQSS / open-source-at-harvard

Listing and exploring open source software written at Harvard

Home Page:https://github.com/IQSS/open-source-at-harvard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

junk row with 0001-01-01 as updated and created date, schema_MCZbase 404

pdurbin opened this issue · comments

I'm not sure how this "0001-01-01" junk row was introduced. It doesn't exist in earlier versions like 2017-07-31.tsv. I'm using Go 1.10 rather than Go 1.4 but that's the only difference I can think of. I've barely touched the code in years. Maybe one of the repos in github.tsv is a 404? Not sure.

0 0001-01-01 0 0 0 0 0001-01-01

screen shot 2019-02-25 at 10 42 39 pm

Ah, {"message":"Not Found","documentation_url":"https://developer.github.com/v3/repos/#get"} at https://github.com/pdurbin/open-source-at-harvard-primary-data/blob/master/2019-02-25/MCZbase-schema_MCZbase.json and sure enough https://github.com/MCZbase/schema_MCZbase is a 404:

screen shot 2019-02-25 at 10 52 56 pm

I added all these MCZbase repos when I merged pull request #17 so I should check with @chicoreus about this "schema_MCZbase" one.

I just merged pull request #20

Should fix it. Thanks, @chicoreus !

Obviously, the code should do more error checking so I opened #21 for that.