-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Invalid key file #9076
Comments
How do you create the addresses? This could be linked to parity-js/shell#106 which is solved in the latest Parity UI releases. |
Did you see my comment regarding parity-js/shell#106? I have been using Could you manually verify the JSON file? is there some kind of repetition toward the end of it? |
@Tbaut I do see that now and possible the metadata was rewritten but I don't know how. Is there a way to delete and re-create metadata?
Maybe and I don't know. I have it open but I don't know what to look for. There is not anything that is obviously repetition. I am comparing to the other good one. I can not share because these are actual live keys. I am hoping there is a way to re-create metadata? |
@Tbaut Thank you. Explaining the jq tool make all the difference. I'm not a programmer I'm a systems guy. Yes the error is gone. Here is an example of what I found:
Also I saw:
They are obvious mistakes now but just looking at them with no tool did not help. Using an editor to find the error was easy once I knew to use jq. And the error is almost definitely caused by parity-js/shell#106. I did change the name of the keys (and forgot that I had done that) and I guess maybe the description also. Thank you for your help. Hopefully the explanation of jq here will help other people. It is a simple fix with that tool and an editor. |
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
Run Parity 1.10.8.
Create two addresses. See that they work as expected.
Create a third address. See this error with one of the original two:
Invalid key file: "/path/to/UTC-keyfile" (ErrorImpl { code: ExpectedObjectCommaOrEnd, line: 1, column: 510 })
(4. Also notice that the Parity UI does not show the address from 3. )
The text was updated successfully, but these errors were encountered: