Traceback (most recent call last):
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/gui/qt/my_treeview.py", line 491, in showEvent
    self.update()
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/gui/qt/history_list.py", line 520, in update
    self.hm.refresh('HistoryList.update()')
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/util.py", line 495, in do_profile
    o = func(*args, **kw_args)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/gui/qt/history_list.py", line 300, in refresh
    transactions = wallet.get_full_history(
                   ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/util.py", line 495, in do_profile
    o = func(*args, **kw_args)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/wallet.py", line 1443, in get_full_history
    onchain_history = self.get_onchain_history(domain=onchain_domain)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/wallet.py", line 1226, in get_onchain_history
    for hist_item in self.adb.get_history(domain=domain):
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/util.py", line 1242, in func_wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/address_synchronizer.py", line 548, in f
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/address_synchronizer.py", line 584, in get_history
    c, u, x = self.get_balance(domain)
              ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/util.py", line 1242, in func_wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/address_synchronizer.py", line 548, in f
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrNGMLOd/usr/lib/python3.12/site-packages/electrum/address_synchronizer.py", line 911, in get_balance
    cache_key = sha256(','.join(sorted(domain)) + ';'
                       ^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: sequence item 0: expected str instance, NoneType found