Can't run mix local.hex

I have a real weird behaving system right now:

mix local.hex --force doesn’t work. It just hangs. I investigated a bit further and this:

> :inets.start
> :ssl.start
> :httpc.request 'https://elixir-lang.org'

which runs perfectly on my other machines hangs and doesn’t return anything on that machine.

elixir --info returns this:

Erlang/OTP 21 [erts-10.1] [source] [64-bit] [smp:13:13] [ds:13:13:10] [async-threads:1] [hipe]

Elixir 1.7.3 (compiled with Erlang/OTP 20)

The system is a debian and using the apt repos to install erlang and elixir. What can I do to find out what is causing this?

Thanks!

2 Likes

I think you are hitting this recent issue:

I’d recommend commenting there, they could use your help (assistance on computer and network setup, etc… etc…). :slight_smile:

1 Like

Thanks! Will comment there.

<3

1 Like