Caldin-Maldin

Ошибка Кинетика

Jul 28th, 2024
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. 2024-07-28 17:38:00.677 ERROR (MainThread) [custom_components.keenetic_api.coordinator] Unexpected error fetching keenetic_api-http://192.168.1.2-full data
  2. Traceback (most recent call last):
  3. File "/config/custom_components/keenetic_api/coordinator.py", line 46, in _async_update_data
  4. full_data = await self.router.custom_request()
  5. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. File "/config/custom_components/keenetic_api/keenetic.py", line 271, in custom_request
  7. data_show_ip_hotspot = full_info_other[3]['show']['ip']['hotspot']['host']
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  9. KeyError: 'hotspot'
  10.  
  11. During handling of the above exception, another exception occurred:
  12.  
  13. Traceback (most recent call last):
  14. File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 312, in _async_refresh
  15. self.data = await self._async_update_data()
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. File "/config/custom_components/keenetic_api/coordinator.py", line 49, in _async_update_data
  18. coordinator_firmware = self.hass.data[DOMAIN][self.entry.entry_id][COORD_FIREWARE]
  19. ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  20. KeyError: '01J3WNCPJKRCPM8A1EBW3B37TK'
  21.  
Advertisement
Add Comment
Please, Sign In to add comment