Código: Seleccionar todo
03:39:22 T:2817520736 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: argument of type 'NoneType' is not iterable
Traceback (most recent call last):
File "/storage/.xbmc/addons/plugin.video.pelisalacarta/default.py", line 27, in <module>
launcher.run()
File "/storage/.xbmc/addons/plugin.video.pelisalacarta/platformcode/xbmc/launcher.py", line 120, in run
exec "channel."+action+"(params, url, category)"
File "<string>", line 1, in <module>
File "/storage/.xbmc/addons/plugin.video.pelisalacarta/pelisalacarta/buscador.py", line 337, in por_teclado
plugin.searchresults(params, url, category)
File "/storage/.xbmc/addons/plugin.video.pelisalacarta/pelisalacarta/buscador.py", line 41, in searchresults
itemlist = do_search_results(tecleado)
File "/storage/.xbmc/addons/plugin.video.pelisalacarta/pelisalacarta/buscador.py", line 132, in do_search_results
itemlist.extend( seriesly.search( Item() , tecleado) )
File "/storage/.xbmc/addons/plugin.video.pelisalacarta/pelisalacarta/channels/seriesly.py", line 431, in search
res = search_videos(item, texto)
File "/storage/.xbmc/addons/plugin.video.pelisalacarta/pelisalacarta/channels/seriesly.py", line 476, in search_videos
if "error" in serieList:
TypeError: argument of type 'NoneType' is not iterable
-->End of Python script error report<--