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
2023-04-27 13:27:21.136 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.game_room_receiver fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 554, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 784, in async_device_update
await coro
File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/onkyo/media_player.py", line 295, in update
status = self.command("system-power query")
File "/usr/src/homeassistant/homeassistant/components/onkyo/media_player.py", line 282, incommand
result = self._receiver.command(command)
File "/usr/local/lib/python3.10/site-packages/eiscp/core.py", line 480, incommand
response = self.raw(iscp_message)
File "/usr/local/lib/python3.10/site-packages/eiscp/core.py", line 470, in raw
return filter_for_message(self.get, iscp_message)
File "/usr/local/lib/python3.10/site-packages/eiscp/core.py", line 260, in filter_for_message
candidate = getter_func(0.05)
File "/usr/local/lib/python3.10/site-packages/eiscp/core.py", line 443, in get
ready = select.select([self.command_socket], [], [], timeout or 0)
TypeError: argument must be an int, or have a fileno() method.
The text was updated successfully, but these errors were encountered:
Linking an issue here, as I don't know if anyone is tagged as a code owner on Home Assistant for Onkyo and it uses this package.
Using Home Assistant version
2023.5.0
results in socket errors in the eiscip package.home-assistant/core#92134
The text was updated successfully, but these errors were encountered: