PerezHz / HORIZONS.jl

An interface to NASA-JPL HORIZONS system and other Solar System Dynamics APIs in Julia
Other
17 stars 6 forks source link

Tests failing on julia 1.11.0-alpha1 #37

Closed PerezHz closed 7 months ago

PerezHz commented 7 months ago

See e.g. this log. I've managed to reproduce this issue with the following MWE:

using HTTP
HTTP.get("https://ssd.jpl.nasa.gov/api/horizons.api", query=Dict("COMMAND"=>"1"))

The exact same code runs fine on julia 1.10.

PerezHz commented 7 months ago

See JuliaWeb/HTTP.jl/issues/1157

PerezHz commented 7 months ago

Solved in latest HTTP.jl release (v1.10.3)