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 downloading best block: API returned incorrect number of block summaries: n=1 #8

Open
placer14 opened this issue Aug 31, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@placer14
Copy link
Member

I noticed that a particular block caused two instances of hindsight to miss a block as a result of this error: Error downloading best block: API returned incorrect number of block summaries: n=1

It appears we perform an HTTP request of the full block data from insight when a new block is detected via the websocket. If this request fails for any reason, we simply do not report the block to anything. Wondering if there's a better way to solve this? Maybe attempt to retry a few times?

@placer14 placer14 added the enhancement New feature or request label Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant