Hi Arkadia,
Im [definition=12,9][definition='1','3']Debug[/definition][/definition] [definition='1','0']log[/definition] steht:
Code
0:47:36.782 T:138559874112 DEBUG: CPythonInvoker(9, /storage/emulated/0/Android/data/com.semperpax.spmc16/files/.spmc/addons/weather.openweathermap.extended/default.py): setting the Python path to /storage/emulated/0/Android/data/com.semperpax.spmc16/files/.spmc/addons/weather.openweathermap.extended:/storage/emulated/0/Android/data/com.semperpax.spmc16/files/.spmc/addons/script.module.simplejson/lib:/:/mnt/expand/b259c382-fbd3-4e78-a32f-92731ee12bff/app/com.semperpax.spmc16-1/base.apk/assets/python2.6/lib/python26.zip:/mnt/expand/b259c382-fbd3-4e78-a32f-92731ee12bff/app/com.semperpax.spmc16-1/base.apk/assets/python2.6/lib/python2.6:/mnt/expand/b259c382-fbd3-4e78-a32f-92731ee12bff/app/com.semperpax.spmc16-1/base.apk/assets/python2.6/lib/python2.6/plat-linux4:/mnt/expand/b259c382-fbd3-4e78-a32f-92731ee12bff/app/com.semperpax.spmc16-1/base.apk/assets/python2.6/lib/python2.6/lib-tk:/mnt/expand/b259c382-fbd3-4e78-a32f-92731ee12bff/app/com.semperpax.spmc16-1/base.apk/assets/python2.6/lib/python2.6/lib-old:/mnt/expand/b259c382-fbd3-4e78-a32f-92731ee12bff/app/com.semperpax.spmc16-1/base.apk/assets/python2.6/lib/python2.6/lib-dynload
---- und weiter unten ----
1:01:57.418 T:138560918592 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: 'module' object has no attribute '_create_unverified_context'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/com.semperpax.spmc16/files/.spmc/addons/plugin.video.7tvneu/default.py", line 18, in <module>
ssl._create_default_https_context = ssl._create_unverified_context
AttributeError: 'module' object has no attribute '_create_unverified_context'
-->End of Python script error report<--
Alles anzeigen
Das sieht nach einem python / SSL Problem aus - erst ab python 2.7.9 wird diese Methode unterstützt (Guckst Du hier). Auf Deinem Android ist gemäß logfile python 2.6 installiert. Ich habe kein Android Device zum ausprobieren, ein update von python sollte aber eigentlich gehen.
Viele Grüße
Flo