Yamaha RX-A3070 - Log full of Zone 4 errors

My log is currently filling with these errors. I have done nothing other than let home assistant automatically add my receiver. Any idea how I can fix this?

2019-01-15 02:31:52 ERROR (SyncWorker_18) [rxv] Invalid XML returned for request <YAMAHA_AV cmd="GET"><Zone_4><Volume><Mute>GetParam</Mute></Volume></Zone_4></YAMAHA_AV>: b''
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 139, in _request
    response = ET.XML(res.content)  # releases connection to the pool
  File "/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1315, in XML
    return parser.close()
  File "<string>", line None
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
2019-01-15 02:31:52 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.rx_a3070_442b8f_zone_4 fails
Traceback (most recent call last):
  File "/usr/src/app/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
    await self.async_device_update()
  File "/usr/src/app/homeassistant/helpers/entity.py", line 349, in async_device_update
    await self.hass.async_add_executor_job(self.update)
  File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/app/homeassistant/components/media_player/yamaha.py", line 176, in update
    self._muted = self.receiver.mute
  File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 554, in mute
    response = self._request('GET', request_text)
  File "/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 139, in _request
    response = ET.XML(res.content)  # releases connection to the pool
  File "/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1315, in XML
    return parser.close()
  File "<string>", line None
xml.etree.ElementTree.ParseError: no element found: line 1, column 0

I just saw this - I have the same issue!!!

Any news?

Just found this - @petro solved this here: Yamaha Receiver driving me nuts

I’m hoping we can fix it, rather than just turning it off. I’ve opened an issue here.

1 Like

awesome. I piped up there too