Traceback (most recent call last):
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/util.py", line 2315, in test_read_write_permissions
    with open(temp_path, "w", encoding='utf-8') as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/ada/.local/bin/.electrum/wallets/Adatrez 2021.tmptest.48762'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/storage.py", line 75, in __init__
    test_read_write_permissions(self.path)
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/util.py", line 2321, in test_read_write_permissions
    raise IOError(e) from e
OSError: [Errno 2] No such file or directory: '/home/ada/.local/bin/.electrum/wallets/Adatrez 2021.tmptest.48762'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/gui/qt/__init__.py", line 387, in start_new_window
    wallet = self.daemon.load_wallet(path, None)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/daemon.py", line 495, in func_wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/daemon.py", line 521, in load_wallet
    wallet = self._load_wallet(
             ^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/util.py", line 498, in do_profile
    o = func(*args, **kw_args)
        ^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/daemon.py", line 547, in _load_wallet
    storage = WalletStorage(path, allow_partial_writes=config.WALLET_PARTIAL_WRITES)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_electrakoKGo/usr/lib/python3.12/site-packages/electrum/storage.py", line 77, in __init__
    raise StorageReadWriteError(e) from e
electrum.stored_dict.StorageReadWriteError: [Errno 2] No such file or directory: '/home/ada/.local/bin/.electrum/wallets/Adatrez 2021.tmptest.48762'