We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Trying to download an sdist for traitlets 5.6.0 using the predictable url https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.6.0.tar.gz produces a 404:
❯ curl -I https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.6.0.tar.gz HTTP/2 404 content-type: application/octet-stream server: nginx/1.13.9 accept-ranges: bytes date: Tue, 29 Nov 2022 17:26:07 GMT age: 0 x-served-by: cache-iad-kiad7000160-IAD, cache-den8256-DEN x-cache: MISS, MISS x-cache-hits: 0, 0 x-timer: S1669742767.083365,VS0,VE122 strict-transport-security: max-age=31536000; includeSubDomains; preload x-frame-options: deny x-xss-protection: 1; mode=block x-content-type-options: nosniff x-permitted-cross-domain-policies: none x-robots-header: noindex content-length: 0
This was seen on a conda-forge worker and I've reproduced locally. This works fine for the previous version (5.5.0). It also works fine if I use the (unpredictable) URL that's listed on pypi: https://files.pythonhosted.org/packages/ed/98/43976cc847e7f2a79770af0a92cbb3cbf0e568ba0b3daa88699b4c746ae9/traitlets-5.6.0.tar.gz
This package was uploaded about 5 hours ago. Other, more recently updated packages also seem fine.
The text was updated successfully, but these errors were encountered:
Likely related to #11949, as JSON feeds conveyor. Taking a closer look now.
Sorry, something went wrong.
Confirmed, this is a symptom of #11949, closing as duplicate.
wrong issue ref, sorry: #12214
No branches or pull requests
Describe the bug
Trying to download an sdist for traitlets 5.6.0 using the predictable url https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.6.0.tar.gz produces a 404:
This was seen on a conda-forge worker and I've reproduced locally. This works fine for the previous version (5.5.0). It also works fine if I use the (unpredictable) URL that's listed on pypi: https://files.pythonhosted.org/packages/ed/98/43976cc847e7f2a79770af0a92cbb3cbf0e568ba0b3daa88699b4c746ae9/traitlets-5.6.0.tar.gz
This package was uploaded about 5 hours ago. Other, more recently updated packages also seem fine.
The text was updated successfully, but these errors were encountered: