Advertisement
Guest User

custom-integration-linksys-velop-2

a guest
Nov 12th, 2021
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 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 (1 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/pyvelop/mesh.py", line 245, in __async_make_request
  12. resp = await self._session.post(url=self.__api_url, headers=headers, json=payload, timeout=self.__timeout)
  13. File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 619, in _request
  14. break
  15. File "/usr/local/lib/python3.9/site-packages/aiohttp/helpers.py", line 656, in __exit__
  16. raise asyncio.TimeoutError from None
  17. asyncio.exceptions.TimeoutError
  18.  
  19. During handling of the above exception, another exception occurred:
  20.  
  21. Traceback (most recent call last):
  22. File "/config/custom_components/linksys_velop/config_flow.py", line 181, in _async_task_login
  23. await mesh.async_gather_details()
  24. File "/usr/local/lib/python3.9/site-packages/pyvelop/mesh.py", line 683, in async_gather_details
  25. details = await self.__async_gather_details(
  26. File "/usr/local/lib/python3.9/site-packages/pyvelop/mesh.py", line 368, in __async_gather_details
  27. resp = await self.__async_make_request(action=const.ACTION_JNAP_TRANSACTION, payload=payload)
  28. File "/usr/local/lib/python3.9/site-packages/pyvelop/mesh.py", line 247, in __async_make_request
  29. raise MeshTimeoutError
  30. pyvelop.exceptions.MeshTimeoutError: Timeout Error
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement