Traceback (most recent call last):
  File "/home/laurentum/.local/lib/python3.8/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 "/home/laurentum/.local/lib/python3.8/site-packages/electrum/gui/qt/main_window.py", line 1181, in run_swap_dialog
    BlockingWaitingDialog(self, _('Please wait...'), get_pairs_thread)
  File "/home/laurentum/.local/lib/python3.8/site-packages/electrum/gui/qt/util.py", line 376, in __init__
    task()
  File "/home/laurentum/.local/lib/python3.8/site-packages/electrum/gui/qt/main_window.py", line 1179, in get_pairs_thread
    self.network.run_from_another_thread(self.wallet.lnworker.swap_manager.get_pairs())
  File "/home/laurentum/.local/lib/python3.8/site-packages/electrum/network.py", line 408, in run_from_another_thread
    return fut.result(timeout)
  File "/usr/lib/python3.8/concurrent/futures/_base.py", line 444, in result
    return self.__get_result()
  File "/usr/lib/python3.8/concurrent/futures/_base.py", line 389, in __get_result
    raise self._exception
  File "/home/laurentum/.local/lib/python3.8/site-packages/electrum/submarine_swaps.py", line 868, in get_pairs
    response = await Network.async_send_http_on_proxy(
  File "/home/laurentum/.local/lib/python3.8/site-packages/electrum/network.py", line 1407, in async_send_http_on_proxy
    async with session.get(url, params=params, headers=headers) as resp:
  File "/home/laurentum/.local/lib/python3.8/site-packages/aiohttp/client.py", line 1194, in __aenter__
    self._resp = await self._coro
  File "/home/laurentum/.local/lib/python3.8/site-packages/aiohttp/client.py", line 605, in _request
    await resp.start(conn)
  File "/home/laurentum/.local/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 981, in start
    self._continue = None
  File "/home/laurentum/.local/lib/python3.8/site-packages/aiohttp/helpers.py", line 735, in __exit__
    raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError