Vincenzo Provenza

Results 1 issues of Vincenzo Provenza

The following request is producing an Internal Server Error: Request: `https://api.nasa.gov/planetary/apod?api_key=[APY_KEY]&start_date=2020-09-12&end_date=2020-09-21&thumbs=true` Response: ``` { "code": 500, "msg": "Internal Service Error", "service_version": "v1" } ``` Removing the 'thumbs=true' query parameter solves...