You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over the weekend the wallet ran out of pizza [sic] tokens, and disbursements started failing with this message:
"error fetching notes: requested amount of 10 exceeds total of 0";
To resolve, I compared the denoms included on the service with the output from the bot's pcli view balance and concluded it was pizza that was missing. Removing the denom from the args and bouncing the service resolved.
Ideally, the error message would include the denom. Low-priority, but look to update the message when making other changes. See relevant Discord discussion.
The text was updated successfully, but these errors were encountered:
Over the weekend the wallet ran out of
pizza
[sic] tokens, and disbursements started failing with this message:To resolve, I compared the denoms included on the service with the output from the bot's
pcli view balance
and concluded it waspizza
that was missing. Removing the denom from the args and bouncing the service resolved.Ideally, the error message would include the denom. Low-priority, but look to update the message when making other changes. See relevant Discord discussion.
The text was updated successfully, but these errors were encountered: