# Timeout for in.pkg.julialang.org

**URL:** https://discourse.julialang.org/t/timeout-for-in-pkg-julialang-org/101199
**Category:** Package Management
**Tags:** question, package
**Created:** [July 5, 2023, 7:58am UTC](https://discourse.julialang.org/t/timeout-for-in-pkg-julialang-org/101199 "2023-07-05T07:58:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![msravi](https://avatars.discourse-cdn.com/v4/letter/m/4da419/32.png) [@msravi](https://discourse.julialang.org/u/msravi)
#### Post date: [July 5, 2023, 7:58am UTC](https://discourse.julialang.org/t/timeout-for-in-pkg-julialang-org/101199/1 "2023-07-05T07:58:08Z")

</div>

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:

```julia
(@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
