BitShares Forum

Main => Technical Support => Topic started by: woody.01 on August 13, 2017, 12:50:33 pm

Title: Importing Wallet into 0.9.3C, Parsing Error.
Post by: woody.01 on August 13, 2017, 12:50:33 pm
Trying to restore a wallet into 0.9.3c so that i can import the wallet into 2.0, however i'm having a parsing error:

Error : parsing error (4)
Unexpected char '70'

If you know how to solve my problem, that would be greatly appreciated.  :)
Title: Re: Importing Wallet into 0.9.3C, Parsing Error.
Post by: chryspano on August 13, 2017, 08:50:08 pm
Try to enclose your password and path in " "
Title: Re: Importing Wallet into 0.9.3C, Parsing Error.
Post by: woody.01 on August 14, 2017, 08:00:12 pm
Thanks for the quick response...
...however would you be able to supply more detail as I am very new to this, Try to enclose your password and path in " "
is that editing the wallet file as i made a copy and added "" and then received another error message of...

Error bad cast (7)
Invalid cast from string_type to Array.

Thanks in advance...
Title: Re: Importing Wallet into 0.9.3C, Parsing Error.
Post by: chryspano on August 14, 2017, 10:53:32 pm
I supose you are using the CLI wallet, instead of typing  something like this..

import_accounts c:\keys.json  password

try it like this....

import_accounts "c:\keys.json" "password"

That's what worked for me in the past when I had a similar issue.