2015-09-16, 19:20
(2015-09-16, 12:52)KenV99 Wrote:(2015-09-15, 21:00)Piers Wrote: OK, I tested your most recent master. Here's a log including the issues (line 357): http://pastey.org/view/635396d4
I've reverted back to the repository version, it works again. So it's definitely an issue with the most recent add-on. Happy to help with further testing.
I think that new error may be linked to the fact that you are running with 'restricted rights' (see line 9 in your log).
Are you running in portable mode? Does the user that you are running as have rw privileges to the actual addon directory?
The issue is that the addon needs to dynamically set the choices of the names of the profiles on the Settings page that you gave in the Ambibox Windows program since you can name the profiles whatever you want. Kodi does not provide anyway to dynamically change these choices other than programmatically editing the settings.xml file which appears to reside in a directory that the python api no longer has rw privileges. I don't yet understand what has caused the change for some to no longer have rw rights for this file.
I need to do more research on this issue because I can't recreate it on my systems.
I pushed another update to github to provide more logging of why this might fail. Hopefully it will also allow you to move on even if the addon isn't able to add your profiles to the settings screen. This is temporary fix for now...
Please post back a log.
Thanks for your help in squashing this bug.
There is correct permissions for that add-on directory - I do normally run in portable mode on my workstation where I have multiple version of Kodi installed (for obvious reasons), but not on my main HTPC since I only the most recent RC or stable.
I'll test your updated release and post a log shortly.