Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Request doesnt work?
Post: RE: Request doesnt work?

(Jun-04-2023, 09:22 PM)Larz60+ Wrote: latest for windows is 3.11.3 Im on Window 7. I said that on the first post. Tell it to me straight though. Ill go back to Linux before I get another Windows.
Sdrawkcab Web Scraping & Web Development 10 5,699 Jun-05-2023, 06:34 AM
    Thread: Request doesnt work?
Post: RE: Request doesnt work?

Well I thought you was on to something. Deleted everything. I'm now on python 3.8.8, pip 20.2.3 (It does say that is out of date but when I run upgrade it says that is the latest for window 7), and py...
Sdrawkcab Web Scraping & Web Development 10 5,699 Jun-04-2023, 01:56 AM
    Thread: Request doesnt work?
Post: RE: Request doesnt work?

(Jun-02-2023, 08:34 PM)Gribouillis Wrote: Can you reach requests.get("https://www.w3.org/") ? Same thing as before. Error:requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.w3.com'...
Sdrawkcab Web Scraping & Web Development 10 5,699 Jun-02-2023, 10:15 PM
    Thread: Request doesnt work?
Post: RE: Request doesnt work?

That is the thing though. I cant get requests.get("https://www.google.com/") to return 200. I cant seem to get request.get to connect to anything at all. I tried your code and got the same error. If I...
Sdrawkcab Web Scraping & Web Development 10 5,699 Jun-02-2023, 06:57 PM
    Thread: Request doesnt work?
Post: Request doesnt work?

I'm new here and to python so any help would be greatly appreciated. import requests response = requests.get("https://www.google.com/", verify=False, timeout=10) print(response)Error:Traceback (...
Sdrawkcab Web Scraping & Web Development 10 5,699 Jun-02-2023, 02:09 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020