platform icon indicating copy to clipboard operation
platform copied to clipboard

error with getEvonodesProposedEpochBlocksByIds with epoch<7

Open p-m opened this issue 1 year ago • 0 comments

Hello, I would like to get the count for any epoch, for example epoch 6. I use this command:

grpcurl -proto node_modules/@dashevo/dapi-grpc/protos/platform/v0/platform.proto \
    -d '{"v0": {"ids": ["XXX"], "epoch": 6}}' 1.2.3.4:443 \
    org.dash.platform.dapi.v0.Platform/getEvonodesProposedEpochBlocksByIds

Expected Behavior: Get the count.

Current Behavior: Error message:

ERROR:
  Code: Internal
  Message: query: storage: grovedb: path parent layer not found: could not get key for parent of subtree optional no tx: path key not found: key not found in Merk for get from storage: 6d

TIA for any help to get the count for any epoch, Peter

p-m avatar Nov 06 '24 10:11 p-m