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

GH Actions with this action runs on http error 429 since yesterday #357

Closed
Rubber1Duck opened this issue Jun 28, 2024 · 4 comments
Closed

Comments

@Rubber1Duck
Copy link

I have son GH actions runnig over a year , with no problems , but since yesterday all these action runs on an error.
see log

Run conda-incubator/setup-miniconda@v2
with:
auto-activate-base: false
activate-environment: covid
python-version: 3.11
miniconda-version: latest
channels: conda-forge,defaults
auto-update-conda: false
remove-profiles: true
architecture: x64
clean-patched-environment-file: true
run-post: true
Gathering Inputs...
Creating bootstrap condarc file in /home/runner/.condarc...
Ensuring installer...
Can we use bundled Miniconda?
Can we download a custom installer by URL?
Can we download Miniconda?
... will download Miniconda.
Miniconda3-latest-Linux-x86_64.sh
Ensuring Installer...
Checking for cached Miniconda3@latest...
Did not find Miniconda3-latest-Linux-x86_64.sh latest in cache
Unexpected HTTP response: 429
Waiting 18 seconds before trying again
Unexpected HTTP response: 429
Waiting 14 seconds before trying again
Error: Unexpected HTTP response: 429

@mmcky
Copy link

mmcky commented Jun 28, 2024

+1 -- it looks like the anaconda server is giving me the same response.

https://repo.anaconda.com/miniconda/

{
"reason":"terms of service rate limit exceeded",
"message":"It has been determined that you are in violation of the Anaconda terms of service, and may not be licensed for usage."
}

when trying to download the .sh file

@egillax
Copy link

egillax commented Jun 28, 2024

It seems this is an issue at anaconda's end and they are looking into it:

Just wanted to confirm that we’re looking into this issue - we’ll get back to you ASAP.

From here

@wpreimes
Copy link

Seems to work again

@Rubber1Duck
Copy link
Author

It seems this is an issue at anaconda's end and they are looking into it:

Just wanted to confirm that we’re looking into this issue - we’ll get back to you ASAP.

From here

Yes it seems so, and it seems to work again, now.
close this issue now

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

4 participants