graphprotocol / mission-control-indexer

Technical indexer documentation and infrastructure templates for the Mission Control testnet
21 stars 4 forks source link

QmbS7vmAWXJqsJEnAbvNSBYQXxCUmZWHFQygHPbyb3vy3N subgraph has an error #198

Open mindstyle85 opened 4 years ago

mindstyle85 commented 4 years ago

i am getting this on my subgraph QmbS7vmAWXJqsJEnAbvNSBYQXxCUmZWHFQygHPbyb3vy3N:

"fatalError": {
          "message": "Decoder error: Error(\"invalid type: null, expected a sequence\", line: 0, column: 0)"

full output:

{
  "data": {
    "indexingStatuses": [
      {
        "chains": [
          {
            "chainHeadBlock": {
              "number": "11177778"
            },
            "lastHealthyBlock": null,
            "latestBlock": {
              "number": "9568701"
            },
            "network": "mainnet"
          }
        ],
        "fatalError": {
          "message": "Decoder error: Error(\"invalid type: null, expected a sequence\", line: 0, column: 0)"
        },
        "health": "failed"
      }
    ]
  }
}
JB273 commented 4 years ago

I did the following:

Nothing helps... after adding it to the indexer rules again I got the following message: Failed to process trigger in block #9569113 (bd3cb67f6caedc825cfd35788090d9172635f2862ae58b1f3d01b02b5164a95b), transaction bfac461b58f1ac398a294f9f01d4cbcaddd7b0224144298fef7758aebec14bfc: Failed to invoke handler 'handleNewPool': Failed to getBalancerentity with ID1from store: Invalid entity store error: relation "sgd36.balancer" does not exist wasm backtrace: 0: 0x1990 - <unknown>!<wasm function 87>

trader-payne commented 3 years ago

@JB273 @mindstyle85 There is a main thread with failing subgraphs in Phase 2, can you please move this there? Thanks 🙌🏻 It's better to have all these issues centralized. Here: https://github.com/graphprotocol/mission-control-indexer/issues/169