Skip to content

Chainspec parsing fails #38

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

Open
lovelaced opened this issue Jun 6, 2020 · 1 comment
Open

Chainspec parsing fails #38

lovelaced opened this issue Jun 6, 2020 · 1 comment
Assignees

Comments

@lovelaced
Copy link

Due to the change in format of output when starting a node (see https://github.com/paritytech/substrate/blob/master/client/network/src/service.rs#L195 ) the parsing + injection of the node_key ends up with a stray ) on the end which breaks the chainspec JSON, and installation fails.

 "stderr_lines": ["Error: Input(\"Error parsing spec file: failed to parse: provided string contained invalid character \\')\\' at byte 46 at line 1 column 170\")"], "stdout": "", "stdout_lines": []}
@rozifus
Copy link
Contributor

rozifus commented Jun 8, 2020

Big thanks for catching this and identifying the issue!

I'll see about getting this fixed

@rozifus rozifus self-assigned this Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants