Internal Server Error with thumbs=true
vikey89 opened this issue · 4 comments
vikey89 commented
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 it
Deleted user commented
HelixSpiral commented
@vikey89 is this still an issue? I'm attempting to reproduce and cannot get any error using &thumbs=true
.
HelixSpiral commented
@JustinGOSSES I've been including &thumbs=true
by default in an application I'm writing and I can't reproduce this. It's likely been fixed and this issue can be closed.
Link to the service that isn't erroring: https://github.com/HelixSpiral/apod-to-mqtt/blob/master/main.go#L34
KevinScottBatchelor commented