[hf] listing parquet shards in ChristianYang/Env-TTS-Clean ... Traceback (most recent call last): File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_transports/default.py", line 250, in handle_request resp = self._pool.handle_request(req) File "/opt/miniconda3/lib/python3.13/site-packages/httpcore/_sync/connection_pool.py", line 256, in handle_request raise exc from None File "/opt/miniconda3/lib/python3.13/site-packages/httpcore/_sync/connection_pool.py", line 236, in handle_request response = connection.handle_request( pool_request.request ) File "/opt/miniconda3/lib/python3.13/site-packages/httpcore/_sync/connection.py", line 101, in handle_request raise exc File "/opt/miniconda3/lib/python3.13/site-packages/httpcore/_sync/connection.py", line 78, in handle_request stream = self._connect(request) File "/opt/miniconda3/lib/python3.13/site-packages/httpcore/_sync/connection.py", line 124, in _connect stream = self._network_backend.connect_tcp(**kwargs) File "/opt/miniconda3/lib/python3.13/site-packages/httpcore/_backends/sync.py", line 207, in connect_tcp with map_exceptions(exc_map): ~~~~~~~~~~~~~~^^^^^^^^^ File "/opt/miniconda3/lib/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/opt/miniconda3/lib/python3.13/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectError: [Errno 8] nodename nor servname provided, or not known The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/christian/workspace/env-tts-data-pipeline/scripts/inspect_hf_dataset.py", line 455, in raise SystemExit(main()) ~~~~^^ File "/Users/christian/workspace/env-tts-data-pipeline/scripts/inspect_hf_dataset.py", line 259, in main files = api.list_repo_files(args.repo, repo_type="dataset") File "/opt/miniconda3/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) File "/opt/miniconda3/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 3701, in list_repo_files for f in self.list_repo_tree( ~~~~~~~~~~~~~~~~~~~^ repo_id=repo_id, recursive=True, revision=revision, repo_type=repo_type, token=token ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/miniconda3/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 3836, in list_repo_tree for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}): ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/miniconda3/lib/python3.13/site-packages/huggingface_hub/utils/_pagination.py", line 35, in paginate r = session.get(path, params=params, headers=headers) File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_client.py", line 1053, in get return self.request( ~~~~~~~~~~~~^ "GET", ^^^^^^ ...<7 lines>... extensions=extensions, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_client.py", line 825, in request return self.send(request, auth=auth, follow_redirects=follow_redirects) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_client.py", line 914, in send response = self._send_handling_auth( request, ...<2 lines>... history=[], ) File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_client.py", line 942, in _send_handling_auth response = self._send_handling_redirects( request, follow_redirects=follow_redirects, history=history, ) File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_client.py", line 979, in _send_handling_redirects response = self._send_single_request(request) File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_client.py", line 1014, in _send_single_request response = transport.handle_request(request) File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_transports/default.py", line 249, in handle_request with map_httpcore_exceptions(): ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/opt/miniconda3/lib/python3.13/contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "/opt/miniconda3/lib/python3.13/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectError: [Errno 8] nodename nor servname provided, or not known