my add-on dont work in android
#1
log
Code:
02:04:52 T:2800872   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video/)
02:04:52 T:2800872   DEBUG:   ParentPath = [addons://sources/video/]
02:04:52 T:10986600   DEBUG: bool XFILE::CPluginDirectory::StartScript(const CStdString&, bool) - calling plugin VerTelevisao('plugin://plugin.video/','1','')
02:04:52 T:10986600   DEBUG: bool XFILE::CPluginDirectory::WaitOnScriptResult(const CStdString&, int, const CStdString&, bool) - waiting on the VerTelevisao (id=2) plugin...
02:04:52 T:12589352  NOTICE: Thread LanguageInvoker start, auto delete: false
02:04:52 T:12589352    INFO: initializing python engine.
02:04:52 T:12589352   DEBUG: CPythonInvoker(2, /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video/default.py): start processing
02:04:52 T:12589352  NOTICE: -->Python Interpreter Initialized<--
02:04:52 T:12589352   DEBUG: CPythonInvoker(2, /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video/default.py): the source file to load is /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video/default.py
02:04:52 T:12589352   DEBUG: CPythonInvoker(2, /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video/default.py): setting the Python path to /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video:/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.simplejson/lib:/data/data/org.xbmc.xbmc/cache/apk/assets/addons/script.module.pil/lib:/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.common.plugin.cache/lib:/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.simple.downloader/lib:/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.requests/lib:/data/data/org.xbmc.xbmc/cache/apk/assets/addons/xbmc.debug/:/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.parsedom/lib:/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.module.xbmcswift2/lib:/:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python26.zip:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6/plat-linux3:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6/lib-tk:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6/lib-old:/data/app/org.xbmc.xbmc-1.apk/assets/python2.6/lib/python2.6/lib-dynload
02:04:52 T:12589352   DEBUG: CPythonInvoker(2, /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video/default.py): entering source directory /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video
02:04:52 T:12589352   DEBUG: CPythonInvoker(2, /mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video/default.py): instantiating addon using automatically obtained id of "plugin.video" dependent on version 2.0 of the xbmc.python api
02:04:52 T:11013472   DEBUG: virtual bool CImageLoader::DoWork() - took 267 ms to load special://masterprofile/Thumbnails/d/d3449ee6.png
02:04:52 T:2800872   DEBUG: ------ Window Init (DialogBusy.xml) ------
02:04:52 T:2800872   DEBUG: Window DialogBusy.xml was already loaded
02:04:52 T:2800872   DEBUG: Alloc resources: 0.01m
02:04:52 T:2800872   DEBUG: Unfocus WindowID: 10025, ControlID: 50
02:04:53 T:12589352   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named BeautifulSoup
                                            Traceback (most recent call last):
                                              File "/mnt/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/addons/plugin.video/default.py", line 14, in <module>
                                                from BeautifulSoup import BeautifulStoneSoup, BeautifulSoup, BeautifulSOAP
                                            ImportError: No module named BeautifulSoup
                                            -->End of Python script error report<--
02:04:53 T:12589352    INFO: Python script stopped
Reply

Logout Mark Read Team Forum Stats Members Help
my add-on dont work in android0