Entered
Error v154 → current 20.0Safe-mode is already active. You cannot enter again.
Encountered by: validatorsdevelopers
Why This Error Exists
Safe-mode can only be active once at a time. If it's already active, you can't enter again - but you can extend it if needed. This prevents overlapping safe-mode periods.
From Chain Metadata
The safe-mode is (already or still) entered.
What This Means
Safe-mode is already active. You cannot enter again.
Common Causes
- Trying to call enter() when safe-mode was already activated
- Previous safe-mode activation hasn't expired yet
- Another account already entered safe-mode
How to Fix
- Query EnteredUntil to check safe-mode status
- Wait for safe-mode to end, or call extend() if you want to prolong it
- If you need to exit early, governance can call force_exit
Storage to Check
Runtime Info
- Pallet Index
- 20
- Error Index
- 0
- Error Code
- 20.0
- Runtime Version
- v393