J.A.R.V.I.S. Troubleshooting¶
1. General¶
-
Setup wizard did not start
Runomicverse jarvis --setup --setup-language zh. -
Model change did not apply
Run/model <new_model>, then/reset. -
Session restarts unexpectedly
Use--max-prompts 0.
2. Telegram¶
-
Missing dependency
Runpip install -e ".[jarvis]". -
Missing token
CheckTELEGRAM_BOT_TOKENor--token. -
409 Conflict
Stop other running processes using the same bot token.
3. Feishu¶
-
WebSocket SDK missing
Runpip install lark-oapi. -
Webhook verification fails
Verify callback URL and--feishu-host/--feishu-port/--feishu-path. -
Can receive text but cannot send images/files
Check Feishu app permissions.
4. iMessage¶
-
imsgnot found
Checkwhich imsg. -
Cannot access
chat.db
Verify DB path and macOS permissions.
5. QQ¶
-
Missing credentials
CheckQQ_APP_IDandQQ_CLIENT_SECRET. -
Image sending fails
Check--qq-image-hostpublic reachability. -
Markdown not working
Verify markdown permission in QQ Open Platform.