Everything below is something that’s actually broken on someone’s machine at least once. The pattern is the same: a one-line diagnosis, the root cause, the fix.Documentation Index
Fetch the complete documentation index at: https://docs.getbindu.com/llms.txt
Use this file to discover all available pages before exploring further.
npm install fails on better-sqlite3
Native build needs Xcode CLI tools on macOS / build-essential on Linux.
Port already in use
Symptom:npm run dev errors with EADDRINUSE on 3775 or 3787. Usually an old inbox you forgot to stop.
UI loads but everything fails with “Failed to fetch”
The API on3787 died. Check the [api] lines in your npm run dev output. Most common cause: better-sqlite3 ABI mismatch after a Node upgrade.
node_modules and reinstall.
Personal agent stays “down”
You clicked Start, the dot stayed gray. Open~/.bindu/personal/logs/agent.log and read the last 30 lines.
OPENROUTER_API_KEY not set
OPENROUTER_API_KEY not set
The personal agent needs an LLM. Either paste the key into Settings (gear icon) or export it before Then click Stop → Start on the personal-agent card.
npm run dev:Hydra unreachable
Hydra unreachable
Your network / firewall is blocking Sanity check:If that 200s but the agent still can’t reach Hydra, it’s probably a proxy/cert chain issue inside your shell — not the public Hydra.
hydra-admin.getbindu.com. Either fix the connectivity or point at a Hydra you can reach:uv: command not found
uv: command not found
Install uv (see Quickstart → Step 0) or skip it entirely:That runs the personal agent under
<repo>/.venv/bin/python instead. Requires that you’ve already done uv sync from the repo root.-32009: Authentication is required on every send
Your personal agent isn’t running, or its Hydra OAuth client isn’t registered.
~/.bindu/personal/logs/agent.log for the Hydra error line.
spawn-demo-peers.sh says OPENROUTER_API_KEY not set
The spawn script reads the key from either your shell env or examples/.env. Either is fine.
agent-not-reachable when adding a peer
The agent isn’t up on that URL, or it’s blocking /.well-known/agent.json.
./scripts/spawn-demo-peers.sh for the demo ones).
pipedream-not-configured when connecting Gmail/Notion
The personal agent works fine without Pipedream — only the optional MCP tools need it. Either ignore the warning, or set the three Pipedream vars in Settings:
PIPEDREAM_PROJECT_IDPIPEDREAM_CLIENT_IDPIPEDREAM_CLIENT_SECRET
unauthorized on /api/plan (multi-agent compose)
Either GATEWAY_API_KEY isn’t loaded (the inbox prints a warning at boot) or it doesn’t match the gateway’s value.
The inbox auto-reads gateway/.env.local on startup. Make sure:
- The file exists.
GATEWAY_API_KEY=in it matches what the gateway itself loads.- You restarted
npm run devafter editing the file (env is read once at boot).
SyntaxError on Python startup
You’re on Python below 3.12. Install 3.12+ and re-run uv sync so .venv picks up the right interpreter.
Nuke everything and start over
When you want a truly clean slate — new DID, new Hydra client, empty inbox:Still stuck?
Open an issue
Logs from
~/.bindu/personal/logs/agent.log and the [api] lines from npm run dev are the two most useful things to attach.Ask on Discord
Screenshots of the right rail + the Verify tab help a lot. Mention the personal-agent log tail if the spawn failed.