Troubleshooting Guide 🛠️
If you're encountering issues with MalikClaw, check this list of common problems and their solutions.
🔐 Authentication & Connectivity
AntiGravity: "Missing required parameter: client_id"
This error occurs when the backend is missing the Google OAuth client credentials.
- Solution: Restart the MalikClaw backend. The latest version includes built-in fallback credentials.
- Advanced: You can manually set
MALIKCLAW_ANTIGRAVITY_CLIENT_IDandMALIKCLAW_ANTIGRAVITY_CLIENT_SECRETin your environment variables.
OpenAI: "unknown_error" during Login
This usually indicates a Redirect URI mismatch or an expired session.
- Solution:
- Ensure you are using the latest version of MalikClaw.
- Clear your browser cookies for the MalikClaw dashboard.
- Try logging out and logging back in from the Settings/Credentials page.
- Note: If using standard API keys, ensure
auth_methodis NOT set to "oauth" in yourconfig.json.
OpenRouter: "free is not a valid model ID"
Cause: You are using a shorthand for the model name.
- Wrong:
"model": "free" - Right:
"model": "openrouter/free"(or specific models likegoogle/gemini-2.0-flash-exp:free).
⚙️ Configuration Issues
"model ... not found in model_list"
The model you've selected as default in agents.defaults.model does not exist in your model_list array.
- Fix: Open
~/.malikclaw/config.jsonand ensure themodel_namein your list exactly matches the default model name.
Port 18800 Already in Use
If the Web Launcher fails to start, another process might be using the port.
- Solution: Run
malikclaw launcher -port 18801to start on a different port.
💬 Channel Problems
Telegram Bot Not Responding
- Token: Verify your
BOT_TOKENis correct. - Allow List: Ensure your Telegram User ID is in the
allow_fromlist. - Privacy: Ensure "Group Privacy" is disabled in @BotFather if you want the bot to see all messages in groups.
WhatsApp Pairing Fails
- Bridge: If not using native mode, ensure the WhatsApp bridge server is running.
- Session: If pairing fails repeatedly, delete the
session_store_pathfolder and try scanning the QR code again.
🆘 Still Need Help?
- Logs: Run
malikclaw agent --debugto see detailed execution logs. - GitHub: Search through Existing Issues.
- Discord: Join our community for real-time support.
Suggest edits for this page
Last updated: 3/19/2026