We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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": []}
The text was updated successfully, but these errors were encountered:
Big thanks for catching this and identifying the issue!
I'll see about getting this fixed
Sorry, something went wrong.
rozifus
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: