Advertisement
Guest User

Untitled

a guest
Feb 16th, 2024
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. Logger: homeassistant.components.automation.office_door_open
  2. Source: components/automation/__init__.py:666
  3. Integration: Automation (documentation, issues)
  4. First occurred: 9:20:18 AM (1 occurrences)
  5. Last logged: 9:20:18 AM
  6.  
  7. While executing automation automation.office_door_open
  8. Traceback (most recent call last):
  9. File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 666, in async_trigger
  10. return await self.action_script.async_run(
  11. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run
  13. return await asyncio.shield(run.async_run())
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run
  16. await self._async_step(log_exceptions=False)
  17. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step
  18. self._handle_exception(
  19. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception
  20. raise exception
  21. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step
  22. await getattr(self, handler)()
  23. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 723, in _async_call_service_step
  24. response_data = await self._async_run_long_action(
  25. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action
  27. return long_task.result()
  28. ^^^^^^^^^^^^^^^^^^
  29. File "/usr/src/homeassistant/homeassistant/core.py", line 2279, in async_call
  30. response_data = await coro
  31. ^^^^^^^^^^
  32. File "/usr/src/homeassistant/homeassistant/core.py", line 2316, in _execute_service
  33. return await target(service_call)
  34. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  35. File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 611, in _service_handler
  36. response = await self._async_start_run(
  37. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38. File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 569, in _async_start_run
  39. script_result = await coro
  40. ^^^^^^^^^^
  41. File "/usr/src/homeassistant/homeassistant/components/script/__init__.py", line 600, in _async_run
  42. return await self.script.async_run(script_vars, context)
  43. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  44. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run
  45. return await asyncio.shield(run.async_run())
  46. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  47. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run
  48. await self._async_step(log_exceptions=False)
  49. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step
  50. self._handle_exception(
  51. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception
  52. raise exception
  53. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step
  54. await getattr(self, handler)()
  55. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 943, in _async_choose_step
  56. await self._async_run_script(script)
  57. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1100, in _async_run_script
  58. result = await self._async_run_long_action(
  59. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  60. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action
  61. return long_task.result()
  62. ^^^^^^^^^^^^^^^^^^
  63. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run
  64. return await asyncio.shield(run.async_run())
  65. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  66. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run
  67. await self._async_step(log_exceptions=False)
  68. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step
  69. self._handle_exception(
  70. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception
  71. raise exception
  72. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step
  73. await getattr(self, handler)()
  74. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 943, in _async_choose_step
  75. await self._async_run_script(script)
  76. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1100, in _async_run_script
  77. result = await self._async_run_long_action(
  78. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  79. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action
  80. return long_task.result()
  81. ^^^^^^^^^^^^^^^^^^
  82. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 1600, in async_run
  83. return await asyncio.shield(run.async_run())
  84. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  85. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 435, in async_run
  86. await self._async_step(log_exceptions=False)
  87. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 487, in _async_step
  88. self._handle_exception(
  89. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 512, in _handle_exception
  90. raise exception
  91. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 485, in _async_step
  92. await getattr(self, handler)()
  93. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 723, in _async_call_service_step
  94. response_data = await self._async_run_long_action(
  95. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  96. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 685, in _async_run_long_action
  97. return long_task.result()
  98. ^^^^^^^^^^^^^^^^^^
  99. File "/usr/src/homeassistant/homeassistant/core.py", line 2279, in async_call
  100. response_data = await coro
  101. ^^^^^^^^^^
  102. File "/usr/src/homeassistant/homeassistant/core.py", line 2316, in _execute_service
  103. return await target(service_call)
  104. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  105. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 917, in entity_service_call
  106. raise result from None
  107. File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1540, in async_request_call
  108. return await coro
  109. ^^^^^^^^^^
  110. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 962, in _handle_entity_call
  111. result = await task
  112. ^^^^^^^^^^
  113. File "/usr/src/homeassistant/homeassistant/components/samsungtv/media_player.py", line 348, in async_set_volume_level
  114. await dmr_device.async_set_volume_level(volume)
  115. File "/usr/local/lib/python3.12/site-packages/async_upnp_client/profiles/dlna.py", line 561, in async_set_volume_level
  116. await self._async_set_level("Volume", volume, Channel="Master")
  117. File "/usr/local/lib/python3.12/site-packages/async_upnp_client/profiles/dlna.py", line 486, in _async_set_level
  118. await action.async_call(InstanceID=0, **args)
  119. File "/usr/local/lib/python3.12/site-packages/async_upnp_client/client.py", line 637, in async_call
  120. ) = await self.service.requester.async_http_request("POST", url, headers, body)
  121. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  122. File "/usr/local/lib/python3.12/site-packages/async_upnp_client/aiohttp.py", line 178, in async_http_request
  123. raise UpnpConnectionError(repr(err)) from err
  124. async_upnp_client.exceptions.UpnpConnectionError: ("UpnpConnectionTimeoutError('TimeoutError()', None)", None)
  125.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement