-
Notifications
You must be signed in to change notification settings - Fork 602
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
Python Website "downloads page" returns binary data #2411
Comments
As a workaround, adding the
And setting
|
Are you trying to scrape the page? What info exactly are you after? Perhaps there's a better place to fetch that from. For example, you can also find downloads at https://www.python.org/ftp/python/ |
I was programmatically downloading the GPG keys listed on that page for 3TOFU, yes. Why shouldn't this bug be fixed? |
I'm not saying it shouldn't be fixed, but I can't say when or if that will happen. Anyway, I think that is the only source for GPG keys, so it's good you have a workaround for now. |
Describe the bug
When attempting to
curl
orwget
the downloads page, the web server returns binary dataTo Reproduce
Execute either of the following commands in Debian Linux
Example execution:
Expected behavior
The pyhon.org webserver(s) should return HTML
The text was updated successfully, but these errors were encountered: