ghost43
ghost43
Note: Another workaround is to set `EVENT_LOOP_POLICY=uvloop` (which needs [`uvloop` as an additional dependency](https://github.com/spesmilo/electrumx/blob/442057e68808cdb9472b3c48d730466fccb8e073/setup.py#L15)) https://electrumx-spesmilo.readthedocs.io/en/latest/environment.html#envvar-EVENT_LOOP_POLICY I haven't tested this but it should work as the problematic code is in the...
[Enable debug logging](https://electrum.readthedocs.io/en/latest/faq.html#how-to-enable-debug-logging), try reproducing the issue, and upload log of that here.
What would need to be done to distribute an apk on f-droid?
> can I take your reopen of this issue as saying you'd be OK with your app being listed at F-Droid? Yes, sure, it would be nice to be listed...
@curious0101 relevant lines are here: https://github.com/spesmilo/electrumx/blob/9ca59facfdb50daf063a5813fc9b08eb6fa1b246/electrumx/server/session.py#L837-L838 https://github.com/kyuupichan/aiorpcX/blob/bd2185aaeb7cd8b18e24866c4a04387650ff4834/aiorpcx/session.py#L209 I find the session-count line somewhat helpful when looking at long logs when e.g. a submodule dies, to see if new sessions are...
related: https://github.com/spesmilo/electrum/issues/4250
> W/i | interface.[my onion address.onion:50002] | disconnecting due to RPCError(2, 'Fee estimation disabled') That error `RPCError(2, 'Fee estimation disabled')` is coming from the electrum server. Maybe you haven't configured...
Unclear how to reproduce. More info would be nice.
Is the wallet online? What is `wallet type` and `script type` if you go into menubar>`Wallet`>`Information`? > unable to build a new transaction on top of a currently locally-stored, partially...
I doubt all these reports are coming from flatpak users. related: https://github.com/spesmilo/electrum/issues/4058