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 with getEvonodesProposedEpochBlocksByIds with epoch<7 #2315

Open
p-m opened this issue Nov 6, 2024 · 0 comments
Open

error with getEvonodesProposedEpochBlocksByIds with epoch<7 #2315

p-m opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@p-m
Copy link

p-m commented Nov 6, 2024

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 p-m added the bug Something isn't working label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant