Libreelec and Aeon error
#31
(2019-12-03, 19:04)mikeSiLVO Wrote: I am saying that if you are doing it right then it is impossible for one to work when the other does not...

Whilst you are almost certainly right (and speaking from the perspective of what the script does, as opposed to your own perspective of how the skin interacts with it - the perfect mix, right Wink) It is - very broadly - possible for a change to the addon.xml file - which, obviously, wouldn't be directly related to the Skin Shortcuts script - to cause the issue Roby is seeing. The script has to parse the whole addon.xml file to work out where to write the includes.xml file. So, if there was for example a change to the various international descriptions provided in the addons.xml file (which remains the file causing the issue, as of roby's most recent debug log), if there were a encode/decode issue with with this file, the problem Roby is seeing would occur. (Though I think its fair to say this issue is still likely to be more widespread than the one user, if this is the case)

However, I'm a huge fan of occums razor, and the most likely explanations remain not running an 100% official Nox Silvo build (which would have its own addon.xml file), or - as you say - an issue installing from git, and so the reason the script can't parse the addon.xml correctly is because it either has the wrong permissions (Skin Shortcuts only needs read permissions, so unlikely), or because it is malformed in some (unlikely if git/repo versions are being used), or because the file isn't actually in the exact location the script expects (possible if not installing from Git correctly...).
Reply
#32
(2019-12-03, 21:20)BobCratchett Wrote: Whilst you are almost certainly right (and speaking from the perspective of what the script does, as opposed to your own perspective of how the skin interacts with it - the perfect mix, right Wink) It is - very broadly - possible for a change to the addon.xml file - which, obviously, wouldn't be directly related to the Skin Shortcuts script - to cause the issue Roby is seeing. The script has to parse the whole addon.xml file to work out where to write the includes.xml file. So, if there was for example a change to the various international descriptions provided in the addons.xml file (which remains the file causing the issue, as of roby's most recent debug log), if there were a encode/decode issue with with this file, the problem Roby is seeing would occur. (Though I think its fair to say this issue is still likely to be more widespread than the one user, if this is the case)

However, I'm a huge fan of occums razor, and the most likely explanations remain not running an 100% official Nox Silvo build (which would have its own addon.xml file), or - as you say - an issue installing from git, and so the reason the script can't parse the addon.xml correctly is because it either has the wrong permissions (Skin Shortcuts only needs read permissions, so unlikely), or because it is malformed in some (unlikely if git/repo versions are being used), or because the file isn't actually in the exact location the script expects (possible if not installing from Git correctly...).

Hi Bob! The addon.xml files should be identical. I haven't touched them since the skin was pulled in to Kodi repo. Just for sh*ts and giggles I checked with md5 hash and you know what... That stupid txtranslation bot changed my & to & in the news section Angry

COMMIT

Could that be the issue here?
Reply
#33
So i enable logging and component specific loggin

1= Kodi.log with Aeon skin 7.9.4 from repo https://paste.kodi.tv/osewizasoy.kodi

2=kodi.crash log Aeon skin 7.9.4 from repo https://paste.kodi.tv/apaqocenez.kodi    



So restarted kodi and installed zip of Aeon Skin from github dated 28/11/19

Skin was updated but as always after returning to home (add on updated) Black screen with build menu and a popup alert say script skin shortcut error

3=kodi log Aeon skin from github https://paste.kodi.tv/fajugixipo.kodi
4=kodi crashlog https://paste.kodi.tv/utokuqibut.kodi
Reply
#34
(2019-12-03, 22:25)Roby77 Wrote: So i enable logging and component specific loggin

1= Kodi.log with Aeon skin 7.9.4 from repo https://paste.kodi.tv/osewizasoy.kodi

2=kodi.crash log Aeon skin 7.9.4 from repo https://paste.kodi.tv/apaqocenez.kodi    



So restarted kodi and installed zip of Aeon Skin from github dated 28/11/19

Skin was updated but as always after returning to home (add on updated) Black screen with build menu and a popup alert say script skin shortcut error

3=kodi log Aeon skin from github https://paste.kodi.tv/fajugixipo.kodi
4=kodi crashlog https://paste.kodi.tv/utokuqibut.kodi

I'm like 99% sure that the issue with the GitHub version of the skin is that the Kodi translation bot unescaped an ampersand making it an invalid character.

The other log doesn't show any issues related to the skin or Skin Shortcuts.

EDIT: If you want to test my theory then look for:
Files, Artists & Music genres

In the skins addon.xml file line 103

Change that to:
Files, Artists & Music genres
Reply
#35
Ok will try when you will push new version

thank you for all
Reply
#36
@mikeSiLVO 

Edited addon.xml and Yesss problem solved!

Thank also to @BobCratchett
Reply
#37
(2019-12-03, 23:46)Roby77 Wrote: @mikeSiLVO 

Edited addon.xml and Yesss problem solved!

Thank also to @BobCratchett

Glad its now working for you Smile
Reply
#38
(2019-12-04, 01:22)BobCratchett Wrote:
(2019-12-03, 23:46)Roby77 Wrote: @mikeSiLVO 

Edited addon.xml and Yesss problem solved!

Thank also to @BobCratchett

Glad its now working for you Smile

Can you share what you edited in the xml?  Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Libreelec and Aeon error0