Issue with accessing Deep Reinforcement Learning Leaderboard Dataset - 502 Server Error

#55
by LuisMBA - opened

Hi Hugging Face Team,

I'm encountering an issue while trying to access the Deep Reinforcement Learning Leaderboard. The error message I'm receiving is:

502 Server Error: Bad Gateway for url: https://huggingface.co/datasets/huggingface-projects/drlc-leaderboard-data/resolve/c2a7c611bfef7cae04e30b64a0ca696ca0e45695/PandaReachDense-v2.csv

Here is the traceback for reference:

Traceback (most recent call last):
  File "/home/user/app/app.py", line 335, in <module>
    run_update_dataset()
  File "/home/user/app/app.py", line 310, in run_update_dataset
    path_ = download_leaderboard_dataset()
  File "/home/user/app/app.py", line 271, in download_leaderboard_dataset
    path = snapshot_download(repo_id=DATASET_REPO_ID, repo_type="dataset")
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 291, in snapshot_download
    _inner_hf_hub_download(file)
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_snapshot_download.py", line 267, in _inner_hf_hub_download
    return hf_hub_download(
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 862, in hf_hub_download
    return _hf_hub_download_to_cache_dir(
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1011, in _hf_hub_download_to_cache_dir
    _download_to_tmp_and_move(
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1545, in _download_to_tmp_and_move
    http_get(
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 368, in http_get
    r = _request_wrapper(
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 301, in _request_wrapper
    hf_raise_for_status(response)
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 477, in hf_raise_for_status
    raise _format(HfHubHTTPError, str(e), response) from e
huggingface_hub.errors.HfHubHTTPError: 502 Server Error: Bad Gateway for url: https://huggingface.co/datasets/huggingface-projects/drlc-leaderboard-data/resolve/c2a7c611bfef7cae04e30b64a0ca696ca0e45695/PandaReachDense-v2.csv

Could you please assist in resolving this issue? Thank you!

Best regards

Sign up or log in to comment