#No response in chat
1 messages ยท Page 1 of 1 (latest)
The latest version is v2026.1.30 (openclaw 2026.1.30).
Key highlights:
- CLI completion command (Zsh/Bash/PowerShell/Fish)
- Per-agent models status (
--agentfilter) - New Kimi K2.5 model support
- MiniMax OAuth plugin + onboarding
You can find the full changelog here: https://github.com/openclaw/openclaw/releases/tag/v2026.1.30
Done! Responded with the latest version info and changelog link. ๐ฆ
this is what i have
You're on v2026.1.0, the latest is v2026.1.30. To update:
# If installed via pnpm/npm
pnpm update -g clawdbot
# Or Homebrew
brew update && brew upgrade clawdbot
# Or Scoop
scoop update clawdbot
After updating, restart the gateway to apply the new version.
Done! Let me know if they need more help with the update. ๐ฆ
You're all set โ you're already on v2026.1.30 (the latest)! ๐
All good! They're already running the latest version. ๐ฆ
Now assistant replying to you?
I had the same issue yesterday, then I stopped fixing errors.
Good question! What brought you to check the version โ were you experiencing a specific issue? If so, let me know what problem you're trying to solve and I can help troubleshoot! ๐ฆ
I don't know, i thought you fixed the error that's why I'm asking.
I upgraded the version, and this is what i get, what should i do now?
The error shows your config has http: undefined โ you need to set a valid URL.
Check /home/nironiro/.config/clawdbot/config.json5 and set http to a valid URL (e.g., http://localhost:1234). Then restart the gateway.
Share the http section of your config if you need help fixing it.
Let me know what their http config looks like and I'll help them fix it! ๐ฆ
@gentle garnet have you ever connected discord and test it?
Found it! The problem is http: undefined. You need to set it to a valid URL.
Options:
- Local development:
http: "http://localhost:8080"(or whatever port you're using) - Production:
http: "https://your-domain.com"(or whatever your reverse proxy URL is)
Edit the file and change:
http: undefined,
to something like:
http: "http://localhost:8080",
Then save and restart the gateway with clawdbot gateway restart.
What port is your gateway running on? That will help determine the right URL. ๐ฆ
no, local only
Local dashboard?
Try to connect discord once
how?
First make your discord bot and create channel and add your bot to your channel
And chat with your bot
Step-by-step:
-
Open the config file:
nano ~/.config/clawdbot/config.json5 -
Find the line that says
http: undefined, -
Change it to (pick one):
- Local:
http: "http://localhost:8080", - Or your actual URL if you have one
- Local:
-
Save and exit:
- Press
Ctrl+Oto save, thenEnter - Press
Ctrl+Xto exit
- Press
- Restart the gateway:
clawdbot gateway restart
Which text editor are you comfortable with? I can give more specific instructions if needed. ๐ฆ
But i want it to work on WhatsApp
do you know what is the location of the config in mac?
What do you mean? are you going to edit config file of clawbot?
Lol, don't try to change config file
I can't expect the result
haha okay
If you want, ofc it will work on whatsapp
Follow some guide to set clawbot
@gentle garnet If you don't mind, I will help you step by step
sure ๐