Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

JSON Parse error in bookkeeping query #309

@simonerom

Description

@simonerom

Querying bookkeeping data at https://analytics.iotexscan.io stopped working:

{ 
  delegate(startEpoch:13512, epochCount:528, delegateName:"iotexlab") {   
    bookkeeping(percentage:90,includeFoundationBonus:false) { 
      rewardDistribution { 
        voterEthAddress,amount 
      } 
    } 
  } 
}

gives the following error, regardless of the epoch count:

{
  "error": "JSON Parse error: Unrecognized token '<'"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions