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
SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)
(4 additional frame(s) were not displayed)
...
File "ssl.py", line 517, in wrap_socket
return self.sslsocket_class._create(
File "ssl.py", line 1108, in _create
self.do_handshake()
File "ssl.py", line 1379, in do_handshake
self._sslobj.do_handshake()
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)
File "urllib3/connectionpool.py", line 793, in urlopen
response = self._make_request(
File "urllib3/connectionpool.py", line 491, in _make_request
raise new_e
MaxRetryError: HTTPSConnectionPool(host='www.laciteduvin.com', port=443): Max retries exceeded with url: /en/plan-your-visit/practical-information (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))
File "requests/adapters.py", line 486, in send
resp = conn.urlopen(
File "urllib3/connectionpool.py", line 847, in urlopen
retries = retries.increment(
File "urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
SSLError: HTTPSConnectionPool(host='www.laciteduvin.com', port=443): Max retries exceeded with url: /en/plan-your-visit/practical-information (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))
(1 additional frame(s) were not displayed)
...
File "sam/tools.py", line 104, in fetch_website
response = requests.get(url, timeout=10)
Failed to fetch website: https://www.laciteduvin.com/en/plan-your-visit/practical-information
The text was updated successfully, but these errors were encountered:
Sentry Issue: VOIIO-SAM-G
The text was updated successfully, but these errors were encountered: