Week 3 Lab: TimeOut Error in build_dataset (TimeoutError: _ssl.c:989: The handshake operation timed out)

Hi,

Getting Timeout error in build dataset. please share suggestions. Have tried multiple times since yesterday and getting the same error. Many thanks.

File /opt/conda/lib/python3.11/ssl.py:1104, in SSLSocket._create(cls, sock, server_side, do_handshake_on_connect, suppress_ragged_eofs, server_hostname, context, session) 1103 raise

ValueError(“do_handshake_on_connect should not be specified for non-blocking sockets”)

→ 1104 self.do_handshake() 1105 except: File /opt/conda/lib/python3.11/ssl.py:1382, in SSLSocket.do_handshake(self, block) 1381 self.settimeout(None) → 1382

self._sslobj.do_handshake() 1383 finally: TimeoutError: _ssl.c:989: The handshake operation timed out

Could you please check this thread, it’s something similar?

thank you Igor.