JoinMarket-Org / joinmarket-clientserver

Bitcoin CoinJoin implementation with incentive structure to convince people to take part
GNU General Public License v3.0
699 stars 173 forks source link

joinmarket-qt will not open wallet.jmdat #1689

Closed techy2 closed 2 months ago

techy2 commented 2 months ago

joinmarket-qt version 33 throws the error : type object "Storage" has no attribute "verify lock" on open wallet.jmdat and does not recognize wallet password

wallet is a good wallet that runs OK with yield generator and generates detailed output with wallet-tool

techy2 commented 2 months ago

Solved: this is the erro when the lockfile exists. Might want to make it a little more informative

kristapsk commented 2 months ago

Solved: this is the erro when the lockfile exists. Might want to make it a little more informative

Error in this case should be "File is currently in use (locked by pid XXX). If this is a leftover from a crashed instance you need to remove the lock file ... manually."

So, this is something specific, likely related to Python or package versions.

Which Python version on which platform you are using?

I cannot reproduce with current master and Python 3.9.