runtime error

: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/spaces/PatronusAI/leaderboard/restart (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f66d6312560>: 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 43, in <module> restart_space() File "/home/user/app/app.py", line 34, in restart_space API.restart_space(repo_id=REPO_ID, token=TOKEN) 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 6685, in restart_space r = get_session().post( File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 635, in post return self.request("POST", url, data=data, json=json, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 67, in send return super().send(request, *args, **kwargs) File "/home/user/.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/PatronusAI/leaderboard/restart (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f66d6312560>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))"), '(Request ID: 49d995dc-a4b8-41d3-9efc-7d787bcfb637)')

Container logs:

Fetching error logs...