runtime error

Exit code: 1. Reason: 3.10/site-packages/urllib3/connectionpool.py", line 844, in urlopen retries = retries.increment( File "/home/user/.local/lib/python3.10/site-packages/urllib3/util/retry.py", line 515, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.thecatapi.com', port=443): Max retries exceeded with url: /v1/images/search?has_breeds=1 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f21fec9b760>: Failed to resolve 'api.thecatapi.com' ([Errno -5] No address associated with hostname)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 49, in <module> res = json.loads(requests.get("https://api.thecatapi.com/v1/images/search?has_breeds=1").text) File "/home/user/.local/lib/python3.10/site-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.thecatapi.com', port=443): Max retries exceeded with url: /v1/images/search?has_breeds=1 (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f21fec9b760>: Failed to resolve 'api.thecatapi.com' ([Errno -5] No address associated with hostname)")) IMPORTANT: You are using gradio version 4.8.0, however version 4.44.1 is available, please upgrade. --------

Container logs:

Fetching error logs...