Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Logger: homeassistant.components.automation.office_door_open
- Source: components/automation/__init__.py:666
- Integration: Automation (documentation, issues)
- First occurred: 9:20:18 AM (1 occurrences)
- Last logged: 9:20:18 AM
- While executing automation automation.office_door_open
- Traceback (most recent call last):
- File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 666, in async_trigger
- return await self.action_script.async_run(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run
- return await asyncio.shield(run.async_run())
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run
- await self._async_step(log_exceptions=False)
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step
- self._handle_exception(
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception
- raise exception
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step
- await getattr(self, handler)()
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 723, in _async_call_service_step
- response_data = await self._async_run_long_action(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action
- return long_task.result()
- ^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/core.py", line 2279, in async_call
- response_data = await coro
- ^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/core.py", line 2316, in _execute_service
- return await target(service_call)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 611, in _service_handler
- response = await self._async_start_run(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 569, in _async_start_run
- script_result = await coro
- ^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 600, in _async_run
- return await self.script.async_run(script_vars, context)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run
- return await asyncio.shield(run.async_run())
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run
- await self._async_step(log_exceptions=False)
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step
- self._handle_exception(
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception
- raise exception
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step
- await getattr(self, handler)()
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 943, in _async_choose_step
- await self._async_run_script(script)
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1100, in _async_run_script
- result = await self._async_run_long_action(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action
- return long_task.result()
- ^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run
- return await asyncio.shield(run.async_run())
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run
- await self._async_step(log_exceptions=False)
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step
- self._handle_exception(
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception
- raise exception
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step
- await getattr(self, handler)()
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 943, in _async_choose_step
- await self._async_run_script(script)
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1100, in _async_run_script
- result = await self._async_run_long_action(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action
- return long_task.result()
- ^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run
- return await asyncio.shield(run.async_run())
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run
- await self._async_step(log_exceptions=False)
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step
- self._handle_exception(
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception
- raise exception
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step
- await getattr(self, handler)()
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 723, in _async_call_service_step
- response_data = await self._async_run_long_action(
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action
- return long_task.result()
- ^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/core.py", line 2279, in async_call
- response_data = await coro
- ^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/core.py", line 2316, in _execute_service
- return await target(service_call)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 917, in entity_service_call
- raise result from None
- File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1540, in async_request_call
- return await coro
- ^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 962, in _handle_entity_call
- result = await task
- ^^^^^^^^^^
- File "/usr/src/homeassistant/homeassistant/components/samsungtv/media_player.py", line 348, in async_set_volume_level
- await dmr_device.async_set_volume_level(volume)
- File "/usr/local/lib/python3.12/site-packages/async_upnp_client/profiles/dlna.py", line 561, in async_set_volume_level
- await self._async_set_level("Volume", volume, Channel="Master")
- File "/usr/local/lib/python3.12/site-packages/async_upnp_client/profiles/dlna.py", line 486, in _async_set_level
- await action.async_call(InstanceID=0, **args)
- File "/usr/local/lib/python3.12/site-packages/async_upnp_client/client.py", line 637, in async_call
- ) = await self.service.requester.async_http_request("POST", url, headers, body)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "/usr/local/lib/python3.12/site-packages/async_upnp_client/aiohttp.py", line 178, in async_http_request
- raise UpnpConnectionError(repr(err)) from err
- async_upnp_client.exceptions.UpnpConnectionError: ("UpnpConnectionTimeoutError('TimeoutError()', None)", None)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement