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
Just started receiving the following error when trying to run the dreamscreen service.
Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/dreamscreen/init.py:176
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 9:06:33 AM (7 occurrences)
Last logged: 9:08:12 AM
[139867467491664] wait() got an unexpected keyword argument 'loop'
[139868267272256] Error handling message: Unknown error (unknown_error)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 199, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1713, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1750, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/config/custom_components/dreamscreen/init.py", line 176, in async_handle_dreamscreen_services
await asyncio.wait(updates, loop=hass.loop)
TypeError: wait() got an unexpected keyword argument 'loop'
The text was updated successfully, but these errors were encountered:
Just started receiving the following error when trying to run the dreamscreen service.
Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/dreamscreen/init.py:176
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 9:06:33 AM (7 occurrences)
Last logged: 9:08:12 AM
[139867467491664] wait() got an unexpected keyword argument 'loop'
[139868267272256] Error handling message: Unknown error (unknown_error)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 199, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1713, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1750, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/config/custom_components/dreamscreen/init.py", line 176, in async_handle_dreamscreen_services
await asyncio.wait(updates, loop=hass.loop)
TypeError: wait() got an unexpected keyword argument 'loop'
The text was updated successfully, but these errors were encountered: