protocol-subgraphs icon indicating copy to clipboard operation
protocol-subgraphs copied to clipboard

Error querying sToken from reserves in Protocol V3 Mainnet Subgraph

Open Natkamon opened this issue 1 year ago • 0 comments

Describe the bug I obtained an error when I tried to query sToken from reserves in Protocol V3 Mainnet.

To Reproduce Subgraph: https://thegraph.com/explorer/subgraphs/Cd2gEDVeqnjBn1hSeqFMitw8Q1iiyV9FYUZkLNRcL87g

Query

{
  reserves {
    id
    sToken {
      id
    }
  }
}

Result

{
  "errors": [
    {
      "message": "Unexpected token 'I', \"Internal S\"... is not valid JSON",
      "stack": "SyntaxError: Unexpected token 'I', \"Internal S\"... is not valid JSON"
    }
  ]
}

Natkamon avatar Dec 25 '24 23:12 Natkamon