-
Notifications
You must be signed in to change notification settings - Fork 86
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
the application shows "Unable to sync" monero wallet after it was closed and reopened:
showLoading caught: Exception: Password not found Instance of 'BadDecryption', #0 StorageCryptoHandler.decryptValue (package:stack_wallet_backup/secure_storage.dart:303)
flutter:
flutter: #1 DesktopSecureStore.read (package:stackwallet/utilities/flutter_secure_storage_interface.dart:95)
flutter:
flutter: #2 SecureStorageWrapper.read (package:stackwallet/utilities/flutter_secure_storage_interface.dart:163)
flutter:
flutter: #3 LibMoneroWallet.open (package:stackwallet/wallets/wallet/intermediate/lib_monero_wallet.dart:202)
flutter:
flutter: #4 _DesktopWalletSummaryRowState._onPressedSingleWalletDesktop. (package:stackwallet/pages_desktop_specific/my_stack_view/wallet_summary_table.dart:143)
flutter:
flutter: #5 showLoading (package:stackwallet/utilities/show_loading.dart:71)
flutter:
flutter: #6 _DesktopWalletSummaryRowState._onPressedSingleWalletDesktop (package:stackwallet/pages_desktop_specific/my_stack_view/wallet_summary_table.dart:147)
flutter:
flutter:
flutter: #0 LibMoneroWallet.open (package:stackwallet/wallets/wallet/intermediate/lib_monero_wallet.dart:206)
flutter:
flutter: #1 _DesktopWalletSummaryRowState._onPressedSingleWalletDesktop. (package:stackwallet/pages_desktop_specific/my_stack_view/wallet_summary_table.dart:143)
flutter:
flutter: #2 showLoading (package:stackwallet/utilities/show_loading.dart:71)
flutter:
flutter: #3 _DesktopWalletSummaryRowState._onPressedSingleWalletDesktop (package:stackwallet/pages_desktop_specific/my_stack_view/wallet_summary_table.dart:147)
flutter:
Expected Behavior
the monero wallet should sync after the pc reboot
Reproduce Steps
- Run the application
- Restore monero wallet from a 25 words passphrase
- Resync the wallet
- Close the application
- Reboot the PC
- Start the application
- Go to monero wallet
- Click "Resync"
Environment
- Operating system and version: ubuntu linux 24, sw-v2.1.10
- Device platform and version: n/a
- Real device or emulator/simulator: real device
Logs
No response
Further Information
No response