Skip to content

Can't run this twice #5

@maschinenzeitmaschine

Description

@maschinenzeitmaschine

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! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions