LBRY-Vault/electrum/gui/qt
SomberNight 7e1a784fca
follow-up prev: fix race between load_wallet and network events
[127.0.0.1] Exception in wrapper_func : AttributeError 'ElectrumWindow' object has no attribute 'wallet'
Traceback (most recent call last):
  File "/home/user/wspace/electrum/electrum/util.py", line 839, in f2
    return await f(*args, **kwargs)
  File "/home/user/wspace/electrum/electrum/interface.py", line 245, in wrapper_func
    return await func(self, *args, **kwargs)
  File "/home/user/wspace/electrum/electrum/interface.py", line 260, in run
    await self.open_session(ssl_context, exit_early=False)
  File "/home/user/wspace/electrum/electrum/interface.py", line 357, in open_session
    await group.spawn(self.monitor_connection())
  File "/usr/local/lib/python3.6/dist-packages/aiorpcx/curio.py", line 241, in __aexit__
    await self.join(wait=self._wait)
  File "/usr/local/lib/python3.6/dist-packages/aiorpcx/curio.py", line 214, in join
    raise task.exception()
  File "/home/user/wspace/electrum/electrum/address_synchronizer.py", line 173, in job
    await group.spawn(self.synchronizer.main())
  File "/usr/local/lib/python3.6/dist-packages/aiorpcx/curio.py", line 241, in __aexit__
    await self.join(wait=self._wait)
  File "/usr/local/lib/python3.6/dist-packages/aiorpcx/curio.py", line 214, in join
    raise task.exception()
  File "/home/user/wspace/electrum/electrum/synchronizer.py", line 181, in main
    self.wallet.network.trigger_callback('wallet_updated', self.wallet)
  File "/home/user/wspace/electrum/electrum/network.py", line 267, in trigger_callback
    callback(event, *args)
  File "/home/user/wspace/electrum/electrum/gui/qt/main_window.py", line 300, in on_network
    if wallet == self.wallet:
AttributeError: 'ElectrumWindow' object has no attribute 'wallet'
2018-09-19 17:44:52 +02:00
..
__init__.py add option to leave daemon running after GUI is closed 2018-09-18 12:05:37 +02:00
address_dialog.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
address_list.py small optimisations for history tab refresh (and related) 2018-08-03 16:12:41 +02:00
amountedit.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
completion_text_edit.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
console.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
contact_list.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
exception_window.py network: add singleton accessor classmethod, port trustedcoin to aiohttp 2018-09-07 11:35:16 +02:00
fee_slider.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
history_list.py minor.. move imports out of functions 2018-09-18 18:07:12 +02:00
installwizard.py wallet restore: remove dead code. add log lines. 2018-08-28 18:20:35 +02:00
invoice_list.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
main_window.py follow-up prev: fix race between load_wallet and network events 2018-09-19 17:44:52 +02:00
network_dialog.py network triggers: rm 'updated'; more fine-grained instead 2018-09-18 16:49:48 +02:00
password_dialog.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
paytoedit.py minor.. move imports out of functions 2018-09-18 18:07:12 +02:00
qrcodewidget.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
qrtextedit.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
qrwindow.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
request_list.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
seed_dialog.py add warning that seed extension will not be included in the backup (#4555) 2018-07-18 13:15:31 +02:00
transaction_dialog.py fix #4575 2018-07-21 23:09:46 +02:00
util.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
utxo_list.py follow-up prev 2018-09-11 02:43:54 +02:00