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

I get 404 when I try to install kotlin #3

Closed
lowks opened this issue Jan 30, 2019 · 7 comments
Closed

I get 404 when I try to install kotlin #3

lowks opened this issue Jan 30, 2019 · 7 comments

Comments

@lowks
Copy link

lowks commented Jan 30, 2019

I get this error when I try to install kotlin using the plugin:

asdf install kotlin 1.3.20-eap-52
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   622    0   622    0     0   1143      0 --:--:-- --:--:-- --:--:--  1145
100 36.4M  100 36.4M    0     0   325k      0  0:01:54  0:01:54 --:--:--  426k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found

After that it says that Kotlin is installed when it isn't

@missingcharacter
Copy link
Collaborator

Hi @lowks,

I just tried the same thing and it all seem to work:

$ asdf install kotlin 1.3.20-eap-52
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   622    0   622    0     0   1495      0 --:--:-- --:--:-- --:--:--  1491
100 36.4M  100 36.4M    0     0  3924k      0  0:00:09  0:00:09 --:--:-- 4656k

$ kotlin
kotlin         kotlinc        kotlinc-js     kotlinc-jvm    kotlin-dce-js

Could you please give me more details? was this using a macOS machine?

@missingcharacter
Copy link
Collaborator

@lowks you could run the following: bash -x $(which asdf) install kotlin 1.3.20-eap-52 &> asdf-install.log and paste the output here.
Note: make sure you read the output before pasting it and remove anything you consider private

@missingcharacter
Copy link
Collaborator

I think I found the problem, seems like kotlin-native and kotlin-compiler use different versions
Example: https://github.com/JetBrains/kotlin/releases/tag/v1.3.20

I'll see if I can spend some time to fix this issue

@lowks
Copy link
Author

lowks commented Jan 30, 2019 via email

@missingcharacter
Copy link
Collaborator

missingcharacter commented Jan 31, 2019

I think this should work now, could you please try again?

@lowks
Copy link
Author

lowks commented Jan 31, 2019 via email

@missingcharacter
Copy link
Collaborator

This should be the fix #4

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

No branches or pull requests

2 participants