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

CDN is producing odd results #944

Open
2 tasks done
beckermr opened this issue May 22, 2024 · 3 comments
Open
2 tasks done

CDN is producing odd results #944

beckermr opened this issue May 22, 2024 · 3 comments
Labels
type::bug describes erroneous operation, use severity::* to classify the type

Comments

@beckermr
Copy link

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

I am trying to download some packages to inspect them manually, and am seeing odd errors. I am getting the cloudflare timeout webpage and one of the artifacts I did manage to download had the platform-arch striong preprended to the filename. When that is preprended, the artifact won't extract properly with conda-package-handling.

Conda Info

N/A

Conda Config

N/A

Conda list

N/A

Additional Context

No response

@beckermr beckermr added the type::bug describes erroneous operation, use severity::* to classify the type label May 22, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in 🧭 Planning May 22, 2024
@chenghlee
Copy link
Contributor

Example: if you go to https://anaconda.org/conda-forge/zlib/files and click on linux-64/zlib-1.3.1-hd590300_0.conda, the resulting file gets downloaded as linux-64_zlib-1.3.1-hd590300_0.conda and not zlib-1.3.1-hd590300_0.conda. This change in filename breaks tooling like conda-package-handling, which assumes conda package files do not have the linux-64_ prefix.

@nchernia-anaconda
Copy link

Thanks for reporting this issue. We will try to address this as soon as we can.

In the mean time, the team has instructed 1) to use the CLI instead of downloading from the UI or 2) rename the file manually (as @chenghlee pointed out)

@jakirkham
Copy link
Member

FWIW there is another issue downloading from the web UI ( #868 ). Maybe these can be addressed together?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::bug describes erroneous operation, use severity::* to classify the type
Projects
Status: 🆕 New
Development

No branches or pull requests

4 participants