Kodi Community Forum
Android Whats' Wrong With My advancedsettings.xml file? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
+---- Thread: Android Whats' Wrong With My advancedsettings.xml file? (/showthread.php?tid=161000)



Whats' Wrong With My advancedsettings.xml file? - chobo2 - 2013-03-30

Hi

I having a problem with a plugin but while looking at the log I also noticed this error

Quote:13:25:53 T:1203824 ERROR: Error loading special://profile/advancedsettings.xml, Line 3
Error reading Attributes.

Code:
<advancedsettings>
<network
<cachemembuffersize>0</cachemembuffersize>
</network>
</advancedsettings>

What is wrong with it?


RE: Whats' Wrong With My advancedsettings.xml file? - narvatu - 2013-03-30

Line 2 not closed


RE: Whats' Wrong With My advancedsettings.xml file? - artrafael - 2013-03-30

You're missing the closing ">" in line 2 for the "<network>" tag.


RE: Whats' Wrong With My advancedsettings.xml file? - chobo2 - 2013-03-30

Don't know how I missed that one LOL.