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

[Bug]: /block request ends with error #98

Closed
JulianToledano opened this issue Mar 7, 2024 · 0 comments · Fixed by #93
Closed

[Bug]: /block request ends with error #98

JulianToledano opened this issue Mar 7, 2024 · 0 comments · Fixed by #93

Comments

@JulianToledano
Copy link
Contributor

Summary of Bug

A request to block endpoint results in the following error:

{
  "code": 171,
  "message": "error on online client operation",
  "description": "returned when there is an error with the client",
  "retriable": false,
  "details": {
    "info": "getting block transactions by height rosetta: (171) error on online client operation"
  }
}

Version

main

Steps to Reproduce

curl localhost:8080/block -d '{ "network_identifier":{"network":"network","blockchain": "app"}, "block_identifier":{"index":$BLOCK}}' | jq

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

Successfully merging a pull request may close this issue.

1 participant