Advertisement
drinfernoo

Untitled

Mar 16th, 2022
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. This error originated from a custom integration.
  2.  
  3. Logger: custom_components.netgear_wax
  4. Source: custom_components/netgear_wax/client_wax.py:200
  5. Integration: Netgear WAX (documentation, issues)
  6. First occurred: 4:28:16 PM (3 occurrences)
  7. Last logged: 4:28:52 PM
  8.  
  9. Failed: Cannot connect to host 192.168.1.2:80 ssl:default [None]
  10. Failed: Cannot connect to host 192.168.1.2:5555 ssl:default [Connect call failed ('192.168.1.2', 5555)]
  11. Failed: Cannot connect to host 192.168.1.2:5000 ssl:default [Connect call failed ('192.168.1.2', 5000)]
  12. Traceback (most recent call last):
  13. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 986, in _wrap_create_connection
  14. return await self._loop.create_connection(*args, **kwargs) # type: ignore[return-value] # noqa
  15. File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1081, in create_connection
  16. transport, protocol = await self._create_connection_transport(
  17. File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1111, in _create_connection_transport
  18. await waiter
  19. ConnectionResetError
  20.  
  21. The above exception was the direct cause of the following exception:
  22.  
  23. Traceback (most recent call last):
  24. File "/config/custom_components/netgear_wax/config_flow.py", line 87, in _test_credentials
  25. state = await client.async_get_state()
  26. File "/config/custom_components/netgear_wax/client_wax.py", line 102, in async_get_state
  27. result = await self.async_post(data)
  28. File "/config/custom_components/netgear_wax/client_wax.py", line 203, in async_post
  29. response = await call()
  30. File "/config/custom_components/netgear_wax/client_wax.py", line 200, in call
  31. return await self._session.post(url=self._base_url + "/socketCommunication", data=data,
  32. File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 535, in _request
  33. conn = await self._connector.connect(
  34. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 542, in connect
  35. proto = await self._create_connection(req, traces, timeout)
  36. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 907, in _create_connection
  37. _, proto = await self._create_direct_connection(req, traces, timeout)
  38. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1206, in _create_direct_connection
  39. raise last_exc
  40. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1175, in _create_direct_connection
  41. transp, proto = await self._wrap_create_connection(
  42. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 992, in _wrap_create_connection
  43. raise client_error(req.connection_key, exc) from exc
  44. aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 192.168.1.2:80 ssl:default [None]
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement