Timeout for in.pkg.julialang.org

Hi,

I just did a fresh compile of the v1.9.1 tag of julia, and attempted to add the PyCall package. I get the following warnings:

(@v1.9) pkg> add PyCall
  Installing known registries into `~/.julia`
┌ Warning: could not download https://pkg.julialang.org/registries
│   exception = RequestError: HTTP/2 301 (Connection timeout after 30010 ms) while requesting https://pkg.julialang.org/registries
└ @ Pkg.Registry /opt/julia-v1.9/usr/share/julia/stdlib/v1.9/Pkg/src/Registry/Registry.jl:69
┌ Warning: could not download https://pkg.julialang.org/registries
│   exception = RequestError: HTTP/2 301 (Connection timeout after 30004 ms) while requesting https://pkg.julialang.org/registries
└ @ Pkg.Registry /opt/julia-v1.9/usr/share/julia/stdlib/v1.9/Pkg/src/Registry/Registry.jl:69
     Cloning registry from "https://github.com/JuliaRegistries/General.git"
       Added registry `General` to `~/.julia/registries/General`
┌ Warning: could not download https://pkg.julialang.org/registries
│   exception = RequestError: HTTP/2 301 (Connection timeout after 30004 ms) while requesting https://pkg.julialang.org/registries
└ @ Pkg.Registry /opt/julia-v1.9/usr/share/julia/stdlib/v1.9/Pkg/src/Registry/Registry.jl:69
    Updating registry at `~/.julia/registries/General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Resolving package versions...
┌ Warning: could not download https://pkg.julialang.org/registries
│   exception = RequestError: HTTP/2 301 (Connection timeout after 30030 ms) while requesting https://pkg.julialang.org/registries
└ @ Pkg.Registry /opt/julia-v1.9/usr/share/julia/stdlib/v1.9/Pkg/src/Registry/Registry.jl:69

I tried going to pkg.julialang.org/registries using a browser. There was a redirect to in.pkg.julialang.org/registries and then the browser times out.

There doesn’t seem to be any issue in github for this. Is this a temporary server issue? Or a known issue? Or just my network somehow?

Thanks

1 Like