ProjectPythia / pythia-foundations

Jupyterbook source for the Foundations collection
http://foundations.projectpythia.org
Apache License 2.0
59 stars 42 forks source link

Link checker failing #302

Closed jnmorley closed 2 years ago

jnmorley commented 2 years ago

The link checker action is failling to run successfully. link to failed action When I click on most of the links (specifically links to Cartopy resources) flagged as broken they appear to still work. Two other links are flagged as broken both from the xarray computation-masking page. They are https://www.ncdc.noaa.gov/teleconnections/enso/indicators/sst/ and https://www.ncdc.noaa.gov/monitoring-content/teleconnections/nino-regions.gif. These two links both respond with 502 proxy errors. The action was run twice with the same results.

jukent commented 2 years ago

Thanks for pointing this out @jnmorley

r-ford commented 2 years ago

Seems like this may now be resolved. I ran the link checker here.

brian-rose commented 2 years ago

Yes, the link-checker actions runs nightly and it hasn't been showing any failures recently (e.g. https://github.com/ProjectPythia/pythia-foundations/actions/runs/2562505060)

Usually these kind of failures are due to some temporary server glitches on the remote end (in this case ncdc.noaa.gov).

I'll close this issue now since no action is required from us.