ghost43
ghost43
> `electrumx.server.daemon.DaemonError: {'code': -32700, 'message': 'Parse error'}` Did this error only happen once? Or does it reproduce somehow? Let me know if it happens again, we could add a special-case...
> The parse error happened afterwards again and before as well, I have 5 findings in my syslog (in the old .gz ones it didn't happen) Ok, so it was...
@biatwc in your log, there is: 1. `INFO:Prefetcher:ignoring daemon error: {'code': -32700, 'message': 'Parse error'}` 2. `ERROR:Daemon:daemon service refused` 3. and then there is a `CancelledError` The first two are...
How often does this bug happen for you? Is it only the prefetcher stopping, is the process otherwise still running and serving sessions? I guess you don't have a reliable...
The CI errors should be fixed on current master now. Please rebase against current master, and make sure the CI checks pass.
Please rebase against current master, and make sure the CI checks pass. EDIT: Please add a unit test with a block like other coins.
see steps to reproduce in https://github.com/spesmilo/electrum/commit/e7ebf5d950dcff8dd08b7ec5b1b66b68012609d7 Other similar trace when client still exists but the device was already disconnected: ``` Traceback (most recent call last): File "/home/user/wspace/electrum/electrum/gui/qt/wizard/wizard.py", line 203, in...
hmm. related bug here would be to somehow get a more comprehensible trace :/
Sure, we can always add more asserts. > Yes very annoying. I haven't found a way yet to collect the stack in these QML/python boundary exceptions. I've had a look...
(related https://github.com/spesmilo/electrum/issues/8351 )