-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not asked for password and can't sign #8374
Comments
A few more clues... I think the previous time I used electrum and it all worked fine was 4.3.3 back in January. Looking at the logs, I do not see "| W | gui.qml.qeapp | wallet requires password" when loading the default_wallet which was the wallet I was using and which definitely did have a password. I do see this line when loading wallet_test which I created to troubleshoot the issue. Log lines related to default_wallet:
Log lines relating to wallet_test:
|
question: did you have more than a single wallet on that phone (before creating the test wallet)? |
There was only one wallet on the phone called default_wallet and it was created on that phone. |
I see. The wallet file is not encrypted, but the keystore is encrypted. I guess were using an older kivy APK, which does not encrypt the file. |
Thanks for the explanation. Should I wait for a new version of the QML app or do you think it would it be safe to do a data preserving downgrade to a kivy APK which I knew worked, such as 4.3.3? |
Downgrading will not work. You should wait for a new version. Alternatively, you can restore from seed on another device/PC. |
Thanks. I'll wait for the new version. |
ref #8382 |
… wallets This is a hugely hackish -- it uses the kivy approach, which uses this same hack... I am not really content with it but it should be relatively easy to review, and if ok, should hotfix the linked issue. fixes spesmilo#8374 related spesmilo#8382
I'm using Electrum 4.4.1 on a phone with Android 10. I have a standard wallet with a small but worthwhile amount of bitcoin in it which I use infrequently but I now cannot access.
Following some update to Electrum that must have been between 26 Jan 2023 and 30 April 2023 I can no longer send bitcoin. On opening the app it does not ask for my password which it definitely did before. I can view all my past transactions. When I try to send bitcoin it offers me the Sign button but it does nothing when I tap it. If I try to view my seed, it does ask for a password but when I enter it, nothing happens.
I noticed that the App was denied permission to access Storage in the Android settings, so I allowed that but it made no difference. I'm not sure how this became denied nor how it was able to get my public key to show me transactions in the app without it. I have tried clearing the cache but it made no difference.
I created a new standard test wallet and it behaves exactly as I would expect in that it asks for the password when I start using it and shows me the seed etc
If other info would help diagnose what has gone wrong here, let me know what's needed, logs etc
The text was updated successfully, but these errors were encountered: