desy-multimessenger / nuztf

Central repository for scripts handling ZTF Target of Opportunity requests using AMPEL. This includes neutrino, GRB and GW events.
MIT License
1 stars 0 forks source link

GCN API JSON endpoint changed #362

Closed JannisNe closed 1 year ago

JannisNe commented 1 year ago

Describe the bug The JSON URL for GCN circulars apparently changed

To Reproduce Steps to reproduce the behavior: 1.from nuztf.parse_nu_gcn import get_latest_gcn, parse_gcn_circular

  1. parse_gcn_circular(get_latest_gcn())
  2. See error

Expected behavior Everything works.

Screenshots See e.g. this CI run

JannisNe commented 1 year ago

fixed by PR #361