Traceback (most recent call last):
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/gui/qt/__init__.py", line 418, in main
    if not self.start_new_window(path, self.config.get('url'), app_is_starting=True):
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/gui/qt/__init__.py", line 292, in wrapper
    return func(self, *args, **kwargs)
  File "/tmp/.mount_electryMZbo0/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_electryMZbo0/usr/lib/python3.7/site-packages/electrum/gui/qt/__init__.py", line 359, in _start_wizard_to_select_or_create_wallet
    wizard.run('new')
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/base_wizard.py", line 115, in run
    f(*args, **kwargs)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/base_wizard.py", line 153, in new
    self.choice_dialog(title=title, message=message, choices=choices, run_next=self.on_wallet_type)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/gui/qt/installwizard.py", line 120, in func_wrapper
    run_next(*out)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/base_wizard.py", line 193, in on_wallet_type
    self.run(action)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/base_wizard.py", line 115, in run
    f(*args, **kwargs)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/base_wizard.py", line 225, in choose_keystore
    self.choice_dialog(title=title, message=message, choices=choices, run_next=self.run)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/gui/qt/installwizard.py", line 120, in func_wrapper
    run_next(*out)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/base_wizard.py", line 115, in run
    f(*args, **kwargs)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/base_wizard.py", line 263, in restore_from_key
    self.add_xpub_dialog(title=title, message=message, run_next=self.on_restore_from_key, is_valid=v)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/gui/qt/installwizard.py", line 120, in func_wrapper
    run_next(*out)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/base_wizard.py", line 269, in on_restore_from_key
    k = keystore.from_master_key(text)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/keystore.py", line 1088, in from_master_key
    k = from_xprv(text)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/keystore.py", line 1083, in from_xprv
    k.add_xprv(xprv)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/keystore.py", line 607, in add_xprv
    self.add_xpub(bip32.xpub_from_xprv(xprv))
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/keystore.py", line 602, in add_xpub
    self.add_key_origin(derivation_prefix=derivation_prefix, root_fingerprint=root_fingerprint)
  File "/tmp/.mount_electryMZbo0/usr/lib/python3.7/site-packages/electrum/keystore.py", line 519, in add_key_origin
    raise Exception("xpub inconsistent with provided key origin info")
Exception: xpub inconsistent with provided key origin info