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

Too Many Redirects on package Werkreuz and more #11555

Closed
pierresouchay opened this issue Jun 10, 2022 · 6 comments
Closed

Too Many Redirects on package Werkreuz and more #11555

pierresouchay opened this issue Jun 10, 2022 · 6 comments
Labels

Comments

@pierresouchay
Copy link

Describe the bug

Poetry seems to be using https://pypi.org/pypi/<PACKAGE>/json endpoint to install package PACKAGE

It seems that package Werkzeug since today has a wrong redirect:

curl -L https://pypi.org/pypi/Werkzeug/json
curl: (47) Maximum (50) redirects followed

With details:

curl -Lv https://pypi.org/pypi/Werkzeug/json 2>&1 | grep location
* successfully set certificate verify locations:
< location: https://pypi.org/pypi/Werkzeug/json
< location: https://pypi.org/pypi/Werkzeug/json
< location: https://pypi.org/pypi/Werkzeug/json
< location: https://pypi.org/pypi/Werkzeug/json
< location: https://pypi.org/pypi/Werkzeug/json
< location: https://pypi.org/pypi/Werkzeug/json
...

Would it be possible to fix this redirection bug?

Additional context
But on poetry's side: python-poetry/poetry#5826

@ewdurbin
Copy link
Member

See: https://status.python.org/incidents/lgpr13fy71bk we are working to resolve.

@johnthagen
Copy link

@johnthagen
Copy link

@ewdurbin Perhaps it's worth pinning this issue so people don't post more duplicates until it's resolved?

@pierresouchay pierresouchay changed the title Too Many Redirects on package Werkreuz Too Many Redirects on package Werkreuz and more Jun 10, 2022
@ewdurbin ewdurbin pinned this issue Jun 10, 2022
@maartenvanderhoef
Copy link

Same here with https://pypi.org/project/pyOpenSSL/json

@ewdurbin
Copy link
Member

Note: The JSON API is not served under the project prefix... The correct URL @maartenvanderhoef is referencing is https://pypi.org/pypi/pyOpenSSL/json

@ewdurbin
Copy link
Member

All purges have completed as of a few moments ago and this should be resolved. Some latent redirect loops may exist for purges that failed, but they will self-resolve over the next 24 hours.

I am letting the random order purge continue to run to try to catch such failed purges. Its ETA for completion is 4 hours.

@di di unpinned this issue Jun 14, 2022
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

4 participants