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

404 when using predictable (conveyor) URL #12620

Closed
dopplershift opened this issue Nov 29, 2022 · 3 comments
Closed

404 when using predictable (conveyor) URL #12620

dopplershift opened this issue Nov 29, 2022 · 3 comments
Labels

Comments

@dopplershift
Copy link

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.

@dopplershift dopplershift added bug 🐛 requires triaging maintainers need to do initial inspection of issue labels Nov 29, 2022
@ewdurbin
Copy link
Member

Likely related to #11949, as JSON feeds conveyor. Taking a closer look now.

@ewdurbin ewdurbin removed the requires triaging maintainers need to do initial inspection of issue label Nov 29, 2022
@ewdurbin
Copy link
Member

Confirmed, this is a symptom of #11949, closing as duplicate.

@ewdurbin
Copy link
Member

wrong issue ref, sorry: #12214

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

No branches or pull requests

2 participants