Danke, dir auch ein schönes Fest!
Posts by inhalt
-
-
Das Modul script.module.requests scheint fehlerhaft zu sein. Entweder neu laden/installieren --> https://github.com/beenje/script.module.requests oder über den Addon-Manager aktualisieren lassen.
Danke für deine schnelle Antwort! Ich habe das Paket installiert. Der Fehler bleibt aber weiter bestehen. Kann das an Openelec 6.00 liegen?
-
Hallo BJ1,
ich nutze Openelec 6 und besitze eine Fritzbox 7490 FRITZ!OS:06.50
Mit der neuesten Version von Fritzcall erhalte ich folgenden Fehler:
13:27:21 4112.088867 T:1505748032 DEBUG: CPythonInvoker(12, /storage/.kodi/addons/service.fritzbox.callmonitor/default.py): entering source directory /storage/.kodi/addons/service.fritzbox.callmonitor
13:27:21 4112.089355 T:1505748032 DEBUG: CPythonInvoker(12, /storage/.kodi/addons/service.fritzbox.callmonitor/default.py): instantiating addon using automatically obtained id of "service.fritzbox.callmonitor" dependent on version 0.0.0 of the xbmc.python api
13:27:21 4112.142578 T:1505748032 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 'inject_into_urllib3'
Traceback (most recent call last):
File "/storage/.kodi/addons/service.fritzbox.callmonitor/default.py", line 12, in <module>
from resources.lib.PytzBox import PytzBox
File "/storage/.kodi/addons/service.fritzbox.callmonitor/resources/lib/PytzBox/PytzBox.py", line 7, in <module>
import requests
File "/storage/.kodi/addons/script.module.requests/lib/requests/__init__.py", line 54, in <module>
pyopenssl.inject_into_urllib3()
AttributeError: 'module' object has no attribute 'inject_into_urllib3'
-->End of Python script error report<--