Error code unclear

Hi
We are struggling to understand what triggers this error message.
Does anyone know ?

File “/usr/local/lib/python3.10/site-packages/pinecone/core/client/api_client.py”, line 459, in request return self.rest_client.POST(url, File “/usr/local/lib/python3.10/site-packages/pinecone/core/client/rest.py”, line 271, in POST return self.request(“POST”, url, File “/usr/local/lib/python3.10/site-packages/pinecone/core/client/rest.py”, line 228, in request raise ServiceException(http_resp=r) pinecone.core.client.exceptions.ServiceException: (500) Reason: Internal Server Error HTTP response headers: HTTPHeaderDict({‘content-type’: ‘application/json’, ‘Content-Length’: ‘150’, ‘x-pinecone-request-latency-ms’: ‘43’, ‘date’: ‘Fri, 08 Dec 2023 20:01:20 GMT’, ‘x-envoy-upstream-service-time’: ‘22’, ‘server’: ‘envoy’, ‘Via’: ‘1.1 google’, ‘Alt-Svc’: ‘h3=“:443”; ma=2592000,h3-29=“:443”; ma=2592000’}) HTTP response body: {“code”:13,“message”:“We were unable to process your request. If the problem persists, please contact us at https://support.pinecone.io”,“details”:}

Thank you

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

Hi @mbdoesllm. That’s a generic server error code. 500 errors are usually caused by the index being full, or if it’s overwhelmed with write requests. But we’d have to know more about your index and project to be sure.

If you see this again please open a ticket in our help center and we can dive into more specifics with you. But a quick glance at your current index doesn’t show any errors.