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

Calls to GET api/Federation/members return 400 Bad Request #979

Open
drmathias opened this issue May 12, 2022 · 0 comments
Open

Calls to GET api/Federation/members return 400 Bad Request #979

drmathias opened this issue May 12, 2022 · 0 comments

Comments

@drmathias
Copy link
Contributor

Steps to reproduce:

  1. Run Stratis.CirrusMinerD
  2. Make a request to GET /api/Federation/members

This results in a 400 Bad Request which contains an error describing a NullReferenceException

{
  "errors": [
    {
      "status": 400,
      "message": "Object reference not set to an instance of an object.",
      "description": "System.NullReferenceException: Object reference not set to an instance of an object.\n   at Stratis.Bitcoin.Features.PoA.Voting.FederationController.GetMembers() in /Users/drmathias/projects/Stratis/StratisFullNode/src/Stratis.Bitcoin.Features.PoA/Voting/FederationController.cs:line 170"
    }
  ]
}
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

No branches or pull requests

1 participant