graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

[Bug] data did not match any variant of untagged enum Res

Open estfe opened this issue 2 years ago • 1 comments

Bug report

Currently running a subgraph + Nethermind gnosis node.

Graph version: v0.34.1

Nethermind Version: Version: 1.25.4+20b10b35 Commit: 20b10b353a0bc03e79bf33bd59b88c31b4a36b44 Build Date: 2024-02-16 17:06:39Z OS: Linux x64 Runtime: .NET 8.0.2

When running the subgraph from an older Nethermind version 1.20.x, the subgraph runs smoothly.

But when running from Nethermind 1.25.4+20b10b35, the issue below happens. The subgraph syncs, but it's always delayed by hundreds of blocks and I cannot make it to be fully synced.

Is there any compatibility issues between latest graph node version + latest Nethermind? What is the workaround for this?

Relevant log output

Requesting logs for blocks [32831036, 32831036]

Requesting traces for block 32831036, sgd: 134, subgraph_id: QmeBmegs3RNL2q1txRg3jE6uuWfQraAcZfakF6sU74i9Hj, component: BlockStream

Error querying traces error = Decoder error: Error("data did not match any variant of untagged enum Res", line: 0, column: 0) from = 32831036 to = 32831036, sgd: 134, subgraph_id: xxx, component: BlockStream

Trying again after trace_filter RPC call for block range: [32831036..32831036] failed (attempt #1) with result Err(Decoder error: Error("data did not match any variant of untagged enum Res", line: 0, column: 0)), sgd: 134, subgraph_id: QmeBmegs3RNL2q1txRg3jE6uuWfQraAcZfakF6sU74i9Hj, component: BlockStream

IPFS hash

QmeBmegs3RNL2q1txRg3jE6uuWfQraAcZfakF6sU74i9Hj

Subgraph name or link to explorer

No response

Some information to help us out

  • [ ] Tick this box if this bug is caused by a regression found in the latest release.
  • [ ] Tick this box if this bug is specific to the hosted service.
  • [X] I have searched the issue tracker to make sure this issue is not a duplicate.

OS information

Linux

estfe avatar Mar 08 '24 23:03 estfe

Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it.

github-actions[bot] avatar Sep 13 '24 00:09 github-actions[bot]