Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request doesnt work?
#11
When you will run your program in Dbug mode there you will see requests.exceptions.ConnectTimeout

This exception occurs when the connection to the server takes too long, and the maximum number of retries is exceeded.

There could be several reasons for this issue:-

1.> Poor network connectivity.
2.> Issues with Anti-Virus or Security Software.
3.> Python Environment: Ensure that your Python environment is set up correctly, and there are no issues with the installed packages, including requests and urllib3.

Try to make requests to other websites (not just Google) to see if the issue is specific to Google.

Check if any other Python scripts or applications running on your machine or not.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Brick how to work with 2 or more related tables in a Post request ikurorox 0 1,401 Dec-05-2021, 01:01 AM
Last Post: ikurorox

Forum Jump:

User Panel Messages

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