home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
74.18k stars 31.15k forks source link

Yamaha music cast platform #32685

Closed jackkitley closed 4 years ago

jackkitley commented 4 years ago

The problem

Ive just noticed errors reported in Home assistant that i think i should report.

Environment

Im using a raspberry pi 4 and the latest HA core.

Problem-relevant configuration.yaml

- platform: yamaha_musiccast
  host: 192.168.88.70

Traceback/Error logs

Logger: homeassistant.components.media_player Integration: Media player (documentation, issues) First occured: 4:17:32 PM (1 occurences) Last logged: 4:17:32 PM

Error while setting up yamaha platform for media_player Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 179, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() File "/usr/local/lib/python3.7/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 105, in setup_platform ctrl_url, model_name=model, friendly_name=name, unit_desc_url=desc_url File "/usr/local/lib/python3.7/site-packages/rxv/rxv.py", line 392, in zone_controllers for zone in self.zones(): File "/usr/local/lib/python3.7/site-packages/rxv/rxv.py", line 383, in zones xml = self._desc_xml AttributeError: 'RXV' object has no attribute '_desc_xml'

Log Details (ERROR) Logger: rxv First occured: 4:17:32 PM (1 occurences) Last logged: 4:17:32 PM

Unsupported Yamaha device? Failed to fetch http://192.168.88.70:80/YamahaRemoteControl/desc.xml Connection lost. Reconnecting…

Additional information

My Yamaha device is a soundbar:

yamaha yas 408

probot-home-assistant[bot] commented 4 years ago

Hey there @jalmeroth, mind taking a look at this issue as its been labeled with a integration (yamaha_musiccast) you are listed as a codeowner for? Thanks!

stale[bot] commented 4 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.