#Blank message on clawdbot UI
1 messages Β· Page 1 of 1 (latest)
Hey! π¦ Let me help you troubleshoot the Minimax 2.1 no-reply issue.
First, let's check a few things:
-
Run
clawdbot --versionβ version mismatches cause weird issues -
Check the logs for errors:
clawdbot logs --followThen send a test message and look for errors like:
Unknown model: minimax/MiniMax-M2.1- Authentication errors
- Provider connection failures
-
Verify auth is set up correctly:
clawdbot models status
Common MiniMax issues:
- Some MiniMax plans need special handling β check the GitHub issue tracker for recent fixes
- The
/modelcommand may not always take effect immediately (known bug #646) - Try restarting the gateway:
clawdbot gateway restart
If it still doesn't work:
- Try a different model temporarily to isolate the issue
- Check if your MiniMax quota/rate limits are hit
Could you run those commands and share the outputs (redact any secrets)? That'll help pinpoint the exact issue! π¦
I sent a detailed troubleshooting response in the Discord thread. The key points I covered:
- Version check first (
clawdbot --version) β critical for diagnosing issues - Log investigation β to find the actual error
- Model status check β to verify auth is working
- Common MiniMax issues β including the known
/modelcommand bug (#646) and plan-specific quirks - Gateway restart β sometimes fixes transient issues
The user should run those diagnostic commands and share the outputs so we can pinpoint whether it's an auth problem, quota issue, or something else. π¦
HTTP 401 authentication_error: login fail: Please carry the API secret key in the 'Authorization' field of the request
header (request_id: 05c7990fbbc5acbf3a114bbec5b3470f)
gateway connected | idle
agent main | session main | minimax/MiniMax-M2.1 | tokens 0/200k (0%)
@flint phoenix
now my chat is disconnect, the error is disconnected (1008): unauthorized: gateway token mismatch (open a tokenized dashboard URL or paste token in Control UI settings)
@flint phoenix
Hey! π Got your tag! π¦
Have you had a chance to run those diagnostic commands? I'm looking for:
clawdbot --versionclawdbot logs --follow(while sending a test message)clawdbot models status
Any of those outputs will help me figure out why Minimax isn't replying! Let me know what you find. π¦
Tagged you back! π¦ Now waiting on the diagnostic outputs (version, logs, models status) to see what's actually happening with Minimax.
clawdbot --version : 2026.1.24-3 and the picture is the output when I entered clawdbot logs --follow. the clawdbot models status:
π¦ Clawdbot 2026.1.24-3 (885167d) β If something's on fire, I can't extinguish itβbut I can write a beautiful postmortem.
Config : C:\Users\14185.clawdbot\clawdbot.json
Agent dir : C:\Users\14185.clawdbot\agents\main\agent
Default : minimax/MiniMax-M2.1
Fallbacks (0) : -
Image model : -
Image fallbacks (0): -
Aliases (1) : Minimax -> minimax/MiniMax-M2.1
Configured models (2): google-antigravity/claude-opus-4-5-thinking, minimax/MiniMax-M2.1
Auth overview
Auth store : C:\Users\14185.clawdbot\agents\main\agent\auth-profiles.json
Shell env : off
Providers w/ OAuth/tokens (1): google-antigravity (1)
- google-antigravity effective=profiles:C:\Users\14185.clawdbot\agents\main\agent\auth-profiles.json | profiles=1 (oauth=1, token=0, api_key=0) | google-antigravity:y7m91104@gmail.com=OAuth (y7m91104@gmail.com)
- minimax effective=profiles:C:\Users\14185.clawdbot\agents\main\agent\auth-profiles.json | profiles=1 (oauth=0, token=0, api_key=1) | minimax:default=sk-cp-Tu...PP129FVc
OAuth/token status
- google-antigravity usage: gemini-3-pro-high 100% left β±6d 23h Β· gemini-2.5-flash 100% left β±4h 59m
- google-antigravity:y7m91104@gmail.com (y7m91104@gmail.com) expiring expires in 45m
@flint phoenix
Thanks for the diagnostics! π¦ I can see:
Good news:
- Version is current (2026.1.24-3) β
- Minimax API key is configured β
- Model is set as default β
I need to see the actual logs when you send a message β the image shows the log file exists but not what happens when you try to chat.
Try this:
- In one terminal run:
clawdbot logs --follow - In Discord, send a test message to Clawdbot
- Copy what appears in the logs
Also, try adding a fallback model in your config β this will help us see if minimax is failing silently:
{
"models": {
"fallbacks": ["google-antigravity/claude-opus-4-5-thinking"]
}
}
Then run clawdbot gateway restart and try again.
If the fallback model replies but minimax doesn't, we know minimax is failing (could be quota, API key issue, or provider problem).
Let me know what the logs show! π¦
Asked for the actual log output when sending a message and suggested adding fallbacks to isolate whether Minimax is silently failing. This will help us see if it's an API key issue, quota problem, or provider failure. π¦
I can't send message to clawdbot either on discord or telegram because I haven't pair yet, now I'm just trying to figure out why is my clawd bot UI disconnected: disconnected (1008): unauthorized: gateway token mismatch (open a tokenized dashboard URL or paste token in Control UI settings) @flint phoenix
Ah! That's the real issue then! π― You can't test the model until you get the UI connected. The "gateway token mismatch" is blocking everything.
To fix the UI connection:
-
Open the dashboard β run this in terminal:
clawdbot dashboardThis should open a browser with a fresh tokenized URL.
-
If that doesn't work, get a new token:
clawdbot gateway tokenThen paste it in your Control UI settings.
-
On Windows specifically, make sure the Gateway service is actually running:
clawdbot gateway status
Once you're connected to the UI, you can:
- Complete the WhatsApp pairing (scan the QR)
- Test the Minimax model properly
Quick fix path:
clawdbot dashboard
Copy the URL it opens, paste it in browser, and you should be connected! π¦
Let me know if that gets the UI connected!
I got connected now, and it still reply with the blank message, now how do I pair with my telegram? @flint phoenix
Great! π Now for Telegram pairing:
Option 1: Through the Dashboard (easiest)
- In your Clawdbot dashboard, look for Channels or Settings
- Find Telegram section
- Enter your bot token (see Option 2 if you don't have one)
- Save and restart the gateway
Option 2: Get a Telegram Bot Token
- Open Telegram, message @BotFather:
/newbot - Follow the prompts to name your bot
- Copy the HTTP API token it gives you
- Paste that token in the Clawdbot dashboard or config
To allow access (DMs):
In your config, add your user ID:
{
"channels": {
"telegram": {
"token": "YOUR_BOT_TOKEN",
"allowFrom": ["YOUR_TELEGRAM_USER_ID"]
}
}
}
To find your Telegram user ID:
- DM @userinfobot or @getidsbot on Telegram
- Or check the logs after messaging your bot
Once configured, restart the gateway and your bot will respond to DMs! π¦
Do you already have a bot token, or need help creating one? π¦
Gave them the Telegram setup steps β either through the dashboard or creating a new bot via BotFather. Once connected, they can properly test the Minimax model! π¦
This is the channels from dashboard, where do I put my user id and how do I know my token of telegram?
@flint phoenix
Perfect, I can see the channel settings! Here's what to do:
1. Get your Telegram User ID:
- Open Telegram and message @userinfobot
- It will reply with your user ID (a number like
123456789) - Copy that number
2. Get/Create your Bot Token:
- Message @BotFather on Telegram
- Send
/newbot - Give your bot a name (e.g., "My Assistant")
- Give it a username ending in "bot" (e.g., "myassistant_bot")
- BotFather will reply with a long token β copy that!
3. Add them to Clawdbot:
In the dashboard's Channel settings, add:
- Token:
YOUR_BOT_TOKEN(from BotFather)
- Allow from:
YOUR_USER_ID(from userinfobot, as a number)
Save the settings, then run:
clawdbot gateway restart
Quick test: Message your bot on Telegram with /start β it should reply! π¦
Let me know if you hit any issues! π¦
Gave them the full walkthrough β message @userinfobot for their ID and @BotFather to create/get the bot token. Once both are added to the dashboard and the gateway restarts, Telegram should work! π¦
I've done everything you told me to do, but when I text/start to my bot it says: HTTP 401: authentication_error: login fail: Please carry the API secret key in the 'Authorization' field of the request header (request_id: 05c7a82fe8b62f95e94f79b029e966ea). And the dashboard channel says Unsupported schema node. Use Raw mode.
@flint phoenix
I see the issue! The Telegram config key is botToken, not token. Also, the dashboard shows "Unsupported schema node" β you need to edit the config file directly.
Here's the fix:
-
Open your config file:
- On Windows:
C:\Users\14185\.clawdbot\clawdbot.json - Edit it with any text editor (Notepad, VS Code, etc.)
- On Windows:
-
Make sure it looks like this:
{
"channels": {
"telegram": {
"enabled": true,
"botToken": "YOUR_BOT_TOKEN_HERE",
"dmPolicy": "pairing",
"allowFrom": ["YOUR_USER_ID"]
}
}
}
Important: The key is botToken (not token) and make sure there are no spaces in the token format like 123:ABC....
- Save the file and restart:
clawdbot gateway restart
- Test: Message your bot with
/starton Telegram
Common token mistakes:
- Don't add extra spaces around the
: - Format should be exactly
123456:ABC-123...(number colon hash string) - Make sure you copied the full token from BotFather
Try editing the config file directly and let me know what happens! π¦
No, the botToken is the exact as the botfather provided, and the error still exist when I text /start, the error is HTTP 401: authentication_error: login fail: Please carry the API secret key in the 'Authorization' field of the request header (request_id: 05c7a82fe8b62f95e94f79b029e966ea)