OmicClaw Troubleshooting¶
1. Launcher Behavior¶
omicverse clawopened the web UI instead of returning code This is now expected.omicverse clawdefaults to gateway mode unless you pass-q,--question, or daemon flags.I want code only Use:
omicverse claw -q "basic qc and clustering"
omicclawalways asks for login This is also expected. Theomicclawentrypoint enables forced-login web behavior by design.Gateway started but no bot is online If no
--channelis configured, gateway runs in web-only mode.
2. Setup and Auth¶
The setup wizard did not start Run
omicclaw --setup --setup-language zhoromicverse gateway --setup --setup-language zh.Model or provider settings did not apply Check
~/.ovjarvis/config.jsonand~/.ovjarvis/auth.json, then restart the launcher.Provider key not found Export the matching environment variable or use
--api-key.
3. Telegram¶
Missing dependency Run
pip install -e ".[jarvis]"orpip install "omicverse[jarvis]".Missing token Check
TELEGRAM_BOT_TOKENor--token.409 ConflictAnother process is already using the same bot token.
4. Feishu¶
WebSocket SDK missing Install
lark-oapi.Webhook verification fails Verify callback URL and
--feishu-host/--feishu-port/--feishu-path.Can receive text but not images/files Check Feishu app permissions and deployment reachability.
5. iMessage¶
imsgnot found Checkwhich imsg.Cannot access
chat.dbVerify the database path and macOS permissions.
6. QQ¶
Missing credentials Check
QQ_APP_IDandQQ_CLIENT_SECRET.Image sending fails Check
--qq-image-hostpublic reachability.Markdown does not work Verify that the QQ bot has markdown message permission.