docs: refine troubleshooting and faq guidance
This commit is contained in:
@@ -91,6 +91,10 @@ If the app crashes when you try to allow **Speech Recognition** or **Microphone*
|
||||
If the gateway status stays on "Starting...", check if a zombie process is holding the port:
|
||||
|
||||
```bash
|
||||
lsof -nP -i :18789
|
||||
clawdbot daemon status
|
||||
clawdbot daemon stop
|
||||
|
||||
# If you’re not using a LaunchAgent (dev mode / manual runs), find the listener:
|
||||
lsof -nP -iTCP:18789 -sTCP:LISTEN
|
||||
```
|
||||
Kill any existing `node` or `clawdbot` processes listening on that port and restart the app.
|
||||
|
||||
Reference in New Issue
Block a user