Requested
Error v133 → current 14.4This preimage is currently requested by the governance system (e.g., a pending proposal references it). It cannot be removed while something depends on it.
Encountered by: validatorsdevelopers
Why This Error Exists
Preimages cannot be removed while they are actively needed by governance. This prevents proposals from failing due to missing call data.
From Chain Metadata
A preimage may not be removed when there are outstanding requests.
What This Means
This preimage is currently requested by the governance system (e.g., a pending proposal references it). It cannot be removed while something depends on it.
Common Causes
- Trying to unnote a preimage that is referenced by an active governance proposal
- A scheduled call depends on this preimage data
- The preimage has active request references
How to Fix
- Wait for the governance proposal or scheduled call to execute or be cancelled
- Query Preimage.RequestStatusFor to check who is requesting it
- The preimage will become removable after all requesters release it
Storage to Check
Runtime Info
- Pallet Index
- 14
- Error Index
- 4
- Error Code
- 14.4
- Runtime Version
- v393