runtime error

hon3.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 507, in send raise ConnectTimeout(e, request=request) requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='ec2-54-220-125-165.eu-west-1.compute.amazonaws.com', port=8882): Max retries exceeded with url: /indexes/new_look_expanded_dresses/search?&device=cuda (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f68aee3e470>, 'Connection to ec2-54-220-125-165.eu-west-1.compute.amazonaws.com timed out. (connect timeout=None)')) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 205, in <module> images_gallery = gr.Gallery(value=start_page(), columns=4, File "/home/user/app/app.py", line 111, in start_page result = client_obj.client.index(client_obj.index_name).search("Dress", score_modifiers = { File "/home/user/.local/lib/python3.10/site-packages/marqo/index.py", line 253, in search res = self.http.post( File "/home/user/.local/lib/python3.10/site-packages/marqo/_httprequests.py", line 96, in post return self.send_request('post', path, body, content_type, index_name=index_name) File "/home/user/.local/lib/python3.10/site-packages/marqo/_httprequests.py", line 72, in send_request raise BackendTimeoutError(str(err)) from err marqo.errors.BackendTimeoutError: MarqoWebError: BackendTimeoutError Error message: Timeout error communicating with Marqo: HTTPConnectionPool(host='ec2-54-220-125-165.eu-west-1.compute.amazonaws.com', port=8882): Max retries exceeded with url: /indexes/new_look_expanded_dresses/search?&device=cuda (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f68aee3e470>, 'Connection to ec2-54-220-125-165.eu-west-1.compute.amazonaws.com timed out. (connect timeout=None)')) status_code: 500, type: internal, code: backend_timeout_error, link:

Container logs:

Fetching error logs...