Yamaha xml error

Since update 103.5 i get a error on platform yamaha. How to solve this?

Error: `

Invalid XML returned for request http://192.1.......

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/xml/etree/ElementTree.py", line 1637, in close
    self.parser.Parse("", 1) # end of data
xml.parsers.expat.ExpatError: unclosed token: line 1, column 62240

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/rxv/rxv.py", line 115, in _discover_features
    self._desc_xml = cElementTree.fromstring(desc_xml)
  File "/usr/local/lib/python3.7/site-packages/defusedxml/common.py", line 132, in fromstring
    return parser.close()
  File "/usr/local/lib/python3.7/xml/etree/ElementTree.py", line 1639, in close
    self._raiseerror(v)
  File "/usr/local/lib/python3.7/xml/etree/ElementTree.py", line 1531, in _raiseerror
    raise err
  File "<string>", line None
xml.etree.ElementTree.ParseError: unclosed token: line 1, column 62240`

Search your automations and scripts for any occurrence of:

service: media_player.yamaha_

If any are found rectify as per the release notes breaking changes.

Thanks Tom, i saw the notes.
They are when using service yamaha but i dont use them.
Platform yamaha isn’t even starting up

Nobody an answer?

which yamaha integration are you using? Where’s the first error? I don’t see a traceback from the home-assistant side code.

Hi Petro

How can I know.
This is my config:

media_player:
  - platform: yamaha
    host: 192.168.178.13
    name: "Living Room Stereo"
    source_names:
        HDMI1: "Living Room TV"
    source_ignore:
      - "AUDIO1"
      - "AUDIO2"
      - "AUDIO3"
      - "AUX"
      - "AirPlay"
      - "Bluetooth"
      - "JUKE"
      - "HDMI4"
      - "HDMI5"
      - "HDMI6"
      - "USB"
      - "SERVER"
      - "Spotify"
      - "MusicCast Link"
      - "IPod (USB)"