Configured env keys but getting PinecoreError: failed getting project name #3

Closed
opened 2026-02-28 04:17:45 -05:00 by deekerman · 2 comments
Owner

Originally created by @gabrielbacha on GitHub (Jun 8, 2023).

node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^

[PineconeError: Failed getting project name. TypeError: fetch failed]

I installed everything. After I run the server, when I run the front end, the server crashed with the above error

Originally created by @gabrielbacha on GitHub (Jun 8, 2023). node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ [PineconeError: Failed getting project name. TypeError: fetch failed] I installed everything. After I run the server, when I run the front end, the server crashed with the above error
Author
Owner

@jlevy-io commented on GitHub (Jun 8, 2023):

I had the same issue, I had pasted my entire pinecone index URL value in. Fixed by only using the index name.

Example: myindex-xxxxxxx.svc.xxxxxx-gcp.pinecone.io
replaced with just "myindex" and it worked

@jlevy-io commented on GitHub (Jun 8, 2023): I had the same issue, I had pasted my entire pinecone index URL value in. Fixed by only using the index name. Example: myindex-xxxxxxx.svc.xxxxxx-gcp.pinecone.io replaced with just "myindex" and it worked
Author
Owner

@timothycarambat commented on GitHub (Jun 8, 2023):

This was recently patched. It was hot-loading the Pinecone helper and if you were using something else it would crash the entire server.

Pull in latest changes and try again and re-open this if needed!

Thanks @jlevy-io as well!

@timothycarambat commented on GitHub (Jun 8, 2023): This was recently patched. It was hot-loading the Pinecone helper and if you were using something else it would crash the entire server. Pull in latest changes and try again and re-open this if needed! Thanks @jlevy-io as well!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anything-llm#3
No description provided.