Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'blockchain' #16

Closed
wo01 opened this issue Jun 6, 2018 · 0 comments
Closed

AttributeError: 'NoneType' object has no attribute 'blockchain' #16

wo01 opened this issue Jun 6, 2018 · 0 comments

Comments

@wo01
Copy link
Owner

wo01 commented Jun 6, 2018

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "/home/tetsuo/electrum-koto/gui/qt/main_window.py", line 634, in timer_actions
    self.update_wallet()
  File "/home/tetsuo/electrum-koto/gui/qt/main_window.py", line 750, in update_wallet
    self.update_tabs()
  File "/home/tetsuo/electrum-koto/gui/qt/main_window.py", line 755, in update_tabs
    self.address_list.update()
  File "/home/tetsuo/electrum-koto/gui/qt/util.py", line 505, in update
    self.on_update()
  File "/home/tetsuo/electrum-koto/gui/qt/address_list.py", line 98, in on_update
    is_used = self.wallet.is_used(address)
  File "/home/tetsuo/electrum-koto/lib/wallet.py", line 1363, in is_used
    c, u, x = self.get_addr_balance(address)
  File "/home/tetsuo/electrum-koto/lib/wallet.py", line 686, in get_addr_balance
    received, sent = self.get_addr_io(address)
  File "/home/tetsuo/electrum-koto/lib/wallet.py", line 647, in get_addr_io
    h = self.get_address_history(address)
  File "/home/tetsuo/electrum-koto/lib/wallet.py", line 754, in get_address_history
    tx_height = self.get_tx_height(tx_hash)[0]
  File "/home/tetsuo/electrum-koto/lib/wallet.py", line 487, in get_tx_height
    conf = max(self.get_local_height() - height + 1, 0)
  File "/home/tetsuo/electrum-koto/lib/wallet.py", line 480, in get_local_height
    return self.network.get_local_height() if self.network else self.storage.get('stored_height', 0)
  File "/home/tetsuo/electrum-koto/lib/network.py", line 1063, in get_local_height
    return self.blockchain().height()
  File "/home/tetsuo/electrum-koto/lib/network.py", line 1032, in blockchain
    if self.interface and self.interface.blockchain is not None:

AttributeError: 'NoneType' object has no attribute 'blockchain'

Reporter

This issue was reported by 2 user(s):

Electrum Version Operating System Wallet Type Locale
3.1.3-140-g8380e1d-dirty Linux-4.4.0-119-generic-x86_64-with-Ubuntu-16.04-xenial 2of4 ja_JP
3.1.3 Windows-10-10.0.17134-SP0 standard ja_JP

Additional Information

The reporting user(s) did not provide additional information.

@wo01 wo01 closed this as completed Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant