Troubleshooting Guide 🛠️
If you encounter issues while setting up or running MalikClaw, use this reference guide to troubleshoot common problems.
🔐 Authentication & Model Credentials
AntiGravity: "Missing required parameter: client_id"
This occurs when Google OAuth credentials are not detected.
- Resolution: Run
malikclaw auth login --provider google-antigravityto generate credentials. - Environment Override: Alternatively, export
MALIKCLAW_ANTIGRAVITY_CLIENT_IDandMALIKCLAW_ANTIGRAVITY_CLIENT_SECRET.
OpenRouter: "free is not a valid model ID"
- Cause: Using shorthand model aliases instead of full OpenRouter identifiers.
- Resolution: In
~/.malikclaw/config.json, set"model": "openrouter/auto"or"model": "google/gemini-2.0-flash-exp:free".
"model ... not found in model_list"
The default model specified under agents.defaults.model does not match any entry in your model_list.
- Resolution: Open
~/.malikclaw/config.jsonand ensure themodel_namestring matches the identifier defined inmodel_list.
🌐 Gateway & Web UI
Port 18790 Already in Use
If the gateway server fails to start because port 18790 is occupied:
- Resolution: Specify a custom port when launching the gateway:
malikclaw gateway --port 18791
📱 Mobile & Omnichannel Support
Telegram / Discord Bot Not Responding
- Tokens: Verify
BOT_TOKENinconfig.json. - Access Control: Confirm your account ID is listed under
allow_fromin channel settings. - Group Privacy: Disable "Group Privacy" via
@BotFatheron Telegram if group message monitoring is desired.
WhatsApp Pairing Timeout
- If QR scanning fails or disconnects, clear existing session tokens:
rm -rf ~/.malikclaw/whatsapp_session malikclaw gateway --channels whatsapp
🆘 Additional Support
- Debug Mode: Run
malikclaw agent --debugfor verbose execution logs. - GitHub Issues: Search reported topics on GitHub Issues.
- Discussions: Connect with the community on GitHub Discussions.
Suggest edits for this page
Last updated: 8/26/2026