-
Notifications
You must be signed in to change notification settings - Fork 68
Can't run this twice #5
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I can install and run this successfully. However, if I then stop (ctrl+c) and start again, it hangs at "Checking for missing embeddings..."
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/obra/private-journal-mcp.git
cd private-journal-mcp
npm install
npm run build
npm start
… abort with ctrl+c
npm start
Expected behavior
It should run successfully also on the second start.
Additional context
I checked for running processes with ps aux | grep node but nothing.
Also I deleted or replaced .private-journal with its original version, but that didn't help either.
If I delete the whole private-journal-mcp folder and clone and install again, it runs again (once).
Super cool project by the way, I'd love to play around with this! :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working