We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate why searching for sdss id 23326 on the main search page with a 500 error. https://data.sdss5.org/zora/search
The search form data is
carton: "" coords: "" dec: "" id: "23326" program: "" ra: "" radius: "" release: "IPL3" units: "degree"
Yet valis seems to work
curl -X 'POST' \ 'https://api.sdss.org/valis/query/main?release=IPL3' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "ra": "", "dec": "", "radius": "", "units": "degree", "id": 23326, "program": "", "carton": "" }'
also
curl -X 'GET' \ 'https://api.sdss.org/valis/query/sdssid?sdss_id=23326&release=IPL3' \ -H 'accept: application/json'
The text was updated successfully, but these errors were encountered:
This has now been fixed with the latest commit (sdss/valis@26a32e1) of valis, and update at Utah
Sorry, something went wrong.
No branches or pull requests
Investigate why searching for sdss id 23326 on the main search page with a 500 error. https://data.sdss5.org/zora/search
The search form data is
Yet valis seems to work
also
The text was updated successfully, but these errors were encountered: