getting an error whenever I am making a request using :
r = requests.get(url,params=parameters)
error:
ConnectionError: HTTPSConnectionPool(host=‘maps.gooleapis.com’, port=443): Max retries exceeded with url: /maps/api/geocode/json?address=coding+blocks+pitampura (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0x000002638B6715C8>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond’))
I tried 4-5 times and made the necessary changes by adding proxies too