Common errors and how to fix them
--doctor FlagThe fastest way to diagnose problems is to run:
npx @robbiesrobotics/alice-agents --doctor
--doctor performs a full health check and reports:
Always run --doctor first before trying other fixes. It tells you exactly what's wrong.
Symptom: The installer or --doctor reports that no supported runtime can be detected.
Causes and fixes:
openclaw or nemoclaw binary is accessible from your terminalSymptom: You address A.L.I.C.E. or another agent in a runtime session and nothing happens, or the agent is not recognized.
Causes and fixes:
npx @robbiesrobotics/alice-agents --update to repair the installation--doctor. Pro agents require a valid license key.Symptom: You entered a license key but Pro agents are still unavailable, or the installer reports the key is invalid.
Causes and fixes:
If the key still fails after verifying the above, email support with your key and purchase email.
Symptom: An agent responds but produces errors, blank output, or complains about a model.
Causes and fixes:
If you need a clean slate:
Step 1: Uninstall
npx @robbiesrobotics/alice-agents --uninstall
This removes A.L.I.C.E. agent files from your workspace without touching the underlying runtime.
Step 2: Reinstall
npx @robbiesrobotics/alice-agents
Enter your Pro license key when prompted (or press Enter for Starter). The installer will lay down fresh agent files.
Step 3: Verify
npx @robbiesrobotics/alice-agents --doctor
Confirm all agents are active and the correct tier is shown.
If --doctor doesn't resolve your issue and the fixes above don't help:
GitHub Discussions: github.com/robbiesrobotics-bot/alice-agents/discussions
Search existing threads first — your issue may already be answered.
Bug reports: Open an issue on the GitHub repo with the output of --doctor and a description of what you tried.
License issues: Email support directly (address on your purchase receipt). Include your purchase email and a description of the problem.
When reporting issues, always include:
npx @robbiesrobotics/alice-agents --versionnpx @robbiesrobotics/alice-agents --doctornode --version)