DiMartinoXBMC / script.module.libtorrent

python-libtorrent for Kodi
Other
15 stars 15 forks source link

Android 6 Kodi18.5 #15

Open bugatsinho opened 4 years ago

bugatsinho commented 4 years ago

here is the log

2019-11-28 12:50:21.726 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: platform: {'os': 'android', 'message': ['Please contact DiMartino on kodi.tv forum. We compiled python-libtorrent for Android,', 'but we need your help with some tests on different processors.'], 'version': '1.0.9', 'arch': 'arm', 'system': 'android_armv7'}
2019-11-28 12:50:21.726 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: os: ('Linux', 'localhost', '3.10.49-7931139', '#1 SMP PREEMPT Tue Jun 21 20:41:34 KST 2016', 'armv7l')
2019-11-28 12:50:21.726 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: ucs2
2019-11-28 12:50:21.746 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: CDLL path = /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/xbmcup/script.module.libtorrent/python_libtorrent/android_armv7/1.0.9/liblibtorrent.so
2019-11-28 12:50:21.763 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: CDLL = <CDLL '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/xbmcup/script.module.libtorrent/python_libtorrent/android_armv7/1.0.9/liblibtorrent.so', handle af17e344 at ba897970>
2019-11-28 12:50:21.764 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: CDLL = <CDLL '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/xbmcup/script.module.libtorrent/python_libtorrent/android_armv7/1.0.9/liblibtorrent.so', handle af17e344 at ba8892c8>
2019-11-28 12:50:21.764 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: path_list = ['/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/xbmcup/script.module.libtorrent/python_libtorrent/android_armv7/1.0.9']
2019-11-28 12:50:21.765 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: fp = <open file '/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/xbmcup/script.module.libtorrent/python_libtorrent/android_armv7/1.0.9/libtorrent.so', mode 'rb' at 0xba10d250>
2019-11-28 12:50:21.765 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: pathname = /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/xbmcup/script.module.libtorrent/python_libtorrent/android_armv7/1.0.9/libtorrent.so
2019-11-28 12:50:21.770 T:18514  NOTICE: ### [python-libtorrent v.1.1.1c]: Error importing libtorrent from "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/temp/xbmcup/script.module.libtorrent/python_libtorrent/android_armv7/1.0.9". Exception: dlopen failed: library "liblibtorrent.so" not found
2019-11-28 12:50:21.774 T:18514   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'version'
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.yatp/server.py", line 37, in <module>
                                                from libs.server import wsgi_app
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.yatp/libs/server/wsgi_app.py", line 21, in <module>
                                                from torrenter import Streamer, libtorrent
                                              File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.yatp/libs/server/torrenter.py", line 40, in <module>
                                                addon.log_debug('libtorrent version: {0}'.format(libtorrent.version))
                                            AttributeError: 'NoneType' object has no attribute 'version'
                                            -->End of Python script error report<--

how may i help you to compile a new version @DiMartinoXBMC ?