Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- Traceback (most recent call last):
- File "/config/custom_components/keenetic_api/coordinator.py", line 46, in _async_update_data
- full_data = await self.router.custom_request()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/config/custom_components/keenetic_api/keenetic.py", line 271, in custom_request
- data_show_ip_hotspot = full_info_other[3]['show']['ip']['hotspot']['host']
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
- KeyError: 'hotspot'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 312, in _async_refresh
- self.data = await self._async_update_data()
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/config/custom_components/keenetic_api/coordinator.py", line 49, in _async_update_data
- coordinator_firmware = self.hass.data[DOMAIN][self.entry.entry_id][COORD_FIREWARE]
- ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
- KeyError: '01J3WNCPJKRCPM8A1EBW3B37TK'
Advertisement
Add Comment
Please, Sign In to add comment