Skip to content
New issue

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

"Error: Verifying blocks" should be retried #45

Open
schildbach opened this issue May 6, 2021 · 1 comment
Open

"Error: Verifying blocks" should be retried #45

schildbach opened this issue May 6, 2021 · 1 comment

Comments

@schildbach
Copy link

schildbach commented May 6, 2021

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.

@hsjoberg
Copy link
Owner

hsjoberg commented May 6, 2021

Yes, makes sense to retry. At least a couple of times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants