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

Request sofafeed api always get 'Connection aborted.' error #214

Open
Ti0oik opened this issue Nov 15, 2024 · 0 comments
Open

Request sofafeed api always get 'Connection aborted.' error #214

Ti0oik opened this issue Nov 15, 2024 · 0 comments

Comments

@Ti0oik
Copy link

Ti0oik commented Nov 15, 2024

When I request https://sofafeed.macadmins.io/v1/macos_data_feed.json with python, I always get 'Connection aborted. 'error, please help me see where to make the corresponding changes. Here is my code and error message

headers = {"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0"} response = requests.get("https://sofafeed.macadmins.io/v1/macos_data_feed.json", verify=False, timeout=40, headers=headers)

image

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

No branches or pull requests

1 participant