The Volvo on call integration worked fine in March, but stopped working in the beginning of April.
I don’t know the problem what reason is it?
Logger: homeassistant.components.volvooncall.config_flow
Source: components/volvooncall/__init__.py:237
Integration: Volvo On Call (documentation, issues)
First occurred: 11:45:02 (4 occurrences)
Last logged: 11:56:33
Unhandled exception in user step
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/aiohttp/connector.py", line 986, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore[return-value] # noqa
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1089, in create_connection
transport, protocol = await self._create_connection_transport(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1119, in _create_connection_transport
await waiter
File "/usr/local/lib/python3.10/asyncio/sslproto.py", line 534, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File "/usr/local/lib/python3.10/asyncio/sslproto.py", line 188, in feed_ssldata
self._sslobj.do_handshake()
File "/usr/local/lib/python3.10/ssl.py", line 975, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/volvooncall/config_flow.py", line 60, in async_step_user
await self.is_valid(user_input)
File "/usr/src/homeassistant/homeassistant/components/volvooncall/config_flow.py", line 137, in is_valid
await test_volvo_data.auth_is_valid()
File "/usr/src/homeassistant/homeassistant/components/volvooncall/__init__.py", line 237, in auth_is_valid
await self.connection.get("customeraccounts")
File "/usr/local/lib/python3.10/site-packages/volvooncall/volvooncall.py", line 93, in get
return await self._request(METH_GET, self._make_url(url, rel))
File "/usr/local/lib/python3.10/site-packages/volvooncall/volvooncall.py", line 68, in _request
async with self._session.request(
File "/usr/local/lib/python3.10/site-packages/aiohttp/client.py", line 1138, in __aenter__
self._resp = await self._coro
File "/usr/local/lib/python3.10/site-packages/aiohttp/client.py", line 535, in _request
conn = await self._connector.connect(
File "/usr/local/lib/python3.10/site-packages/aiohttp/connector.py", line 542, in connect
proto = await self._create_connection(req, traces, timeout)
File "/usr/local/lib/python3.10/site-packages/aiohttp/connector.py", line 907, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "/usr/local/lib/python3.10/site-packages/aiohttp/connector.py", line 1206, in _create_direct_connection
raise last_exc
File "/usr/local/lib/python3.10/site-packages/aiohttp/connector.py", line 1175, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
File "/usr/local/lib/python3.10/site-packages/aiohttp/connector.py", line 990, in _wrap_create_connection
raise ClientConnectorSSLError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host vocapi-cn.wirelesscar.net:443 ssl:default [[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:997)]