Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/electrum/gui/qt/installwizard.py", line 322, in run_user_interaction_loop
    temp_storage.decrypt(password)
  File "/usr/lib/python3/dist-packages/electrum/storage.py", line 171, in decrypt
    s = zlib.decompress(ec_key.decrypt_message(self.raw, enc_magic))
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/electrum/ecc.py", line 541, in decrypt_message
    raise InvalidPassword()
electrum.util.InvalidPassword: Incorrect password

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/electrum/gui/qt/history_list.py", line 745, in <lambda>
    menu.addAction(_("Increase fee"), lambda: self.parent.bump_fee_dialog(tx))
                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/electrum/gui/qt/main_window.py", line 2706, in bump_fee_dialog
    d = BumpFeeDialog(main_window=self, tx=tx, txid=txid)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/electrum/gui/qt/rbf_dialog.py", line 148, in __init__
    _BaseRBFDialog.__init__(
  File "/usr/lib/python3/dist-packages/electrum/gui/qt/rbf_dialog.py", line 42, in __init__
    assert fee is not None
           ^^^^^^^^^^^^^^^
AssertionError