Cant access
Cant access
Hi
@sanchit-gandhi
@MariaK
,
Hope you are well. Can I ask if anyone of you can help us to fix this space? Look like the dataset id is outdated. Many thanks! ^^
Please try again, it should work now.
Great, thank you very much,
@MariaK
. It works.
One last thing, the Audio Cert page also doesn't seem to work work.
Reference: https://huggingface.co/spaces/MariaK/Audio-Course-Certification/discussions/6
It also looks like a dataset issue (possibly https://huggingface.co/datasets/MariaK/audio-course/). Could you please have a look whenever time allows? Many thanks! ^^
Thanks. The other space should be working now too.
Thanks, for the prompt reply @MariaK
I think the Certification page may still not working. I borrow my friend account to check (taohoang) and we couldn't get the cert generated. I cloned the space to investigate and got the run error of fatal: repository 'https://huggingface.co/datasets/MariaK/audio-course/' not found
In addition, if it is possible, maybe could you refresh the dataset for the u7-assessment (https://huggingface.co/spaces/huggingface-course/audio-course-u7-assessment)?
Look like another dataset issue. Error shown below: fatal: Authentication failed for 'https://huggingface.co/datasets/huggingface-course/audio-course-u7-hands-on/')
Or this could be an authentication issue.
Take your time and have a great weekend. ˆˆ
Hi, I can't access the space to check the course progress with the same error. The following log is appearing:
===== Application Startup at 2024-11-14 10:40:37 =====
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 406, in hf_raise_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: 404 Client Error: Not Found for url: https://huggingface.co/datasets/huggingface-course/audio-course-u7-hands-on/resolve/main/usernames.csv
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/user/app/app.py", line 238, in
output = gr.components.Dataframe(value=certification(hf_username))
File "/home/user/app/app.py", line 206, in certification
u7_usernames = hf_hub_download(USERNAMES_DATASET_ID, repo_type = "dataset", filename="usernames.csv", token=HF_TOKEN)
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 969, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1484, in _raise_on_head_call_error
raise head_call_error
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1376, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
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 1296, in get_hf_file_metadata
r = _request_wrapper(
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 277, in _request_wrapper
response = _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 454, in hf_raise_for_status
raise _format(RepositoryNotFoundError, message, response) from e
huggingface_hub.errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6735d3c0-7191cdb04b9630906f2abf7a;c7499e20-6441-4db5-95f3-46cfa9b8e691)
Repository Not Found for url: https://huggingface.co/datasets/huggingface-course/audio-course-u7-hands-on/resolve/main/usernames.csv.
Please make sure you specified the correct repo_id
and repo_type
.
If you are trying to access a private or gated repo, make sure you are authenticated.
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 406, in hf_raise_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: 404 Client Error: Not Found for url: https://huggingface.co/datasets/huggingface-course/audio-course-u7-hands-on/resolve/main/usernames.csv
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/user/app/app.py", line 238, in
output = gr.components.Dataframe(value=certification(hf_username))
File "/home/user/app/app.py", line 206, in certification
u7_usernames = hf_hub_download(USERNAMES_DATASET_ID, repo_type = "dataset", filename="usernames.csv", token=HF_TOKEN)
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 969, in _hf_hub_download_to_cache_dir
_raise_on_head_call_error(head_call_error, force_download, local_files_only)
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1484, in _raise_on_head_call_error
raise head_call_error
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1376, in _get_metadata_or_catch_error
metadata = get_hf_file_metadata(
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 1296, in get_hf_file_metadata
r = _request_wrapper(
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 277, in _request_wrapper
response = _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 454, in hf_raise_for_status
raise _format(RepositoryNotFoundError, message, response) from e
huggingface_hub.errors.RepositoryNotFoundError: 404 Client Error. (Request ID: Root=1-6735d3c7-18abdddb1134d36e5dc09481;82bc8487-9b62-4310-8c57-ad37d243607c)
Repository Not Found for url: https://huggingface.co/datasets/huggingface-course/audio-course-u7-hands-on/resolve/main/usernames.csv.
Please make sure you specified the correct repo_id
and repo_type
.
If you are trying to access a private or gated repo, make sure you are authenticated.