CMR Search Internal Error
CMR Search Internal Error
For example, I get an "internal error" message when searching for concept ID and temporal range in CMR.
Access: 1/10/2025 at 2:15PM ET.
https://cmr.earthdata.nasa.gov/search/granules.umm_json?concept_id%5B%5D=C1276812830-GES_DISC&temporal%5B%5D=2019-09-26T00:00:00Z,2019-09-27T23:59:59Z&page_size=0
Data Product: MERRA-2 tavg1_2d_adg_Nx
Application: earthaccess
Response:
{
"errors": [
"An Internal Error has occurred."
]
}
Access: 1/10/2025 at 2:15PM ET.
https://cmr.earthdata.nasa.gov/search/granules.umm_json?concept_id%5B%5D=C1276812830-GES_DISC&temporal%5B%5D=2019-09-26T00:00:00Z,2019-09-27T23:59:59Z&page_size=0
Data Product: MERRA-2 tavg1_2d_adg_Nx
Application: earthaccess
Response:
{
"errors": [
"An Internal Error has occurred."
]
}
Filters:
-
- Subject Matter Expert
- Posts: 31
- Joined: Mon Aug 16, 2021 2:49 pm America/New_York
- Has endorsed: 1 time
Re: CMR Search Internal Error
Our data system had an issue last week. Can you try again? If you still have trouble, please send us a screenshot of the webpage with the error message so we can better assist you. Thanks for your patience.
NASA GES DISC MERRA-2 support team
NASA GES DISC MERRA-2 support team
Re: CMR Search Internal Error
Thank you. The CMR service no longer returns an error response.
Is it possible to capture these error events to return a message than "internal server error" when these events occur? For example, return a link to the CMR status page to check on the issue?
Is it possible to capture these error events to return a message than "internal server error" when these events occur? For example, return a link to the CMR status page to check on the issue?
-
- User Services
- Posts: 13
- Joined: Tue Dec 17, 2024 7:46 am America/New_York
Re: CMR Search Internal Error
The problem with the URL is "&page_size=0" at the end; changing %page_size=100 works just fine:
https://cmr.earthdata.nasa.gov/search/granules.umm_json?concept_id%5B%5D=C1276812830-GES_DISC&temporal%5B%5D=2019-09-26T00:00:00Z,2019-09-27T23:59:59Z&page_size=100
Additional documentation about paging in CMR is at https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#paging-details
https://cmr.earthdata.nasa.gov/search/granules.umm_json?concept_id%5B%5D=C1276812830-GES_DISC&temporal%5B%5D=2019-09-26T00:00:00Z,2019-09-27T23:59:59Z&page_size=100
Additional documentation about paging in CMR is at https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#paging-details