hex
hex copied to clipboard
Failing to fetch packages from organization
❯❯ 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
Can you fetch with mix deps.get? Fetching packages and searching packages uses different APIs and authentication mechanisms.
mix deps.get works without issue
I was able to fetch the packages I needed using hex_core. Still not really sure what's up with the mix task. I noticed :hex_api_package.get(config, "grid_packer") wasn't returning data till the end (404), but other functions started to work once I figured out the configuration.
I'll be closing this organization before the next renewal on the 26th. Happy to provide any more details around this till then.