Questions about "Kodi-Addon-Checker"
#1
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?
Reply
#2
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
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Error 2 might be a schema mismatch. You'll have to post the whole log for us to help
Reply
#4
(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? -->
Reply

Logout Mark Read Team Forum Stats Members Help
Questions about "Kodi-Addon-Checker"0