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

Unexpected HTTP response: 404 #85

Closed
elbaulp opened this issue Jan 15, 2021 · 4 comments
Closed

Unexpected HTTP response: 404 #85

elbaulp opened this issue Jan 15, 2021 · 4 comments

Comments

@elbaulp
Copy link

elbaulp commented Jan 15, 2021

Since yesterday I am getting a 404 error:

Run fwilhe2/setup-kotlin@main
  with:
    version: 1.4.21
/usr/bin/unzip -q /home/runner/work/_temp/ba4df20a-7c3e-493e-bff3-19111d9affd2
Error: Unexpected HTTP response: 404

I do not specify any version, so it is picking the default value.

Any ideas on what's going on? Why is receiving a 404?

joffrey-bion added a commit to joffrey-bion/chrome-devtools-kotlin that referenced this issue Jan 15, 2021
joffrey-bion added a commit to joffrey-bion/chrome-devtools-kotlin that referenced this issue Jan 15, 2021
@joffrey-bion
Copy link

Same problem here since last night.

Some notes:

  • Fixing the version of this action to 0.0.6 (instead of @main) doesn't solve the issue
  • Fixing the version of kotlin to 1.4.20 (instead of the default 1.4.21) doesn't solve the issue

I wonder what changed recently.

joffrey-bion added a commit to joffrey-bion/chrome-devtools-kotlin that referenced this issue Jan 15, 2021
This avoids having to setup kotlin in Github Actions
(which currently has this problem: fwilhe2/setup-kotlin#85).
@elbaulp
Copy link
Author

elbaulp commented Jan 15, 2021

Ah, yeah, forgot to mention, I also tried to change the version on the action itself and did not help either

@fwilhe2
Copy link
Owner

fwilhe2 commented Jan 15, 2021

Thanks for reporting. JetBrains have changed the name of the kotlin/native archive which makes the download fail. Probably downloading native should be optional, but currently it is not.

You could use 0.0.5 of the action for now if you don't want to use native.

Otherwise, the url is fixed in #86

This change is available in main and 0.0.7.

@fwilhe2 fwilhe2 closed this as completed Jan 15, 2021
@elbaulp
Copy link
Author

elbaulp commented Jan 15, 2021

Thanks to you for your quick fix :-)

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

No branches or pull requests

3 participants