Opening Spotlight results in error dialog

Issue #15 duplicate
Kees van Bemmel created an issue

Opening latest (1.1.0) spotlight on OpenElec results in error dialog showing: "incompatible types, LP_callbacks instance instead of LP_call..."

fulle XBMC log is attached, it only shows a non descriptive error though.

Relevant part is here:

12:00:51 T:139717354624832   DEBUG: OnKey: return (f00d) pressed, action is Select
12:00:51 T:139717354624832   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.spotlight/)
12:00:51 T:139717354624832   DEBUG:   ParentPath = [addons://sources/audio/]
12:00:51 T:139716712175360   DEBUG: StartScript - calling plugin Spotlight('plugin://plugin.audio.spotlight/','1','')
12:00:51 T:139716712175360    INFO: initializing python engine.
12:00:51 T:139716712175360   DEBUG: new python thread created. id=6
12:00:51 T:139716712175360   DEBUG: WaitOnScriptResult - waiting on the Spotlight (id=6) plugin...
12:00:51 T:139716316456704  NOTICE: Thread XBPyThread start, auto delete: false
12:00:51 T:139716316456704   DEBUG: Python thread: start processing
12:00:51 T:139716316456704  NOTICE: -->Python Interpreter Initialized<--
12:00:51 T:139716316456704   DEBUG: Process - The source file to load is /storage/.xbmc/addons/plugin.audio.spotlight/ui_addon.py
12:00:51 T:139716316456704   DEBUG: Process - Setting the Python path to /storage/.xbmc/addons/plugin.audio.spotlight:/storage/.xbmc/addons/script.module.simplejson/lib:/storage/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/storage/.xbmc/addons/script.common.plugin.cache/lib:/storage/.xbmc/addons/script.module.simple.downloader/lib:/storage/.xbmc/addons/script.module.requests/lib:/storage/.xbmc/addons/script.module.mechanize/lib:/storage/.xbmc/addons/script.module.parsedom/lib:/storage/.xbmc/addons/script.module.xbmcswift2/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/PIL:/usr/lib/python2.7/site-packages/gtk-2.0:
12:00:51 T:139716316456704   DEBUG: Process - Entering source directory /storage/.xbmc/addons/plugin.audio.spotlight
12:00:51 T:139716316456704   DEBUG: Instantiating addon using automatically obtained id of "plugin.audio.spotlight" dependent on version 2.1.0 of the xbmc.python api
**12:00:51 T:139717046281984   ERROR: localhost - - [29/Mar/2014 12:00:51] "POST /RPC2 HTTP/1.1" 200 -**
12:00:51 T:139717354624832   DEBUG: ------ Window Init (DialogBusy.xml) ------
12:00:51 T:139717354624832   DEBUG: ------ Window Init (DialogOK.xml) ------
12:00:51 T:139717354624832    INFO: Loading skin file: DialogOK.xml, load type: KEEP_IN_MEMORY
12:00:57 T:139717354624832   DEBUG: Keyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 0
12:00:57 T:139717354624832   DEBUG: OnKey: return (f00d) pressed, action is Select
12:00:57 T:139717354624832   DEBUG: ------ Window Deinit (DialogOK.xml) ------

Comments (2)

  1. Log in to comment