Traceback (most recent call last):
  File "/tmp/.mount_electrT4QxWl/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_electrT4QxWl/usr/lib/python3.9/site-packages/aiorpcx/curio.py", line 297, in __aexit__
    await self.join()
  File "/tmp/.mount_electrT4QxWl/usr/lib/python3.9/site-packages/electrum/util.py", line 1482, in join
    task.result()
  File "/tmp/.mount_electrT4QxWl/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=tcp, host=127.0.0.1, port=7777>. got exc: OSError(98, "error while attempting to bind on address ('127.0.0.1', 7777): address already in use")