File "/usr/lib/python3/dist-packages/electrum/gui/qt/network_dialog.py", line 73, in on_update
    self.nlayout.update()
  File "/usr/lib/python3/dist-packages/electrum/gui/qt/network_dialog.py", line 342, in update
    name = chain.get_name()
  File "/usr/lib/python3/dist-packages/electrum/blockchain.py", line 250, in get_name
    return self.get_hash(self.get_max_forkpoint()).lstrip('0')[0:10]
  File "/usr/lib/python3/dist-packages/electrum/blockchain.py", line 517, in get_hash
    header = self.read_header(height)
  File "/usr/lib/python3/dist-packages/electrum/blockchain.py", line 201, in func_wrapper
    return func(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/electrum/blockchain.py", line 478, in read_header
    raise Exception('Expected to read a full header. This was only {} bytes'.format(len(h)))