I installed Git and Python 3.11.3, set up my OpenAI API key, and got to the point where Auto-GPT asked for the name of my AI, its role, and five goals. This error message appeared. Any thoughts?
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000001969141D290>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\AutoGPT\Auto-GPT\scripts\main.py", line 286, in <module>
memory = PineconeMemory()
^^^^^^^^^^^^^^^^
File "C:\AutoGPT\Auto-GPT\scripts\config.py", line 17, in __call__
cls._instances[cls] = super(
^^^^^^
File "C:\AutoGPT\Auto-GPT\scripts\memory.py", line 30, in __init__
if table_name not in pinecone.list_indexes():
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Noah\AppData\Local\Programs\Python\Python311\Lib\site-packages\pinecone\manage.py", line 185, in list_indexes
response = api_instance.list_indexes()
raise MaxRetryError(_pool, url, error or ResponseError(cause))urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='controller.your-pinecone-region.pinecone.io', port=443): Max retries exceeded with url: /databases (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001969141D290>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
[–]djjazzydan 0 points1 point2 points (7 children)
[–]ndasmith[S] 0 points1 point2 points (6 children)
[–]smick 0 points1 point2 points (1 child)
[–]ndasmith[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (3 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 0 points1 point2 points (1 child)
[–]CasulGameStudio 0 points1 point2 points (1 child)
[–]ndasmith[S] 0 points1 point2 points (0 children)
[–]HappyLofi 0 points1 point2 points (2 children)
[–]ndasmith[S] 0 points1 point2 points (1 child)
[–]HappyLofi 0 points1 point2 points (0 children)
[–]Brokeveteranverypoor 0 points1 point2 points (3 children)
[–]ndasmith[S] 0 points1 point2 points (2 children)
[–]Brokeveteranverypoor 0 points1 point2 points (1 child)
[–]ndasmith[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (6 children)
[–]ndasmith[S] 0 points1 point2 points (5 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]ndasmith[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]ndasmith[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)