Skip to content

Request that triggered auth fails after successful authentication #12

@vdayanand

Description

@vdayanand

Request that triggered auth fails even after authentication is successful. Subsequent Pkg requests were successful.
Example:

julia> using Pkg

julia> Pkg.Registry.update()
   Updating registry at `~/projects/testdepot/registries/General`
Authentication required: please authenticate in browser.
The authentication page should open in your browser automatically, but you may need to switch to the opened window or tab. If the authentication page is not automatically opened, you can authenticate by manually opening the following URL: https://juliahub.com/auth/response?a1c2d3bd5f4d6bbe54f70365ce2e1d5d
[ Info: Authentication successful.
┌ Warning: could not download https://juliahub.com/registries
└ @ Pkg.Types /Users/julia/buildbot/worker/package_macos64/build/usr/share/julia/stdlib/v1.5/Pkg/src/Types.jl:951

julia> Pkg.Registry.update()
   Updating registry at `~/projects/testdepot/registries/General`

julia> using Pkg

julia> Pkg.add("Luxor")
  Resolving package versions...
  Installed Graphite2_jll ──────────────── v1.3.13+4
  Installed FriBidi_jll ────────────────── v1.0.5+6
  Installed Xorg_libxcb_jll ────────────── v1.13.0+3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions