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
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
adsbibdesk was failing silently for me for the past day, which is because the ESOADS server has been down for maintenance. Here's the page they return:
<html>
<body>
<center>Maintenance operations are in progress from Thursday 26 February 16:00<br>
UTC until Friday 27 February 08:00 UTC. Apologies for the inconvenience.<br>
<br>
Until this maintenance is completed, please use the main ADS<br>
Abstract server at <a href="http://adsabs.harvard.edu/abstract_service.html">http://adsabs.harvard.edu/abstract_service.html</a>. Thank you.</center>
</body>
</html>
It would be good to either (a) report this as a failure on the command line or (b) use alternate mirrors when one is down.
I'm not sure how best to do this, though - perhaps at the start of any adsbibdesk session, the main page of the mirror should be loaded and searched for key terms? Or we could look for http://adsabs.mirror.xxx/abs and if there is no response from the server (anything other than an http 200 response), do (a) or (b)?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
adsbibdesk was failing silently for me for the past day, which is because the ESOADS server has been down for maintenance. Here's the page they return:
It would be good to either (a) report this as a failure on the command line or (b) use alternate mirrors when one is down.
I'm not sure how best to do this, though - perhaps at the start of any adsbibdesk session, the main page of the mirror should be loaded and searched for key terms? Or we could look for
http://adsabs.mirror.xxx/abs
and if there is no response from the server (anything other than an http 200 response), do (a) or (b)?The text was updated successfully, but these errors were encountered: