Traceback (most recent call last):
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/electrum/gui/qt/channels_list.py", line 366, in <lambda>
    menu.addAction(read_QIcon('update.png'), _('Submarine swap'), lambda: self.main_window.run_swap_dialog())
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/electrum/gui/qt/main_window.py", line 1179, in run_swap_dialog
    BlockingWaitingDialog(self, _('Please wait...'), get_pairs_thread)
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/electrum/gui/qt/util.py", line 376, in __init__
    task()
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/electrum/gui/qt/main_window.py", line 1177, in get_pairs_thread
    self.network.run_from_another_thread(self.wallet.lnworker.swap_manager.get_pairs())
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/electrum/network.py", line 408, in run_from_another_thread
    return fut.result(timeout)
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/concurrent/futures/_base.py", line 458, in result
    return self.__get_result()
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/electrum/submarine_swaps.py", line 878, in get_pairs
    pairs = await self.send_request_to_server('getpairs', None)
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/electrum/submarine_swaps.py", line 584, in send_request_to_server
    response = await self.network.async_send_http_on_proxy(
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/electrum/network.py", line 1441, in async_send_http_on_proxy
    async with session.get(url, params=params, headers=headers) as resp:
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/aiohttp/client.py", line 1194, in __aenter__
    self._resp = await self._coro
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/aiohttp/client.py", line 504, in _request
    with timer:
  File "/tmp/.mount_EnlacerHMpbR/usr/lib/python3.10/site-packages/aiohttp/helpers.py", line 735, in __exit__
    raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError