You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might need a better way to handle not being able to fetch a catalogue record, and probably shouldn't need to try more than one API endpoint (the MOLES catalogue) to get a cachable result. See:
It's been noted that a relatively new addition to the "moles_record" function above may have caused some unexpected problems. Specifically, the code within this if block may need better error handling:
We might need a better way to handle not being able to fetch a catalogue record, and probably shouldn't need to try more than one API endpoint (the MOLES catalogue) to get a cachable result. See:
archive_browser/browser/views.py
Line 72 in aaeaaad
Unsure what the best way to handle a failure is, but at least we should remove "catalogue.ceda.ac.uk" from the list of CAT_URLS.
The text was updated successfully, but these errors were encountered: