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
This is caused by a combination of factors. We had pinned to old astroquery because of: astropy/astroquery#2659
But now astropy/astroquery#2654 showed that SDSS queries are broken due to python web client dropping headers on redirects. However this can be worked around with fixing astroquery to a version before the PR that resolved 2659 (from September 2022, actually v0.4.6, the last stable version, still works), but a small workaround is needed:
Reported on Slack by @rhandberg:
This is caused by a combination of factors. We had pinned to old
astroquery
because of:astropy/astroquery#2659
But now astropy/astroquery#2654 showed that SDSS queries are broken due to python web client dropping headers on redirects. However this can be worked around with fixing astroquery to a version before the PR that resolved 2659 (from September 2022, actually v0.4.6, the last stable version, still works), but a small workaround is needed:
I am making a PR with this fix which makes all tests, including catalog xmatch, tns, and ztf queries pass.
The text was updated successfully, but these errors were encountered: