Kodi Community Forum
Questions about "Kodi-Addon-Checker" - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Questions about "Kodi-Addon-Checker" (/showthread.php?tid=346868)



Questions about "Kodi-Addon-Checker" - malvinas2 - 2019-09-01

Hello, 

I've got the following questions regarding error messages from the Kodi-Addon-Checker: 
  1. ERROR: .\addon.xml is marked as stand-alone executable
    I imagine this error can be ignored in a Windows OS ? 

  2. ERROR: Invalid xml found
    Well, but how do I find the critical line which cause(s) the error? 

  3. WARN: Found non whitelisted file ending in filename ...\media\Textures.xbt
    What's wrong here?



RE: Questions about "Kodi-Addon-Checker" - ronie - 2019-09-01

1. sure, but it makes little sense to mark a text file as an executable ;-)

2. there are standalone xml validation tools available (XMLStarlet), as well as online websites that can do the job (https://www.xmlvalidation.com/)

3. you're not supposed to submit .xbt files to the repo, submit the source images instead


Questions about "Kodi-Addon-Checker" - enen92 - 2019-09-02

Error 2 might be a schema mismatch. You'll have to post the whole log for us to help


RE: Questions about "Kodi-Addon-Checker" - malvinas2 - 2019-09-02

(2019-09-02, 01:12)enen92 Wrote: Error 2 might be a schema mismatch. You'll have to post the whole log for us to help
xmlvalidation.com did the job, I used '--' within some comments, something like <!-- Try this -- or that? -->