mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
Configured env keys but getting PinecoreError: failed getting project name #3
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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
@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!