Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This error originated from a custom integration.
- Logger: custom_components.netgear_wax
- Source: custom_components/netgear_wax/client_wax.py:200
- Integration: Netgear WAX (documentation, issues)
- First occurred: 4:28:16 PM (3 occurrences)
- Last logged: 4:28:52 PM
- Failed: Cannot connect to host 192.168.1.2:80 ssl:default [None]
- Failed: Cannot connect to host 192.168.1.2:5555 ssl:default [Connect call failed ('192.168.1.2', 5555)]
- Failed: Cannot connect to host 192.168.1.2:5000 ssl:default [Connect call failed ('192.168.1.2', 5000)]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.9/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.9/asyncio/base_events.py", line 1081, in create_connection
- transport, protocol = await self._create_connection_transport(
- File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1111, in _create_connection_transport
- await waiter
- ConnectionResetError
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "/config/custom_components/netgear_wax/config_flow.py", line 87, in _test_credentials
- state = await client.async_get_state()
- File "/config/custom_components/netgear_wax/client_wax.py", line 102, in async_get_state
- result = await self.async_post(data)
- File "/config/custom_components/netgear_wax/client_wax.py", line 203, in async_post
- response = await call()
- File "/config/custom_components/netgear_wax/client_wax.py", line 200, in call
- return await self._session.post(url=self._base_url + "/socketCommunication", data=data,
- File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 535, in _request
- conn = await self._connector.connect(
- File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 542, in connect
- proto = await self._create_connection(req, traces, timeout)
- File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 907, in _create_connection
- _, proto = await self._create_direct_connection(req, traces, timeout)
- File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1206, in _create_direct_connection
- raise last_exc
- File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1175, in _create_direct_connection
- transp, proto = await self._wrap_create_connection(
- File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 992, in _wrap_create_connection
- raise client_error(req.connection_key, exc) from exc
- aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 192.168.1.2:80 ssl:default [None]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement