MutinyWallet / harbor

Ecash management tool
https://harbor.cash
MIT License
119 stars 17 forks source link

error after password entry #72

Closed marimes closed 1 month ago

marimes commented 1 month ago

I started harbor for the first time and entered a password similar to "test.1234" and got the following error:

marius@a64:~/harbor$ cargo run --features vendored
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
     Running `target/debug/harbor`
Core loaded
ERROR r2d2 > near ".1234": syntax error

Then, I started again and entered just "test":

marius@a64:~/harbor$ cargo run --features vendored
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
     Running `target/debug/harbor`
Core loaded
 ERROR r2d2 > database is locked
 ERROR r2d2 > database is locked

How do I unlock the DB to try again?

benthecarman commented 1 month ago

you may need to delete the db and start over it is located in ~/.harbor

marimes commented 1 month ago

that worked, and I can start harbor now 💯