runtime error

nectionError('<urllib3.connection.HTTPSConnection object at 0x7f91284cd9f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 93, in <module> leaderboard_df, original_df, plot_df, finished_eval_queue_df, running_eval_queue_df, pending_eval_queue_df = init_space() File "/home/user/app/app.py", line 56, in init_space restart_space() File "/home/user/app/app.py", line 45, in restart_space API.restart_space(repo_id=REPO_ID, token=H4_TOKEN) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 6686, in restart_space r = get_session().post( File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 635, in post return self.request("POST", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 67, in send return super().send(request, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 565, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/spaces/HuggingFaceH4/open_llm_leaderboard/restart (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f91284cd9f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))"), '(Request ID: 20994a59-096b-4547-9d23-da1af962d86f)')

Container logs:

Fetching error logs...