Skip to content
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

Subspace-node panics on purge-chain command #1215

Closed
hazyone opened this issue Mar 3, 2023 · 1 comment
Closed

Subspace-node panics on purge-chain command #1215

hazyone opened this issue Mar 3, 2023 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers node Node (service library/node app)
Milestone

Comments

@hazyone
Copy link

hazyone commented Mar 3, 2023

Hi!
I've got the error, when tried to run subspace-node with purge-chain.

> ./subspace-node purge-chain --base-path ./node --chain gemini-3c

thread 'main' panicked at 'Command purge-chain: Argument group name must be unique

        'PurgeChainCmd' is already in use (note: `Args` implicitly creates `ArgGroup`s; disable with `#[group(skip)]`', /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-4.1.7/src/builder/debug_asserts.rs:284:9

Seems to be the clap-rs issue

@nazar-pc nazar-pc added bug Something isn't working node Node (service library/node app) good first issue Good for newcomers labels Mar 3, 2023
@nazar-pc nazar-pc added this to the Gemini 3 milestone Mar 3, 2023
@liuchengxu
Copy link
Contributor

Resolved in #1216.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers node Node (service library/node app)
Projects
Development

No branches or pull requests

3 participants