huggingface/deep-rl-class

Runtime error in https://huggingface.co/spaces/huggingface-projects/Deep-Reinforcement-Learning-Leaderboard

jwtan0421 opened this issue · 4 comments

The leaderboard cannot be accessed due to runtime error:

Runtime error
_inner_fn
return fn(*args, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 187, in snapshot_download
repo_info = api.repo_info(repo_id=repo_id, repo_type=repo_type, revision=revision, token=token)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2112, in repo_info
return method(
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 1984, in dataset_info
r = get_session().get(path, headers=headers, timeout=timeout, params=params)
File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 602, in get
return self.request("GET", url, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 63, in send
return super().send(request, *args, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: (MaxRetryError('HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/datasets/huggingface-projects/drlc-leaderboard-data/revision/main (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7fc973e35690>: Failed to resolve 'huggingface.co' ([Errno -3] Temporary failure in name resolution)"))'), '(Request ID: d910279e-ac94-47ef-971f-2f0906c2ce65)')
Container logs:

===== Application Startup at 2023-11-23 04:23:51 =====

Can you please check this?

Hey, thanks for pointing this out 🤗 my colleague just restarted the machine it should work now

It works now, thanks a lot for the quick action!

You're welcome I'm closing the issue 🤗