nasa / apod-api

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

2018-01-04 / explanation var is incomplete #3

Closed jnshnz closed 3 years ago

jnshnz commented 6 years ago

Today's JSON explanation var content: "The Crab Nebula is cataloged as M1, the first on Charles Messier's famous lis"

The original text is much longer...

jgdv commented 6 years ago

I've also seen another instance, in the 2007-01-05 picture, from which explanation returns a string which is correct except missing the first two characters (so "Early" is clipped to "rly")

JustinGOSSES commented 4 years ago

Pull request https://github.com/nasa/apod-api/pull/27 will address this. Awaiting reorg of that pull request to match today's code structure.

JustinGOSSES commented 3 years ago

Think this is fixed now.