When creating a post, please add:
- Week # 1
--------------------------------------------------------------------------- TimeoutError Traceback (most recent call last) File /opt/conda/lib/python3.11/site-packages/urllib3/connectionpool.py:404, in HTTPConnectionPool._make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) 403 try: → 404 self._validate_conn(conn) 405 except (SocketTimeout, BaseSSLError) as e: 406 # Py2 raises this as a BaseSSLError, Py3 raises it as socket timeout. File /opt/conda/lib/python3.11/site-packages/urllib3/connectionpool.py:1060, in HTTPSConnectionPool._validate_conn(self, conn) 1059 if not getattr(conn, “sock”, None): # AppEngine might not have.sock
→ 1060 conn.connect() 1062 if not conn.is_verified: