runtime error
dels.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/datasets/Omnibus/chat-at/tree/main?recursive=True&expand=False The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 18, in <module> rec_list, rec_drop = chatchain.update_rec_list(main_chain) File "/home/user/app/chatchain.py", line 158, in update_rec_list f_ist = (api.list_repo_files(repo_id=f'{repo}/{name}', repo_type="dataset")) 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 2779, in list_repo_files return [ File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2779, in <listcomp> return [ File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2915, in list_repo_tree for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}): File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_pagination.py", line 36, in paginate hf_raise_for_status(r) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 352, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-66875bad-0676491676733e996057baf2;e4527281-147e-4e21-ba1b-471cea703d7b) Repository Not Found for url: https://huggingface.co/api/datasets/Omnibus/chat-at/tree/main?recursive=True&expand=False. 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. User Access Token "chat" is expired
Container logs:
Fetching error logs...