Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to fetch packages from organization #1062

Open
LostKobrakai opened this issue Jan 25, 2025 · 2 comments
Open

Failing to fetch packages from organization #1062

LostKobrakai opened this issue Jan 25, 2025 · 2 comments

Comments

@LostKobrakai
Copy link

LostKobrakai commented Jan 25, 2025

❯❯ mix hex.search grid_packer
Organization  Package      Description                                            Version  URL                                     
madeit        grid_packer  Algorithms for packing elements onto a (2d) coordi...  0.2.0    https://hex.pm/packages/madeit/grid_packer
❯❯ mix hex.package fetch grid_packer --organization madeit --unpack 
** (Mix) No package with name grid_packer

* hex-2.1.1

@ericmj
Copy link
Member

ericmj commented Jan 25, 2025

Can you fetch with mix deps.get? Fetching packages and searching packages uses different APIs and authentication mechanisms.

@LostKobrakai
Copy link
Author

mix deps.get works without issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants