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

PDS-API returns Error 500 for classes/collections #245

Open
gxtchen opened this issue Jan 3, 2023 · 1 comment
Open

PDS-API returns Error 500 for classes/collections #245

gxtchen opened this issue Jan 3, 2023 · 1 comment

Comments

@gxtchen
Copy link

gxtchen commented Jan 3, 2023

πŸ› Describe the bug identified during I&T

PDS-API works when querying for products and bundles, but returns error code 500 when querying for collections.

βž• Additional Details

πŸ“œ To Reproduce

Steps to reproduce the behavior:

  1. Go to https://pds.nasa.gov/api/search/1.1/classes/collections
  2. using curl
    % curl --get 'https://pds.nasa.gov/api/search/1.1/classes/collections'
    --data-urlencode 'limit=10'
    --data-urlencode 'q=(pds:Primary_Result_Summary.pds:processing_level eq "Raw")'
  3. See error
    {"timestamp":1672733821256,"status":500,"error":"Internal Server Error","path":"/classes/collections"}%
    or see this on the browser:
    Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.
Tue Jan 03 08:10:45 UTC 2023
There was an unexpected error (type=Internal Server Error, status=500).

πŸ•΅οΈ Expected behavior

should return results in json.

πŸ¦„ Related requirements

βš™οΈ Engineering Details

@jordanpadams
Copy link
Member

@gxtchen can you try to deploy this locally and see if this still fails? It is my understanding this has been fixed. We are just working on a new deployment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ToDo
Development

No branches or pull requests

3 participants