Good day,
just tried to integrate a Yamaha Receiver N303D, but no success, got several times below error messages. The reciever is fully operating and in included into the WLAN net, so. Does anybody have this unit integrated already? Thank you.
Error log:
Logger: homeassistant.components.media_player
Source: components/yamaha/media_player.py:114
Integration: Mediaplayer (documentation, issues)
First occurred: 18:35:04 (1 occurrences)
Last logged: 18:35:04
Error while setting up yamaha platform for media_player
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 200, in _async_setup_platform
await asyncio.shield(task)
File “/usr/src/homeassistant/homeassistant/components/yamaha/media_player.py”, line 130, in async_setup_platform
receivers = await hass.async_add_executor_job(_discovery, config_info)
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/yamaha/media_player.py”, line 114, in _discovery
receivers = rxv.RXV(config_info.ctrl_url, config_info.name).zone_controllers()
File “/usr/local/lib/python3.8/site-packages/rxv/rxv.py”, line 392, in zone_controllers
for zone in self.zones():
File “/usr/local/lib/python3.8/site-packages/rxv/rxv.py”, line 383, in zones
xml = self._desc_xml
AttributeError: ‘RXV’ object has no attribute ‘_desc_xml’