-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
ToddSpect edited this page May 23, 2026
·
6 revisions
| Error | Fix |
|---|---|
CLI stdin is not writable |
Reload window; check Output → Todd of AIDLC for crash; reinstall VSIX |
CLI ping timed out |
Daemon failed to start — check Node ≥ 20 on PATH |
CLI daemon exited unexpectedly |
See stderr in Output; often bad token or uncaught exception |
| Error | Fix |
|---|---|
| HTTP 401 |
gh auth refresh --scopes copilot; reload VS Code |
| HTTP 404 on token exchange | Use OAuth token with copilot scope; Business accounts may use token directly |
| Bad credentials | Clear stale secret; use live gh auth token
|
| Error | Fix |
|---|---|
| HTTP 404 from api2.cursor.sh | Wrong endpoint — use https://api.cursor.com, not api2.cursor.sh
|
| HTTP 401 | Create key at cursor.com/dashboard/integrations |
| No response / stuck thinking | Cursor Cloud can take minutes; Todd of AIDLC now shows status text and errors after 90s without text. Use Ask mode for simple chat. Open View → Output → Todd of AIDLC for [cursor] logs. + New chat if stuck. |
read ECONNRESET in Agent mode |
Normal for long cloud-agent runs — Todd of AIDLC reconnects the SSE stream automatically. If it persists, + New chat or use Ask (Plan mode on Cursor). Rebuild VSIX after updates. |
HTTP 409 agent_busy
|
Previous Cursor run still active — + New chat, or wait a few seconds; Todd of AIDLC now cancels stale runs automatically |
| Error | Fix |
|---|---|
| getGoat shows ready but CLI missing | Install Claude Code CLI |
| Command not found | Set toddspect.connectors.claude.path
|
| Issue | Fix |
|---|---|
| Clear does not remove messages | Use Clear all (composer) or view title Clear Chat & Context; + New chat clears messages only (keeps context files) |
| Stop does not stop | Ensure chat:cancel reaches daemon (check Output trace) |
Always check View → Output → Todd of AIDLC first.
toddspect check getGoat # CLI-side readinessGetting started
Using Todd of AIDLC
Agents
Advanced
Help