Lab 3 - ConnectTimeoutError

When i run this code block i get ConnectTimeoutError:
image

ConnectTimeout: (MaxRetryError(“HTTPSConnectionPool(host=‘cas-bridge-direct.xethub.hf.co’, port=443): Max retries exceeded with url: /xet-bridge-us/62a3c4a7e2b7740fe29771af/613f0080c0e834e6fdea9236fc466866d55ffaf65264ebbda44828ea6da0ecf6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=cas%2F20250408%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250408T134548Z&X-Amz-Expires=3600&X-Amz-Signature=9b1a703bb8b739f32b71f8e3a2ddda66aa3368f191802b88386217264fcaaba9&X-Amz-SignedHeaders=host&X-Xet-Cas-Uid=public&response-content-disposition=inline%3B%20filename%2A%3DUTF-8%27%27model.safetensors%3B%20filename%3D%22model.safetensors%22%3B&x-id=GetObject (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f146a035110>, ‘Connection to cas-bridge-direct.xethub.hf.co timed out. (connect timeout=10)’))”), ‘(Request ID: ae166007-022b-4101-bf9f-c9857ed8450c)’)

Perhaps retrying after sometime can make it work, it seems there is a connection error to a database, let us know if the error keeps persisting!

Yes, I just needed to wait. I tried again today and was able to connect to the database. Thanks!

1 Like