Unclosed tag in settings.xml
#1
Hi all
I don't know if this is something general or just my scraper, but an observant user notified me about the filmdelta scraper not fetching fanart anymore. The problem seems to be a unclosed tag in the settings.xml file for the scraper, ie this tag:

Code:
<setting label="30000" type="bool" id="fanart" default="true">

should look like this

Code:
<setting label="30000" type="bool" id="fanart" default="true" />

Putting the slash there makes it work again. I'm quite sure this worked while the scraper was still a scraper so something seems to have happened when it was converted to addon.

/Daniel
Reply


Messages In This Thread
Unclosed tag in settings.xml - by Daniel Malmgren - 2010-07-21, 07:50
[No subject] - by jmarshall - 2010-07-21, 08:18
[No subject] - by Daniel Malmgren - 2010-07-23, 18:23
Logout Mark Read Team Forum Stats Members Help
Unclosed tag in settings.xml0