runtime error

Exit code: 1. Reason: reason # type: ignore[arg-type] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='index.commoncrawl.org', port=443): Max retries exceeded with url: /collinfo.json (Caused by NewConnectionError("HTTPSConnection(host='index.commoncrawl.org', port=443): Failed to establish a new connection: [Errno 111] Connection refused")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 305, in <module> main() File "/app/app.py", line 243, in main crawl_id, shard_paths = get_latest_crawl_paths() ^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/app.py", line 151, in get_latest_crawl_paths info = requests.get(COLLINFO_URL, timeout=30).json() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 87, in get return request("get", url, params=params, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/api.py", line 71, in request return session.request(method=method, url=url, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 651, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/sessions.py", line 784, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/requests/adapters.py", line 729, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='index.commoncrawl.org', port=443): Max retries exceeded with url: /collinfo.json (Caused by NewConnectionError("HTTPSConnection(host='index.commoncrawl.org', port=443): Failed to establish a new connection: [Errno 111] Connection refused"))

Container logs:

Fetching error logs...