Traceback (most recent call last):
  File "/opt/electrum/lib/python3.11/site-packages/electrum/daemon.py", line 448, in _run
    async with self.taskgroup as group:
  File "/opt/electrum/lib/python3.11/site-packages/aiorpcx/curio.py", line 304, in __aexit__
    await self.join()
  File "/opt/electrum/lib/python3.11/site-packages/electrum/util.py", line 1332, in join
    task.result()
  File "/opt/electrum/lib/python3.11/site-packages/electrum/daemon.py", line 315, 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=5477>. got exc: OSError(98, "error while attempting to bind on address ('127.0.0.1', 5477): address already in use")