safe_auth error: Failed to log in

Unexpected error
from https://github.com/maidsafe/safe-cli/blob/master/README.md#using-the-cli
and with browser running mock and logged in ok
but with the same:

$ cd ./safe-authenticator-cli
$ cargo run --features mock-network -- --daemon 41805
    Finished dev [unoptimized + debuginfo] target(s) in 9.72s
     Running `target/debug/safe_auth --daemon 41805`
Secret: 
Password: 
[2019-06-15T14:03:39Z ERROR safe_auth] safe_auth error: Failed to log in: CoreError(Serialisation error - CoreError::EncodeDecodeError -> Deserialise(Custom("deserialized bytes don\'t encode a group element")))

?..

1 Like

H @davidpbrown, that’s because the auth CLI and safe-cli cannot read the same mockfile format as the browser/alpha2 apps, so just remove the mockvault file from (/tmp/MockVault if linux), and try again to create an account with auth CLI, it should be fine.

2 Likes

This topic was automatically closed after 60 days. New replies are no longer allowed.