Advertisement
Guest User

custom-integration-linksys-velop-1

a guest
Nov 12th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht
  2.  
  3. Logger: homeassistant
  4. Source: custom_components/linksys_velop/config_flow.py:181
  5. Integration: linksys_velop (documentation, issues)
  6. First occurred: 15:58:12 (2 occurrences)
  7. Last logged: 15:58:12
  8.  
  9. Error doing job: Task exception was never retrieved
  10. Traceback (most recent call last):
  11. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 999, in _create_direct_connection
  12. hosts = await asyncio.shield(host_resolved)
  13. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 865, in _resolve_host
  14. addrs = await self._resolver.resolve(host, port, family=self._family)
  15. File "/usr/local/lib/python3.9/site-packages/aiohttp/resolver.py", line 31, in resolve
  16. infos = await self._loop.getaddrinfo(
  17. File "/usr/local/lib/python3.9/asyncio/base_events.py", line 856, in getaddrinfo
  18. return await self.run_in_executor(
  19. File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
  20. result = self.fn(*self.args, **self.kwargs)
  21. File "/usr/local/lib/python3.9/socket.py", line 954, in getaddrinfo
  22. for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
  23. socket.gaierror: [Errno -3] Try again
  24.  
  25. The above exception was the direct cause of the following exception:
  26.  
  27. Traceback (most recent call last):
  28. File "/usr/local/lib/python3.9/site-packages/pyvelop/mesh.py", line 245, in __async_make_request
  29. resp = await self._session.post(url=self.__api_url, headers=headers, json=payload, timeout=self.__timeout)
  30. File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 520, in _request
  31. conn = await self._connector.connect(
  32. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 535, in connect
  33. proto = await self._create_connection(req, traces, timeout)
  34. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 892, in _create_connection
  35. _, proto = await self._create_direct_connection(req, traces, timeout)
  36. File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1011, in _create_direct_connection
  37. raise ClientConnectorError(req.connection_key, exc) from exc
  38. aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host http:80 ssl:default [Try again]
  39.  
  40. During handling of the above exception, another exception occurred:
  41.  
  42. Traceback (most recent call last):
  43. File "/config/custom_components/linksys_velop/config_flow.py", line 181, in _async_task_login
  44. await mesh.async_gather_details()
  45. File "/usr/local/lib/python3.9/site-packages/pyvelop/mesh.py", line 683, in async_gather_details
  46. details = await self.__async_gather_details(
  47. File "/usr/local/lib/python3.9/site-packages/pyvelop/mesh.py", line 368, in __async_gather_details
  48. resp = await self.__async_make_request(action=const.ACTION_JNAP_TRANSACTION, payload=payload)
  49. File "/usr/local/lib/python3.9/site-packages/pyvelop/mesh.py", line 249, in __async_make_request
  50. raise MeshConnectionError
  51. pyvelop.exceptions.MeshConnectionError: Connection Error
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement