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

GraphQL: Null value resolved for non-null field subgraphFeatures #809

Open
tilacog opened this issue Oct 24, 2023 · 0 comments
Open

GraphQL: Null value resolved for non-null field subgraphFeatures #809

tilacog opened this issue Oct 24, 2023 · 0 comments
Assignees
Labels
bug Something isn't working indexer-agent

Comments

@tilacog
Copy link
Contributor

tilacog commented Oct 24, 2023

ERROR (IndexerAgent/1560869): Failed to query subgraph features from indexing statuses endpoint
    component: "GraphNode"
    subgraphId: "QmWC8bGoqBRmiAwMRVA983CmhC4j3gMPmkM2p3F2rM35NX"
    err: {
      "type": "IndexerError",
      "message": "Failed to query subgraph features from indexing statuses endpoint",
      "stack":
          IndexerError: Failed to query subgraph features from indexing statuses endpoint
              at indexerError (/home/ubuntu/node/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@graphprotocol/indexer-common/dist/errors.js:173:12)
              at GraphNode.<anonymous> (/home/ubuntu/node/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@graphprotocol/indexer-common/dist/graph-node.js:569:55)
              at Generator.next (<anonymous>)
              at fulfilled (/home/ubuntu/node/lib/node_modules/@graphprotocol/indexer-agent/node_modules/@graphprotocol/indexer-common/dist/graph-node.js:5:58)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      "code": "IE073",
      "explanation": "https://github.com/graphprotocol/indexer/blob/main/docs/errors.md#ie073",
      "cause": {
        "type": "CombinedError",
        "message": "[GraphQL] Null value resolved for non-null field `subgraphFeatures`",
        "name": "CombinedError",
        "graphQLErrors": [
          {
            "message": "Null value resolved for non-null field `subgraphFeatures`"
          }
        ],
        "response": {
          "size": 0,
          "timeout": 0
        }
      }
    }

Initially posted by @hakai-here in #807

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working indexer-agent
Projects
Status: 🐛 Bug reports
Development

No branches or pull requests

1 participant