nasa / apod-api

Astronomy Picture of the Day API service
Apache License 2.0
834 stars 162 forks source link

500 Internal server error displays for 1995-06-17, 1995-06-18, 1995-06-19 searches #35

Closed punpunkore closed 4 years ago

punpunkore commented 4 years ago

I ran into 500 errors attempting to view data on prod for certain dates using my dev api key...

https://api.nasa.gov/planetary/apod?api_key=ENTER_API_KEY&date=1995-06-16 is successful https://api.nasa.gov/planetary/apod?api_key=ENTER_API_KEY&date=1995-06-17 => 500 error https://api.nasa.gov/planetary/apod?api_key=ENTER_API_KEY&date=1995-06-18 => 500 error https://api.nasa.gov/planetary/apod?api_key=ENTER_API_KEY&date=1995-06-19 => 500 error https://api.nasa.gov/planetary/apod?api_key=ENTER_API_KEY&date=1995-06-20 is successful

punpunkore commented 4 years ago

Oops. Closing this. There is no data for those dates in the archive it seems