taylor / kiex

Elixir version manager
http://taylor.github.io/kiex/
MIT License
766 stars 65 forks source link

No versions of elixir found #85

Closed aturkewi closed 2 years ago

aturkewi commented 5 years ago

No versions of elixir showing up. I had previously installed versions on my local.

// ♥ kiex list known
Getting the available releases from https://github.com/elixir-lang/elixir/releases

Known Elixir releases:

I saw this issue https://github.com/taylor/kiex/issues/52 and tried opening a new shell. I still could not list any versions.

I tried imploding and re-installing kiex with curl and I'm still not seeing an versions of elixir showing up.

I have the following loading up in my bash profile:

# Kiex - Elixir Version Manager
[[ -s "$HOME/.kiex/scripts/kiex" ]] && source "$HOME/.kiex/scripts/kiex"
janispauls commented 5 years ago

+1

kanes115 commented 5 years ago

+1

kanes115 commented 5 years ago

In my case this was due to the github api not working for some time. It would be still nice if there was a message that describes what kind of issue kiex had while fetching releases.

taylor commented 2 years ago

It is likely that it was a GitHub API error as it is working again.

image

Good idea on the message describing an error when fetching a release name. If this comes up again we can look at adding that. Feel free to contribute something ahead of time though (testing with a fake failure etc).