cees-elzinga / script.xbmc.hue.ambilight

XBMC add-on for Philips Hue lights with ambilight support
Do What The F*ck You Want To Public License
127 stars 123 forks source link

Instantiating addon using automatically obtained id of "script.xbmc.hue.ambilight" dependent on version 2.1.0 of the xbmc.python api #29

Open jspullar opened 10 years ago

jspullar commented 10 years ago

I'm getting this error "Instantiating addon using automatically obtained id of "script.xbmc.hue.ambilight" dependent on version 2.1.0 of the xbmc.python api" in the debug when trying to automatically configure.

Any ideas? Let me know what additional information you need!

22:43:53 T:3288 DEBUG: LocalizeStrings: no strings.po file exist at C:\Users\rubix\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master\resources\language\English, fallback to strings.xml 22:43:55 T:3288 DEBUG: Keyboard: scancode: 48, sym: 0111, unicode: 0000, modifier: 0 22:43:55 T:3288 DEBUG: CApplication::OnKey: up (f080) pressed, action is Up 22:43:55 T:3288 DEBUG: Keyboard: scancode: 48, sym: 0111, unicode: 0000, modifier: 0 22:43:55 T:3288 DEBUG: CApplication::OnKey: up (f080) pressed, action is Up 22:43:56 T:3288 DEBUG: Keyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0 22:43:56 T:3288 DEBUG: CApplication::OnKey: down (f081) pressed, action is Down 22:43:57 T:3288 DEBUG: Keyboard: scancode: 1c, sym: 000d, unicode: 000d, modifier: 0 22:43:57 T:3288 DEBUG: CApplication::OnKey: return (f00d) pressed, action is Select 22:43:57 T:3288 INFO: initializing python engine. 22:43:57 T:3288 DEBUG: new python thread created. id=9 22:43:57 T:3676 NOTICE: Thread XBPyThread start, auto delete: false 22:43:57 T:3676 DEBUG: Python thread: start processing 22:43:57 T:3676 NOTICE: -->Python Interpreter Initialized<-- 22:43:57 T:3676 DEBUG: XBPyThread::Process - The source file to load is C:\Users\rubix\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master\default.py 22:43:57 T:3676 DEBUG: XBPyThread::Process - Setting the Python path to C:\Users\rubix\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master;C:\Users\rubix\AppData\Roaming\XBMC\addons\script.module.simplejson\lib;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Users\rubix\AppData\Roaming\XBMC\addons\script.module.requests-master\lib;C:\Program Files (x86)\XBMC\system\python\DLLs;C:\Program Files (x86)\XBMC\system\python\Lib;C:\Program Files (x86)\XBMC\python26.zip;C:\Program Files (x86)\XBMC\system\python\lib\plat-win;C:\Program Files (x86)\XBMC\system\python\lib\lib-tk;C:\Program Files (x86)\XBMC;C:\Program Files (x86)\XBMC\system\python;C:\Program Files (x86)\XBMC\system\python\lib\site-packages; 22:43:57 T:3676 DEBUG: XBPyThread::Process - Entering source directory C:\Users\rubix\AppData\Roaming\XBMC\addons\script.xbmc.hue.ambilight-master 22:43:57 T:3676 DEBUG: Instantiating addon using automatically obtained id of "script.xbmc.hue.ambilight" dependent on version 2.1.0 of the xbmc.python api 22:43:57 T:3676 NOTICE: XBMC service started, version: 0.6.2

cees-elzinga commented 10 years ago

jspullar, thanks for the report.

It looks like a debug notice, not an error.

Does the plugin, apart from this notice, work for you? What version of XBMC are you running?