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
When starting up bitcoind and fork-explorer at the same time, I've seen this error from bitcoind and fork-explorer exits:
fork-explorer_1 | Bootstrapping real block data... fork-explorer_1 | Listening on: http://0.0.0.0:8080 fork-explorer_1 | error: Uncaught (in promise) Error: Verifying blocks... fork-explorer_1 | throw new Error(response.error.message); fork-explorer_1 | ^ fork-explorer_1 | at getblockcount (file:///fork-explorer/backend/jsonrpc/index.ts:11:11) fork-explorer_1 | at async bootstrapBlocks (file:///fork-explorer/backend/blocks/index.ts:87:20)
This is only a temporary error, so I propose it should be retried until it's gone.
The text was updated successfully, but these errors were encountered:
Yes, makes sense to retry. At least a couple of times.
Sorry, something went wrong.
No branches or pull requests
When starting up bitcoind and fork-explorer at the same time, I've seen this error from bitcoind and fork-explorer exits:
This is only a temporary error, so I propose it should be retried until it's gone.
The text was updated successfully, but these errors were encountered: