ghost43
ghost43
related: https://github.com/spesmilo/electrum/issues/5017
Just to reiterate, that flatpak is "unofficial", and is not maintained by us. There is an official [appimage](https://github.com/spesmilo/electrum/tree/e4eb9ce4be894ed98f95af51dac3cabccaa0d65b/contrib/build-linux/appimage) though. note: according to https://flathub.org/apps/org.electrum.electrum, this flatpak has 36k "installs" (as of...
The android version on Google Play is installed atm on 152k "active devices". (edit: corrected prev statistics that I misunderstood, 85k is the subset size of devices already on latest...
Is that how the log ends? Does not really explain the crash... Are you grepping for "python"? Can you try the process id based grep? (see https://github.com/spesmilo/electrum/tree/master/contrib/android#how-can-i-see-logs-at-runtime) ``` $ adb...
This should be fixed in aiorpcx. There is more discussion in https://github.com/kyuupichan/aiorpcX/pull/48 I think https://github.com/kyuupichan/aiorpcX/commit/e1c7a227f8886972c6d18f920cd5c39462e055d3 is sufficient. (note: I was playing around a bit in https://github.com/spesmilo/electrum/compare/master...SomberNight:electrum:202403_asyncio_waitfor, e.g. see https://github.com/sombernight/electrum/commit/b388ec3d8caddcc66d69bcd32f6a59ebacf21b16)
There is only `TimeoutCancellationError`, isn't there? I have tried and haven't managed to write a unit test that involved triggering something like this for that. Feel free to try.
To be clear, aiorpcx 0.23.1 is sufficient to fix the reproducer from the OP, right? But you are saying your problem is not sufficiently covered by that reproducer?
@psoetens Thanks for the steps. I could not reproduce this error, but I got a different one: https://github.com/spesmilo/electrum/issues/9037 I assume you are using the official 4.5.4 binary, and not running...
@accumulator notice how both reports are for imported wallets. To reproduce, create an imported wallet, and delete an address/key from it. This should trigger a refresh of the history list...
Note: recovering from seed with the OP_RETURN-based on-chain channel backups only works for outgoing channels. https://github.com/spesmilo/electrum/blob/91de8e70e53d8aa91fd91a8cd859000179039b7d/electrum/simple_config.py#L1017-L1024