Closed catch-21 closed 6 months ago
This isn't an issue for me now with branch release-115
https://github.com/synonymdev/bitkit/commit/9ff423802faacd24a2e5f8fac7e31edd381c5ba6
This is an issue for me again using https://github.com/synonymdev/bitkit/commit/5cb45a6b2b23936d8d4037525e5b5792180847b7 I built myself
I'll pick this up since it seems to be duplicated by #1650 which was assigned to me, judging by flow it repros in.
Here's the info I transfer from my investigation of the duplicate which I closed:
regtest
(with regtest wallet) and mainnet
(mainnet wallet)Connect to host
usually re-establishes the connection, but on a 50/50 basis it will disconnect again.master
LOG Running "bitkit" with {"rootTag":11}
LOG Wiping app data...
LOG [Error: Folder does not exist]
LOG Syncing Wallet...
LOG [TypeError: Cannot read property 'refreshWallet' of undefined]
LOG Connection to Electrum Server lost, reconnecting...
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Connection to server lost, please retry]
LOG [Error: Connection to server lost, please retry]
LOG [Error: Connection to server lost, please retry]
LOG [Error: Connection to server lost, please retry]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: No LDK account found.]
LOG [Error: No LDK account found.]
DEBUG Sent hypercores to seeder
LOG true
WARN Restoring bitcoin from deprecated backup server.
LOG [Error: No LDK account found.]
LOG Connection to Electrum Server lost, reconnecting...
WARN Restoring bitcoinTestnet from deprecated backup server.
LOG [Error: No LDK account found.]
LOG [Error: com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.]
LOG [Error: com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.]
LOG Error restoring widgets com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.
LOG [Error: com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.]
LOG [Error: com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.]
LOG Error restoring metadata com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.
LOG [Error: com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.]
LOG [Error: com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.]
LOG Error restoring slashtags com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.
LOG [Error: com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.]
LOG [Error: com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.]
LOG Error restoring activity com.reactnativeldk.classes.MissingBackup: Retrieve failed. Missing backup.
LOG Connection to Electrum Server lost, reconnecting...
LOG [Error: close connect]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG true
LOG Connection to Electrum Server lost, reconnecting...
LOG Connection to Electrum Server lost, reconnecting...
LOG [Error: close connect]
LOG [Error: close connect]
LOG [Error: Connection to server lost, please retry]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG [Error: Failed Electrum connection check.]
LOG true
LOG Connection to Electrum Server lost, reconnecting...
LOG Connection to Electrum Server lost, reconnecting...
LOG Connection to Electrum Server lost, reconnecting...
Parked to prioritise:
This would still need to be completed before next release from master
.
Tested on b47d58d89e810df89be21509462b8e22490d7c0a LGTM. Thank you!
Describe the bug
When restoring a wallet, after the rock ship animation screen and confirmation that restore was successful but before the main wallet screen loads, a black screen is displayed indefinitely. At this stage the app must be fully closed and reopened to progress to the wallet.
Reproduce
Screenshots / Recording
https://github.com/synonymdev/bitkit/assets/74595920/d1e06577-232d-4efe-bde1-eba6da0ea6e6
(black screen at the end will persist for longer)
Operating system
Android 13 TKQ1.220829.002
Bitkit version
c55c045f58b7e76ee82acdc1419bccf9db8490ae
Log output
No response