Traceback (most recent call last):
  File "/tmp/.mount_electrTWM66F/usr/lib/python3.9/site-packages/electrum/daemon.py", line 435, in _run
    await group.spawn(asyncio.Event().wait)  # run forever (until cancel)
  File "/tmp/.mount_electrTWM66F/usr/lib/python3.9/site-packages/aiorpcx/curio.py", line 297, in __aexit__
    await self.join()
  File "/tmp/.mount_electrTWM66F/usr/lib/python3.9/site-packages/electrum/util.py", line 1482, in join
    task.result()
  File "/tmp/.mount_electrTWM66F/usr/lib/python3.9/site-packages/electrum/daemon.py", line 295, in run
    raise Exception(f"failed to start CommandsServer at {self._socket_config_str()}. got exc: {e!r}") from None
Exception: failed to start CommandsServer at <socket type=unix, path=/home/alexander/.electrum/daemon_rpc_socket>. got exc: OSError(98, "Address '/home/alexander/.electrum/daemon_rpc_socket' is already in use")