This error was removed in v326

This error is no longer present in the current runtime. Existed from v151 to v326. Shown here for historical reference.

TooManyActiveProposals

Error Removed v151 → v326 (removed) 8.6

There can only be a maximum of `MaxProposals` active proposals.

From Chain Metadata

There can only be a maximum of `MaxProposals` active proposals.

What This Means

There can only be a maximum of `MaxProposals` active proposals.

Common Causes

  • Array/vector size limit exceeded in your transaction
  • Maximum entries for this storage item reached

How to Fix

  • Reduce the number of items in your array parameter
  • Split into multiple smaller transactions
  • Check the constant for maximum allowed size

Runtime Info

Pallet Index
8
Error Index
6
Error Code
8.6
Removed In
v326