You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for 1.0.0 testing with @trader-payne.
Many instances of:
2023-12-19T17:08:33.535661Z WARN subgraph_radio::messages::poi: Failed to send message, err: "Failed to query graph node for the block hash: Query response is unexpected: No block hash from number"
at subgraph-radio/src/messages/poi.rs:229
Followed by
2023-12-19T17:51:27.001066Z INFO subgraph_radio::operator::attestation: Gossip summary, chainhead: "{ arbitrum-one: 161663202, avalanche: 39258235, mainnet: 18821592, gnosis: 31523374, fantom: 72792287, celo: 23067730, matic: 51318379 }", num_topics: 667, num_sent_success: 39, num_sent_previously: 552, num_syncing_to_chainhead: 67, build_errors: [Query(ParseResponseError("No block hash from number")), Query(ParseResponseError("No block hash from number")), Query(ParseResponseError("No block hash from number")), Query(ParseResponseError("No block hash from number")), Query(ParseResponseError("No block hash from number")), Query(ParseResponseError("No block hash from number")), Query(ParseResponseError("No block hash from number")), Query(ParseResponseError("No block hash from number")), Query(ParseResponseError("No block hash from number"))]
...
Startup logs:
2023-12-19T17:19:22.759318Z WARN graphcast_sdk::graphcast_agent: Identity used by local sender can not be verified, err: FieldDerivations(ParseResponseError("Network subgraph does not have a match for agent account and graph account")), id_validation: Indexer
at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/graphcast-sdk-0.5.2/src/graphcast_agent/mod.rs:155
2023-12-19T17:19:24.623783Z INFO graphcast_sdk::graphcast_agent::waku_handling: Initialized node handle with local peer_id, id: Ok("16Uiu2HAkxjLfE28jcrGAbbCwGwBuUKUwnyNq69icg8PSzY8DfxDB")
at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/graphcast-sdk-0.5.2/src/graphcast_agent/waku_handling.rs:351
2023-12-19T17:19:24.624097Z INFO subgraph_radio::state: load cache from path, path: "./state.json"
at subgraph-radio/src/state.rs:385
2023-12-19T17:19:24.624139Z WARN subgraph_radio::state: No persisted state file provided, create an empty state, err: Os { code: 2, kind: NotFound, message: "No such file or directory" }
at subgraph-radio/src/state.rs:389
2023-12-19T17:19:24.624462Z INFO subgraph_radio::metrics: Prometheus Metrics port exposed, address: "0.0.0.0:3010"
at subgraph-radio/src/metrics/mod.rs:162
2023-12-19T17:19:24.938759Z INFO subgraph_radio::server: Bind port to service, host: "0.0.0.0", port: 3012
at subgraph-radio/src/server/mod.rs:61
2023-12-19T17:19:24.978446Z INFO subgraph_radio::operator::attestation: Comparison state, chainhead_blocks: "{ celo: 23067346, avalanche: 39257293, fantom: 72790948, arbitrum-one: 161655752, matic: 51317561, mainnet: 18821434, gnosis: 31523007 }", num_topics: 667, num_active_crosschecks: 0, num_attestations_matched: 0, num_topics_inactive: 0, num_waiting_to_compare: 667, diverged: [], attestation_failed: [], comparison_errors: []
at subgraph-radio/src/operator/attestation.rs:658
Issues:
Failed to query graph node for the block hash: Query response is unexpected: No block hash from number and build_errors
Identity used by local sender can not be verified
The text was updated successfully, but these errors were encountered:
Tracking issue for 1.0.0 testing with @trader-payne.
Many instances of:
Followed by
Startup logs:
Issues:
Failed to query graph node for the block hash: Query response is unexpected: No block hash from number
andbuild_errors
Identity used by local sender can not be verified
The text was updated successfully, but these errors were encountered: