You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: