Skip to content
New issue

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

search for id 23326 fails with request 500 #40

Closed
havok2063 opened this issue Jul 12, 2024 · 1 comment
Closed

search for id 23326 fails with request 500 #40

havok2063 opened this issue Jul 12, 2024 · 1 comment
Labels
bug Something isn't working search page the main search form page

Comments

@havok2063
Copy link
Contributor

havok2063 commented Jul 12, 2024

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'
@havok2063 havok2063 added bug Something isn't working search page the main search form page labels Jul 12, 2024
@havok2063
Copy link
Contributor Author

This has now been fixed with the latest commit (sdss/valis@26a32e1) of valis, and update at Utah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working search page the main search form page
Projects
None yet
Development

No branches or pull requests

1 participant