-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start failed on 1.0.4 (e24e4c77): invalid value: string "full". #10199
Comments
could you also post your reth.toml? @joshieDo looks like this is thrown here reth/crates/prune/types/src/mode.rs Line 46 in e907f0e
|
This
|
did ou manually edit this? can't reproduce this entry on a new run with --full |
Hey, this is a script to start a Reth+Lighthouse node on the Endurance network. I encountered this problem when using this script, and I can reproduce it every time I use this script to start a new node. So if you can't reproduce the problem, could you please try this script to start a node? https://github.com/OpenFusionist/mainnet-reth-lighthouse This problem didn't appear in the beta version before. |
When I use
https://github.com/OpenFusionist/mainnet-reth-lighthouse/blob/main/compose.yaml#L5 But when I use |
To be more precise, version |
I'm also seeing this issue. It doesn't happen on first boot with a fresh db, it only occurs when you restart reth with --full. I'm using op-reth but I can reproduce it with:
|
hmm this
this shouldn't be in there, could you try after deleting the reth.toml file in case you haven't modified it manually? |
I didn't touch the reth.toml, this bug occurs on its own without any other commands or modification, easy to reproduce. If i remove the reth.toml, it reproduces the same way. It must be something to do with how the reth.toml config is serialized for the first time with
|
@mattsse I was able to repro on latest using cargo run --bin op-reth -F optimism -- node --chain optimism --full
... Ctrl + c
cargo run --bin op-reth -F optimism -- node --chain optimism --full It fails on the second execution with the same error. I can take this issue. |
Looks like |
ah I see, this only affects, optimism because of this bad unwrap: reth/crates/node/core/src/args/pruning.rs Lines 30 to 35 in d59854f
|
Describe the bug
I started a new node in a custom network to sync data from block 0 to the latest block, and encountered this error. The Docker container keeps trying to restart after some retry logs.
In the first phase, the node shows this error in the 13/14 stage:
In the second phase, the node still restarts with this error:
Steps to reproduce
Node logs
No response
Platform(s)
Linux (x86)
What version/commit are you on?
reth version="1.0.4 (e24e4c7)"
What database version are you on?
use default
Which chain / network are you on?
custom chain
What type of node are you running?
Archive (default)
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: