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
2025-01-04T06:57:04.150726Z WARN failed to fetch a block from Etherscan err=error decoding response body
2025-01-04T06:57:04.162428Z WARN failed to fetch safe or finalized hash from etherscan safe_block_hash=Err(error decoding response body
Caused by:
expected value at line 1 column 1
Location:
/root/projects/reth/crates/consensus/debug-client/src/providers/etherscan.rs:35:45) finalized_block_hash=Err(error decoding response body
Caused by:
expected value at line 1 column 1
Location:
/root/projects/reth/crates/consensus/debug-client/src/providers/etherscan.rs:35:45)
root@ser7:~/projects/reth# reth db version
2025-01-04T07:02:44.677074Z INFO Initialized tracing, debug log directory: /root/.cache/reth/logs/mainnet
Current database version: 2
Local database version: 2
Describe the bug
Here is the error:
2025-01-04T06:57:04.150726Z WARN failed to fetch a block from Etherscan err=error decoding response body 2025-01-04T06:57:04.162428Z WARN failed to fetch safe or finalized hash from etherscan safe_block_hash=Err(error decoding response body Caused by: expected value at line 1 column 1 Location: /root/projects/reth/crates/consensus/debug-client/src/providers/etherscan.rs:35:45) finalized_block_hash=Err(error decoding response body Caused by: expected value at line 1 column 1 Location: /root/projects/reth/crates/consensus/debug-client/src/providers/etherscan.rs:35:45)
Here is my reth version:
root@ser7:~/projects/run_reth# reth --version reth Version: 1.0.8 Commit SHA: 41455dfcdd1310bdaedcbc55054cdb1ef01bf639 Build Timestamp: 2024-10-06T07:12:32.295587631Z Build Features: jemalloc Build Profile: release
This error also exists:
root@ser7:~/projects/run_reth# reth --version reth Version: 1.0.8 Commit SHA: 41455dfcdd1310bdaedcbc55054cdb1ef01bf639 Build Timestamp: 2024-10-06T07:12:32.295587631Z Build Features: jemalloc Build Profile: release
Steps to reproduce
RUSTFLAGS="-C target-cpu=native" cargo build --profile maxperf --features jemalloc,asm-keccak
reth node --authrpc.jwtsecret /secrets/jwt.hex --authrpc.addr 127.0.0.1 --authrpc.port 8551 --debug.etherscan
.ETHERSCAN_API_KEY
env variable;Node logs
Platform(s)
Linux (x86)
Container Type
Not running in a container
What version/commit are you on?
41455df
What database version are you on?
root@ser7:~/projects/reth# reth db version 2025-01-04T07:02:44.677074Z INFO Initialized tracing, debug log directory: /root/.cache/reth/logs/mainnet Current database version: 2 Local database version: 2
Which chain / network are you on?
mainnet
What type of node are you running?
Pruned with custom reth.toml config
What prune config do you use, if any?
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: