Why am I seeing "Agent initialization failed" or "Blob storage initialization error"?
Why am I seeing "Agent initialization failed" or "Blob storage initialization error"?
Example errors:If you installed via the curl script, this error should not occur because the binary bundles its own runtime. Re-run the install script to fix:If you installed via npm, this is caused by a Node.js version mismatch — the CLI was installed with a different Node version than what’s currently active.Solution: Use Node.js >= 20 and reinstall:After reinstalling, run
brv restart to start fresh.Why does the TUI show "running:0" when a task is actually running?
Why does the TUI show "running:0" when a task is actually running?
Symptom:A command (like Alternatively, press
/query) is visibly running in the REPL, but the TUI displays running:0.Cause:This typically happens when:- The REPL has been kept active for a long time
- Your laptop went to sleep mode while the REPL was open
brv restart to stop all processes and start fresh:Ctrl+C to quit the current session and start a new one with brv.How do I diagnose issues with ByteRover?
How do I diagnose issues with ByteRover?
Run Common status messages and fixes:
If
brv status for a quick health check. It shows your CLI version, account state, current space, and context tree status:| Message | Fix |
|---|---|
| ”Daemon failed to start automatically” | Run brv restart |
| ”Daemon crashed unexpectedly” | Run brv restart |
| ”Account: Not connected” | Normal for local-only usage — no action needed |
brv restart does not resolve the issue, try reinstalling: