hex problem with the gleam build tool #1373
Replies: 2 comments 7 replies
-
That's very interesting- that command doesn't use any authentication. Does the problem persist if you change your IP by using a different internet connection? |
Beta Was this translation helpful? Give feedback.
-
ok, I figured it out [
...,
%{
dependencies: [
%{optional: true, package: "cowboy", requirement: "~> 1.0"},
%{package: "plug", requirement: ">= 0.13.1 and < 2.0.0"},
%{package: "poison", requirement: "~> 1.3"}
],
inner_checksum: <<74, 82, 181, 5, 158, 238, 181, 108, 195, 161, 61, 122, 94,
215, 254, ...>>,
outer_checksum: <<105, 106, 76, 118, 6, 200, 174, 66, 46, 179, 65, 236, 213,
116, ...>>,
version: "0.15.0"
},
%{
dependencies: [
%{optional: true, package: "cowboy", requirement: "~> 1.0"},
%{package: "plug", requirement: "~> 0.14 or ~> 1.0"},
%{package: "poison", requirement: "~> 1.3"}
],
inner_checksum: <<73, 176, 185, 126, 84, 89, 132, 36, 222, 71, 36, 133, 110,
134, ...>>,
outer_checksum: <<32, 187, 33, 129, 44, 249, 177, 176, 25, 64, 88, 251, 31,
...>>,
version: "0.16.0"
},
...] For some reason |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just got the new gleam version and tried to test the new gleam build tool. But I keep getting the following message:
This happens for any command that has to do the
Resolving versions
step!It seems to be about my hex account, so I just logged in using
mix hex.user auth
but it didn't solve the problem. I should also say that there is nothing wrong with my account because I could publish a new version of my hex package with no problem. So what's going on?Beta Was this translation helpful? Give feedback.
All reactions