graphprotocol / graphprotocol/indexer
GraphQL: Null value resolved for non-null field `subgraphFeatures`
Open
@tilacog is already working on this.
Since Oct 24, 2023.
bug
indexer-agent
- Dominant language
- TypeScript
- Stars
- 262
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
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 https://github.com/graphprotocol/indexer/issues/807
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.