Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] PineconeUnmappedHttpError: An unexpected error occured while calling [pinecone api]. error code: 525 Status: 525. #26

Open
2 tasks done
RickRyan26 opened this issue Nov 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@RickRyan26
Copy link

Is this a new bug?

  • I believe this is a new bug
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

This bug makes pinecone completely useless to me.

Everything works great locally but nothing works when hosting on Vercel Serverless and Edge...

Please help! Or provide an alternative to Pinecone that still works with Vercel.

Thank you

Expected Behavior

I expected to be able to access my pinecone index via Vercel.

Steps To Reproduce

Host to Vercel and try to use to access an index. "@pinecone-database/pinecone": "^1.1.2",

Relevant log output

error:  PineconeUnmappedHttpError: An unexpected error occured while calling the https://rs-6d43a5d.svc.northamerica-northeast1-gcp.pinecone.io/query endpoint.  error code: 525 Status: 525.
    at (../../../../node_modules/.pnpm/@[email protected]/node_modules/@pinecone-database/pinecone/src/errors/http.ts:162:12)
    at (../../../../node_modules/.pnpm/@[email protected]/node_modules/@pinecone-database/pinecone/src/errors/handling.ts:22:30)
    at (../../../../node_modules/.pnpm/@[email protected]/node_modules/@pinecone-database/pinecone/src/errors/utils.ts:4:27)
    at (../../../../node_modules/.pnpm/@[email protected]/node_modules/@pinecone-database/pinecone/src/errors/utils.ts:4:27)
    at (../../../../node_modules/.pnpm/@[email protected]/node_modules/@pinecone-database/pinecone/src/errors/utils.ts:4:27) {
  name: 'PineconeUnmappedHttpError',
  cause: undefined
}

Environment

- Using Sveltekit
- **Pinecone client version**: 1.1.1 & 1.1.2, lower than 1.1.1 has an irrelevant error log (see additional context)

Additional Context

Likely related to pinecone-io/pinecone-ts-client#124 but am getting no response after 10 days.

Everything worked until a couple weeks ago. I dont understand why this isn't being fixed quicker.

@RickRyan26 RickRyan26 added the bug Something isn't working label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant