-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Server Error with thumbs=true #62
Comments
@vikey89 is this still an issue? I'm attempting to reproduce and cannot get any error using |
@JustinGOSSES I've been including Link to the service that isn't erroring: https://github.com/HelixSpiral/apod-to-mqtt/blob/master/main.go#L34 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Removing the 'thumbs=true' query parameter solves it
The text was updated successfully, but these errors were encountered: