NotFound
Error v133 → current 15.1The scheduled call you're trying to cancel or modify doesn't exist.
Encountered by: developers
Why This Error Exists
Scheduled tasks can only be cancelled before they execute. Once a block passes, its tasks are gone.
From Chain Metadata
Cannot find the scheduled call.
What This Means
The scheduled call you're trying to cancel or modify doesn't exist.
Common Causes
- Task already executed
- Task already cancelled
- Wrong block number or index
- Wrong task name/id
How to Fix
- Verify the task address (block, index) or name
- Check Scheduler.Agenda storage for the target block
- For named tasks, check Scheduler.Lookup storage
Storage to Check
Runtime Info
- Pallet Index
- 15
- Error Index
- 1
- Error Code
- 15.1
- Runtime Version
- v393