blocksights / blocksights-open-explorer

Other
5 stars 4 forks source link

Block 65413460 doesn't load #26

Open abitmore opened 1 year ago

abitmore commented 1 year ago

The https://blocksights.info/#/blocks/65413460 page shows an error:

image

abitmore commented 1 year ago

https://api.bitshares.ws/openexplorer/block?block_num=65413460 returns 500 Internal Server Error.

Probably related to https://github.com/blocksights/blocksights-open-explorer/issues/7.

abitmore commented 1 year ago

I guess the node was restarted during syncing, due to https://github.com/bitshares/bitshares-core/issues/2693, the data of the latest block in ES was incomplete. After restarted, it resumed from the next block number.

I think the script used to deal with https://github.com/bitshares/bitshares-core/issues/2235 may need to set the --elasticsearch-start-es-after-block and --es-objects-start-es-after-block options to a slightly smaller block number.