2015-08-01, 09:00
Ok thank you. I'm going to go to your link
(2015-08-15, 15:21)Jolltax Wrote: I have had a further fiddle and decided to uninstall the addon and use the Ambibox 'Windows 8' capture mode in the main application instead. This seems to work fine and the addon doesn't really offer any advantage and seems a bit buggy.
Appreciate your offer of support though, thanks.
J
12:51:01 T:5424 NOTICE: ### [AmbiBox] - Service Started - ver 1.0.7.1
12:51:01 T:5424 NOTICE: ### [AmbiBox] - 1 profile(s) retrieved from program
12:51:01 T:5424 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: file() constructor not accessible in restricted mode
Traceback (most recent call last):
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 1828, in <module>
main()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 1775, in main
startup()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 1724, in startup
scriptsettings = ScriptSettings()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 358, in __init__
self.refresh_settings()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 397, in refresh_settings
self.updateprofilesettings()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 540, in updateprofilesettings
doc = ET.parse(__settingsdir__ + "\\settings.xml")
File "<string>", line 62, in parse
File "<string>", line 26, in parse
IOError: file() constructor not accessible in restricted mode
-->End of Python script error report<--
(2015-09-07, 05:32)Morphello Wrote: Hey Ken,
Thanks for the great addon. Just attempting to run it with Kodi 15.2. Previously had it working perfectly in 15.1 via direct capture, upgraded over the top with 15.2 and now it no longer works. Windows 8 capture works, just not direct. Thought to check your latest updates on github, updated the addon and now it throws this error. If I revert to 15.1 and 1.0.4 of the addon in the repo, everything works correctly again. Below is the log of 15.2 (same for 15.1) and version 1.0.7.1 of the ambibox plugin.
Code:12:51:01 T:5424 NOTICE: ### [AmbiBox] - Service Started - ver 1.0.7.1
12:51:01 T:5424 NOTICE: ### [AmbiBox] - 1 profile(s) retrieved from program
12:51:01 T:5424 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: file() constructor not accessible in restricted mode
Traceback (most recent call last):
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 1828, in <module>
main()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 1775, in main
startup()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 1724, in startup
scriptsettings = ScriptSettings()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 358, in __init__
self.refresh_settings()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 397, in refresh_settings
self.updateprofilesettings()
File "C:\AtlasCore\Programs\Kodi\portable_data\addons\kodi.script.ambibox-master\default.py", line 540, in updateprofilesettings
doc = ET.parse(__settingsdir__ + "\\settings.xml")
File "<string>", line 62, in parse
File "<string>", line 26, in parse
IOError: file() constructor not accessible in restricted mode
-->End of Python script error report<--
So just to re-iterate, that's two separate issues. Kodi version 15.2 causes ambibox addon to cease functioning in direct mode. Addon version 1.0.7.1 from github produces error and fails to work entirely. Not sure if direct mode is something you've created or part of the ambibox package, I dont know where the issue actually lies.
Thanks
(2015-09-15, 19:19)Piers Wrote: No, that didn't appear to work. Edit, here is a proper log: http://pastey.org/view/9631deb9
(2015-09-15, 19:56)KenV99 Wrote:(2015-09-15, 19:19)Piers Wrote: No, that didn't appear to work. Edit, here is a proper log: http://pastey.org/view/9631deb9
Ok, I pushed a quick fix to github, but even if it works, please, please post a log with it working so I can sort out why this occurred.
(2015-09-15, 19:56)KenV99 Wrote:(2015-09-15, 19:19)Piers Wrote: No, that didn't appear to work. Edit, here is a proper log: http://pastey.org/view/9631deb9
Ok, I pushed a quick fix to github, but even if it works, please, please post a log with it working so I can sort out why this occurred.
(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.