Yesterday it worked fine, but today I keep getting errors. Any help would be appreciated... #371
Replies: 3 comments 2 replies
-
I am having this issue also |
Beta Was this translation helpful? Give feedback.
-
Yes i have this same issue too |
Beta Was this translation helpful? Give feedback.
-
Me too :( it worked fine a couple days ago, used pinecone, went online, saved files locally etc. then suddenly pretty much all the errors you're getting in random order. Tried everything, re-installed 10 times probably now with various different methods. Installed on a different laptop that had never had any python or related packages on it, same thing after the first message. i've played around with it a lot and managed to get around a lot of stuff but then it all came crashing down because i'm not experienced enough. Start from scratch tomorrow haha |
Beta Was this translation helpful? Give feedback.
-
Errors I'm getting:
Traceback (most recent call last):
File "D:\AI\Text\AutoGPT\Auto-GPT\scripts\main.py", line 286, in
memory = PineconeMemory()
File "D:\AI\Text\AutoGPT\Auto-GPT\scripts\config.py", line 17, in call
cls._instances[cls] = super(
File "D:\AI\Text\AutoGPT\Auto-GPT\scripts\memory.py", line 30, in init
if table_name not in pinecone.list_indexes():
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\manage.py", line 185, in list_indexes
response = api_instance.list_indexes()
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\core\client\api_client.py", line 776, in call
return self.callable(self, *args, **kwargs)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\core\client\api\index_operations_api.py", line 1132, in __list_indexes
return self.call_with_http_info(**kwargs)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\core\client\api_client.py", line 838, in call_with_http_info
return self.api_client.call_api(
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\core\client\api_client.py", line 413, in call_api
return self.__call_api(resource_path, method,
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\core\client\api_client.py", line 200, in __call_api
response_data = self.request(
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\core\client\api_client.py", line 439, in request
return self.rest_client.GET(url,
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\core\client\rest.py", line 236, in GET
return self.request("GET", url,
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\pinecone\core\client\rest.py", line 202, in request
r = self.pool_manager.request(method, url,
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\request.py", line 74, in request
return self.request_encode_url(
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\request.py", line 96, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\poolmanager.py", line 376, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 244, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1323, in _send_request
self.putheader(hdr, value)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 224, in putheader
_HTTPConnection.putheader(self, header, *values)
File "C:\Users\archa\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 1259, in putheader
if _is_illegal_header_value(values[i]):
TypeError: expected string or bytes-like object
I am not skilled in coding, and I don't understand what changed from yesterday....
Beta Was this translation helpful? Give feedback.
All reactions