nasa / apod-api

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

Internal Service Error with Error Code 500 when requesting thumbnail for APOD of June 13, 2021 #78

Closed dd1929 closed 3 years ago

dd1929 commented 3 years ago

On requesting the JSON for the APOD of June 13, 2021, no data is returned. Instead, an error is returned, saying 'Internal Server Error' and giving error code '500'.

Request URL: https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY&thumbs=true&date=2021-06-13

Result: {"code":500,"msg":"Internal Service Error","service_version":"v1"}

Tested with DEMO_KEY as well as release API Key got from https://api.nasa.gov.

dd1929 commented 3 years ago

I realise this is the case with all Vimeo videos. Please look into #60, @dsvdmeer has contributed a fix. Thanks.