-
-
Notifications
You must be signed in to change notification settings - Fork 54.6k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
Running openclaw as gateway daemon.
Not able to add cronjob using openclaw cron add command.
What went wrong?
Not able to add cronjobs.
Constantly get following error:
Error: TypeError: Cannot read properties of undefined (reading 'nextRunAtMs')
Steps to reproduce
- Make sure openclaw-gateway is running (ps)
- Run openclaw cron list
- Or type following command:
openclaw cron add --name test-briefing --every 5m --message "Generate a quick test briefing. Just say hello and show the current time." --announce - See 'Error: TypeError: Cannot read properties of undefined (reading 'nextRunAtMs')'
- Not able to add jobs
Expected behavior
What did you expect to happen?
Expect job to be added successfully.
Actual behavior
What actually happened?
Error: TypeError: Cannot read properties of undefined (reading 'nextRunAtMs')'
Environment
- Clawdbot version: 2026.2.3-1 (d84eb46)
- OS: Ubuntu 24.04.3 LTS
- Install method (pnpm/npx/docker/etc): npx
Logs or screenshots
Paste relevant logs or add screenshots (redact secrets).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working