Llevo un rato con la última versión del plugin y la última de XBMC y no hay manera, me falla el "Global search"
A ver si alguien me puede iluminar. Gracias!
Tengo la versión 3.2.27 y XBMC 11.0. Cuando hago una búsqueda mediante la opción "Global search" me devuelve un error del plugin (os copio abajo el error en el fichero de debug). Si lo que hago es una búsqueda de trailer mediante "Search trailers" funciona correctamente.
¿Alguna ayuda o hilo para resolverlo?
Gracias,
Sergio
PD: lo había usado hace tiempo y ha funcionado siempre muy bien,

+++++++++++++++++++++++++
11:36:37 T:2870995776 DEBUG: Process - Entering source directory /home/sergio/.xbmc/addons/plugin.video.pelisalacarta
11:36:37 T:2870995776 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.pelisalacarta" dependent on version 2.0 of the xbmc.python api
11:36:37 T:2870995776 NOTICE: PLATFORM_NAME=xbmceden
11:36:37 T:2870995776 NOTICE: [config.py] xbmceden config
11:36:37 T:2870995776 NOTICE: [config.py] runtime path = /home/sergio/.xbmc/addons/plugin.video.pelisalacarta
11:36:37 T:2870995776 NOTICE: [config.py] data path = /home/sergio/.xbmc/userdata/addon_data/plugin.video.pelisalacarta/
11:36:37 T:2870995776 NOTICE: [config.py] temp path = /home/sergio/.xbmc/temp/test
11:36:38 T:3019904768 DEBUG: ------ Window Init (DialogBusy.xml) ------
11:36:38 T:3019904768 INFO: CheckIdle - Closing session to http://feeds.feedburner.com (easy=0xb060f2f8, multi=0xb0817138)
11:36:39 T:2795354944 INFO: Loading skin file: DialogProgress.xml
11:36:39 T:2795354944 DEBUG: DialogProgress::StartModal called
11:36:39 T:2795354944 DEBUG: ------ Window Init (DialogProgress.xml) ------
11:36:42 T:3019904768 DEBUG: ------ Window Init (Pointer.xml) ------
11:36:44 T:3019904768 DEBUG: ------ Window Deinit (Pointer.xml) ------
11:36:50 T:2870995776 INFO: -->Python script returned the following error<--
11:36:50 T:2870995776 ERROR: Error Type: <type 'exceptions.ImportError'>
11:36:50 T:2870995776 ERROR: Error Contents: cannot import name peliculasflv
11:36:50 T:2870995776 ERROR: Traceback (most recent call last):
File "/home/sergio/.xbmc/addons/plugin.video.pelisalacarta/default.py", line 27, in <module>
launcher.run()
File "/home/sergio/.xbmc/addons/plugin.video.pelisalacarta/platformcode/xbmc/launcher.py", line 117, in run
exec "channel."+action+"(params, url, category)"
File "<string>", line 1, in <module>
File "/home/sergio/.xbmc/addons/plugin.video.pelisalacarta/pelisalacarta/buscador.py", line 40, in searchresults
itemlist = do_search_results(tecleado)
File "/home/sergio/.xbmc/addons/plugin.video.pelisalacarta/pelisalacarta/buscador.py", line 94, in do_search_results
from pelisalacarta.channels import peliculasflv
ImportError: cannot import name peliculasflv
11:36:50 T:2870995776 INFO: -->End of Python script error report<--