OperationsTroubleshooting
Common Issues
Typical installation, startup, and config failures
Common Issues
Command not found (shipmyagent: command not found)
npm config get prefix
export PATH=$(npm config get prefix)/bin:$PATHOr run directly with:
npx shipmyagent --versionPort conflict (3000 already in use)
lsof -nP -iTCP:3000 -sTCP:LISTEN
sma agent on --port 3100sma task/chat/... cannot connect
Make sure daemon is running:
sma agent on
sma service listLLM configuration mismatch
Check:
sma console config get llm
sma console config get model.primaryEnsure:
model.primarypoints to an existing model id in~/.ship/ship.db- console-global SQLite providers/models entries are valid