espressif / esp-adf

Espressif Audio Development Framework
Other
1.53k stars 671 forks source link

DLNA Example XML Parsing Error (AUD-4688) #1027

Open marcolinux46 opened 1 year ago

marcolinux46 commented 1 year ago

Environment

Problem Description

Hi,

I have successfully compiled and installed the DLNA sample on my LyraT-mini card. I try to setup the device on my Home Assistant server but it doesn't work. In the server logs I see many errors on "UpnpXmlParseError('not well formed (invalid token): row 3, column 100')"

Below a screenshot of my browser when i try to reach the device via web. The problem occurs with all three main XML files (AVTransport, ConnectionManager, RenderingControl)

Thanks for your support

image

jason-mao commented 1 year ago

@marcolinux46 Would you provide the XML context at here?

marcolinux46 commented 1 year ago

Hi @jason-mao,

the XMLs are the files provided by the example under github dlna/components/esp_dlna/xml

jason-mao commented 1 year ago

@marcolinux46 Thanks for your feedback, let we check and fix.