You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration for Imou Ranger 2C is failing and not giving any video livre stream
_LOGGER.warning(msg, stack_info=True)
2024-12-20 14:38:29.911 DEBUG (MainThread) [custom_components.imou_life] [Camera Bureau] Adding Camera (HD)
2024-12-20 14:38:29.911 DEBUG (MainThread) [custom_components.imou_life] [Camera Bureau] Adding Camera (SD)
2024-12-20 14:38:29.911 DEBUG (MainThread) [custom_components.imou_life] [Camera Bureau] requested camera stream url
2024-12-20 14:38:30.051 DEBUG (MainThread) [custom_components.imou_life] Camera Bureau Callback url added to HA
2024-12-20 14:38:30.067 DEBUG (MainThread) [custom_components.imou_life] Camera Bureau Motion Alarm added to HA
2024-12-20 14:38:30.080 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.camera_bureau_camera for domain camera with platform imou_life
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
await coro
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish
await self.async_internal_added_to_hass()
File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 829, in async_internal_added_to_hass
await self.async_refresh_providers(write_state=False)
File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 847, in async_refresh_providers
new_provider = await self._async_get_supported_webrtc_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
async_get_supported_provider
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 871, in _async_get_supported_webrtc_provider
return await fn(self.hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/camera/webrtc.py", line 373, in async_get_supported_provider
if not providers or not (stream_source := await camera.stream_source()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/imou_life/camera.py", line 106, in stream_source
return await self.sensor_instance.async_get_stream_url()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/imouapi/device_entity.py", line 690, in async_get_stream_url
raise APIError(f"unable to get live streaming, url not found in {existing_stream}")
imouapi.exceptions.APIError: unable to get live streaming, url not found in {'url': None, 'token': None}
2024-12-20 14:38:30.082 DEBUG (MainThread) [custom_components.imou_life] [Camera Bureau] requested camera stream url
2024-12-20 14:38:30.097 DEBUG (MainThread) [custom_components.imou_life] Camera Bureau Status added to HA
2024-12-20 14:38:30.100 DEBUG (MainThread) [custom_components.imou_life] Camera Bureau Status indicator added to HA
2024-12-20 14:38:30.192 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.camera_bureau_camerasd for domain camera with platform imou_life
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered:
raise APIError(f"unable to get live streaming, url not found in {existing_stream}")
imouapi.exceptions.APIError: unable to get live streaming, url not found in {'url': None, 'token': None}
Integration for Imou Ranger 2C is failing and not giving any video livre stream
2024-12-20 14:38:29.911 DEBUG (MainThread) [custom_components.imou_life] [Camera Bureau] Adding Camera (HD)
2024-12-20 14:38:29.911 DEBUG (MainThread) [custom_components.imou_life] [Camera Bureau] Adding Camera (SD)
2024-12-20 14:38:29.911 DEBUG (MainThread) [custom_components.imou_life] [Camera Bureau] requested camera stream url
2024-12-20 14:38:30.051 DEBUG (MainThread) [custom_components.imou_life] Camera Bureau Callback url added to HA
2024-12-20 14:38:30.067 DEBUG (MainThread) [custom_components.imou_life] Camera Bureau Motion Alarm added to HA
2024-12-20 14:38:30.080 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.camera_bureau_camera for domain camera with platform imou_life
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
await coro
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish
await self.async_internal_added_to_hass()
File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 829, in async_internal_added_to_hass
await self.async_refresh_providers(write_state=False)
File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 847, in async_refresh_providers
new_provider = await self._async_get_supported_webrtc_provider(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
async_get_supported_provider
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/components/camera/init.py", line 871, in _async_get_supported_webrtc_provider
return await fn(self.hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/camera/webrtc.py", line 373, in async_get_supported_provider
if not providers or not (stream_source := await camera.stream_source()):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/imou_life/camera.py", line 106, in stream_source
return await self.sensor_instance.async_get_stream_url()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/imouapi/device_entity.py", line 690, in async_get_stream_url
raise APIError(f"unable to get live streaming, url not found in {existing_stream}")
imouapi.exceptions.APIError: unable to get live streaming, url not found in {'url': None, 'token': None}
2024-12-20 14:38:30.082 DEBUG (MainThread) [custom_components.imou_life] [Camera Bureau] requested camera stream url
2024-12-20 14:38:30.097 DEBUG (MainThread) [custom_components.imou_life] Camera Bureau Status added to HA
2024-12-20 14:38:30.100 DEBUG (MainThread) [custom_components.imou_life] Camera Bureau Status indicator added to HA
2024-12-20 14:38:30.192 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.camera_bureau_camerasd for domain camera with platform imou_life
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: