We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't figure out just yet how to handle anyhow! errors returned by SP1 SDK in a more nuanced way, we allow retry for anything.
anyhow!
The text was updated successfully, but these errors were encountered:
In testing with a retry, we can get in a bad state:
"status": "RETRYABLE_FAILURE", "errorMessage": "Retryring! Previous error: InternalError(\"status: Unavailable, message: "failed nonce verification: invalid nonce for sender 0xeb698d69e4a89a57c3acbc2be4c21ca7ed69845b expected 76, got 75", details: [], metadata: MetadataMap { headers: {Some other stuff & cookies} }\")"
Need to bisect to find why a nonce is needed here and why it's breaking as written now.
nonce
Note that this was for a failed job that bypassed simulation of a known broken proof, see #37
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I can't figure out just yet how to handle
anyhow!
errors returned by SP1 SDK in a more nuanced way, we allow retry for anything.The text was updated successfully, but these errors were encountered: