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

I'm also facing the same issue , could you please assist in resolving this issue?

Will this be fixed?

I am also experiencing the same issue with a runtime error when attempting to view the deep reinforcement learning leaderboard.

Still broken

Exit code: 1. Reason: for_status
    response.raise_for_status()
  File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/datasets/huggingface-projects/drlc-leaderboard-data/commit/main

403 Forbidden: Forbidden: pass `create_pr=1` as a query parameter to create a Pull Request.
Cannot access content at: https://huggingface.co/api/datasets/huggingface-projects/drlc-leaderboard-data/commit/main.
Make sure your token has the correct permissions.

Is there no one in charge of this course?

pcuenq changed discussion status to closed
deleted
This comment has been hidden

Sign up or log in to comment