-
Notifications
You must be signed in to change notification settings - Fork 980
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
blocked with 200 status code: "JavaScript is disabled in your browser." #17285
Comments
Please see this thread that explains what changed and why. https://discuss.python.org/t/fastly-interfering-with-pypi-search/73597/6 |
I had to unblock the |
Have been bitten by this today as well. 😒 I have a daily cron script to monitor a few projects for new releases on pypi.org, among others. It basically downloads, for example, https://pypi.org/project/PyQt5-sip/#files with After some inital cursing 🤬 and head-scratching 🤔 I finally stumbled upon https://gist.github.com/hackerb9/d382e09683a52dcac492ebcdaf1b79af via https://superuser.com/questions/666167/how-do-i-use-firefox-cookies-with-wget, so I'll modify my script to export my current Firefox cookies, and feed those to wget. Let's see how long this works before the cookies get stale, and I'll have to open a pypi.org tab via Just thought I'd post my solu |
Curious - why not use an official API like https://pypi.org/simple/pyqt5-sip/ to get the differences? Available in both HTML and JSON. https://docs.pypi.org/api/index-api/#get-distributions-for-project. Or even https://docs.pypi.org/api/feeds/#project-releases-feed to get the latest releases, and only get the details if anything has changed. |
Yeah, in fact I actually ended up doing exactly that (using the index api) ... much less hassle. 😉 |
I've just hit the same problem while trying to access PyPI.org via a text browser (elinks). This means that PyPI is no longer accessible without (very) rich browsers, and effectively a number of disabled folks are being cut off from the primary source of information about Python packages. |
Describe the bug
My bookmark for searching on pypi stopped working. For a GET request to
https://pypi.org/search/?q=%s
I get a cloudflare-esque virtual middle finger, despite the 200 status code.Expected behavior
To Reproduce
My Platform
curl 8.11.1
andFirefox 128.5.2esr
Additional context
linkcheck
in CI is broken on PyPI URLs with anchors pypa/packaging.python.org#1744Specific message depends on the outcome of some obfuscated javascript:
The text was updated successfully, but these errors were encountered: