Traceback (most recent call last):
  File "/tmp/.mount_electrIJUZzD/usr/lib/python3.7/site-packages/electrum/gui/qt/__init__.py", line 292, in wrapper
    return func(self, *args, **kwargs)
  File "/tmp/.mount_electrIJUZzD/usr/lib/python3.7/site-packages/electrum/gui/qt/__init__.py", line 317, in start_new_window
    wallet = self._start_wizard_to_select_or_create_wallet(path)
  File "/tmp/.mount_electrIJUZzD/usr/lib/python3.7/site-packages/electrum/gui/qt/__init__.py", line 373, in _start_wizard_to_select_or_create_wallet
    wallet = Wallet(db, storage, config=self.config)
  File "/tmp/.mount_electrIJUZzD/usr/lib/python3.7/site-packages/electrum/wallet.py", line 3254, in __new__
    wallet = WalletClass(db, storage, config=config)
  File "/tmp/.mount_electrIJUZzD/usr/lib/python3.7/site-packages/electrum/wallet.py", line 3098, in __init__
    Deterministic_Wallet.__init__(self, db, storage, config=config)
  File "/tmp/.mount_electrIJUZzD/usr/lib/python3.7/site-packages/electrum/wallet.py", line 2891, in __init__
    Abstract_Wallet.__init__(self, db, storage, config=config)
  File "/tmp/.mount_electrIJUZzD/usr/lib/python3.7/site-packages/electrum/wallet.py", line 286, in __init__
    db.load_addresses(self.wallet_type)
  File "/tmp/.mount_electrIJUZzD/usr/lib/python3.7/site-packages/electrum/wallet_db.py", line 1256, in load_addresses
    self.data['addresses'][name] = []
TypeError: list indices must be integers or slices, not str