You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ electrum
0.85 | E | __main__ |
Traceback (most recent call last):
File "/usr/bin/electrum", line 444, in main
handle_cmd(
File "/usr/bin/electrum", line 457, in handle_cmd
fd = daemon.get_file_descriptor(config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/electrum/daemon.py", line 103, in get_file_descriptor
request(config, 'ping')
File "/usr/lib/python3.12/site-packages/electrum/daemon.py", line 147, in request
return fut.result(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 456, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/lib/python3.12/site-packages/electrum/daemon.py", line 144, in request_coroutine
return await c.request(endpoint, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/electrum/util.py", line 1973, in request
async with self.session.post(self.url, data=data) as resp:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/site-packages/aiohttp/client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/site-packages/aiohttp/client.py", line 675, in _request
req = self._request_class(
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/site-packages/aiohttp/client_reqrep.py", line 351, in __init__
self.update_headers(headers)
File "/usr/lib64/python3.12/site-packages/aiohttp/client_reqrep.py", line 460, in update_headers
host = self.url.host_port_subcomponent
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'URL' object has no attribute 'host_port_subcomponent'. Did you mean: 'host_subcomponent'?
I'm using aiohttp-3.11.9.
The text was updated successfully, but these errors were encountered:
I get this when trying to start Electrum 4.5.8:
I'm using aiohttp-3.11.9.
The text was updated successfully, but these errors were encountered: