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

[Indexer API] #606

Open
vasil-nesterov opened this issue Nov 14, 2024 · 0 comments
Open

[Indexer API] #606

vasil-nesterov opened this issue Nov 14, 2024 · 0 comments
Labels
indexer-api Issues relating to the Indexer API

Comments

@vasil-nesterov
Copy link

vasil-nesterov commented Nov 14, 2024

Description & Repro

When I run the following query, the indexer returns a weird error.

query MyQuery{
  fungible_asset_activities(
    where: {
      gas_fee_payer_address: {
        _eq: "0xf25dbb58d0692370e08ace28fb09425c1ed115473f479aa52a4cd0e70b1fe2df"
    	}
    }
  ) {
    amount
  }
}

Response:

{
  "errors": [
    {
      "line": 0,
      "column": 0,
      "message": "The string did not match the expected pattern.",
      "stack": "close@[native code]\n@[native code]"
    }
  ]
}
@vasil-nesterov vasil-nesterov added the indexer-api Issues relating to the Indexer API label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indexer-api Issues relating to the Indexer API
Projects
None yet
Development

No branches or pull requests

1 participant