Errors/Chain errors

SpaceLimitExceeded

Wait for the rate-limit window to pass, then retry

View as Markdown

The commitment would push the account's byte quota for the current epoch over the cap; each set_commitment consumes at least 100 bytes. Check UsedSpaceOf for the netuid and account against MaxSpace, or wait for the next epoch to reset usage.

Declared by the Commitments pallet; it classifies to the semantic code rate_limited.

Remediation

Wait for the rate-limit window to pass, then retry

The same explanation is available in the terminal: btcli explain SpaceLimitExceeded.