Closed hemangshah closed 4 years ago
+1
I'm experiencing the same issue.
If anyone needs a list of APODs (eg. from today to 20 days ago), I made a little API that doesn't throw 500 error when it contains 07.10.2018 APOD. If anyone is interested, here's the link: https://apod-wrapper.herokuapp.com/help
This work as a temporary solution. You are the MVP. Thanks @PawelPleskaczynski
Thanks @samyanez94 :) I will use it for my APOD client as well until NASA (hopefully) solves the problem.
@PawelPleskaczynski , how many requests one can make on that helper?
Well, I haven't tried it yet, but according to this website, I'm limited to 4500 requests/h
I forked the repository, fixed the problem and made a pull request. I tested it locally and it doesn't throw any errors when an APOD isn't an image or video.
@hemangshah @samyanez94
@PawelPleskaczynski, awesome! Now we'll have to wait until Nasa Devs will approve your PR.
Well, I haven't tried it yet, but according to this website, I'm limited to 4500 requests/h
Awesome! Heroku wins but NASA APOD API only allows 1000/h ;-)
Yeah, let's hope they'll approve it! It's my first PR ever in my life so I'm pretty excited 😅
Hello - is there an update on this issue?
This problem has now been fixed.
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY&date=2018-10-07
Getting below error:
because of this, I can't even use the API request with start_date and end_date contains above date.
For example this API calls will also not work:
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY&start_date=2018-10-07&end_date=2018-10-08
https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY&start_date=2018-10-01&end_date=2018-10-08
Please fix 7th October. Looking forward to hearing back from you.