runtime error

ib3/connectionpool.py", line 491, in _make_request raise new_e File "/home/user/.local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 467, in _make_request self._validate_conn(conn) File "/home/user/.local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 1092, in _validate_conn conn.connect() File "/home/user/.local/lib/python3.8/site-packages/urllib3/connection.py", line 635, in connect sock_and_verified = _ssl_wrap_socket_and_match_hostname( File "/home/user/.local/lib/python3.8/site-packages/urllib3/connection.py", line 776, in _ssl_wrap_socket_and_match_hostname ssl_sock = ssl_wrap_socket( File "/home/user/.local/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 466, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname) File "/home/user/.local/lib/python3.8/site-packages/urllib3/util/ssl_.py", line 510, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/local/lib/python3.8/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/local/lib/python3.8/ssl.py", line 1040, in _create self.do_handshake() File "/usr/local/lib/python3.8/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "app.py", line 309, in <module> pinecone_index = get_index() File "app.py", line 138, in get_index print("Found Index: ", pinecone_index.describe_index_stats()) File "/home/user/.local/lib/python3.8/site-packages/pinecone/core/utils/error_handling.py", line 25, in inner_func raise PineconeProtocolError(f'Failed to connect; did you specify the correct index name?') from e pinecone.core.exceptions.PineconeProtocolError: Failed to connect; did you specify the correct index name?

Container logs:

Fetching error logs...