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
After a system of network instability, the network returns to normal and starts sealing sectors, precommit provecommit messages cannot be sent out
Trying to resolve
Tried to add GAS charges, no luck, messages are still backlogged locally.
Tried to send a transfer message, prompt: message nonce doesn't match next nonce
At this point, it is thought that some messages are taking up nonce but not being sent because of network instability.
Solution
1: Go to your browser and look for the nonce of the last message of your address
2: Locally check the nonce of all the messages that are stuck, find the smallest value and use the command lotus mpool pending --local to sort the output by filtering it yourself
3: To fill in the missing nonce, you can use the command lotus send --nonce <missing-nonce> --from <your-wallet> <your-wallet-too> amount, note that the nonce is increasing, so you have to fill it in from small to large
4: After this. your local message will be sent normally.
status/archivedArchive label, use when closing/locking old discussions.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Troubleshooting
After a system of network instability, the network returns to normal and starts sealing sectors, precommit provecommit messages cannot be sent out
Trying to resolve
Tried to add GAS charges, no luck, messages are still backlogged locally.
Tried to send a transfer message, prompt:
message nonce doesn't match next nonce
At this point, it is thought that some messages are taking up nonce but not being sent because of network instability.
Solution
1: Go to your browser and look for the nonce of the last message of your address
2: Locally check the nonce of all the messages that are stuck, find the smallest value and use the command
lotus mpool pending --local
to sort the output by filtering it yourself3: To fill in the missing nonce, you can use the command
lotus send --nonce <missing-nonce> --from <your-wallet> <your-wallet-too> amount
, note that the nonce is increasing, so you have to fill it in from small to large4: After this. your local message will be sent normally.
Beta Was this translation helpful? Give feedback.
All reactions