Ich musste openelec leider auf meinem Pi 2 neu installieren und habe nun folgendes Problem: Bei der Neuinstallation des Plugins aus dem ZIP File bekomme ich ca. eine Minute nach Installation eine Fehlermeldung, dass das Plugin nicht mehr funktioniert. Danach habe ich die SD formatiert, OSMC aufgespielt, getestet, hat wieder funktioniert. Eine erneute Formatierung und Neusinstallation von OSMC führt nun wieder zum gleichen Fehlerbild wie bei openelec. Das Plugin funktioniert nicht mehr.
Hat jemand schonmal ein ähnliches Fehlerbild gehabt? Ich steh echt auf dem Schlauch...
Hier die Fehlemeldungen:
09:55:22 79.869949 T:1589638128 ERROR: CPythonInvoker(3, /home/osmc/.kodi/addons/service.jbmedia/addon.py): script didn't stop in 5 seconds - let's kill it
09:55:35 93.223267 T:1296036848 NOTICE: Starting up Cinema...
09:56:31 148.802673 T:1760556016 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.URLError'>
Error Contents: <urlopen error [Errno 110] Connection timed out>
-->End of Python script error report<--
09:57:07 185.228760 T:1957777968 NOTICE: Samba is idle. Closing the remaining connections
09:57:38 215.889572 T:1623192560 NOTICE: ES: Client from 192.168.0.24 timed out
09:57:42 220.645737 T:1296036848 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.URLError'>
Error Contents: <urlopen error [Errno 110] Connection timed out>
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/service.jbmedia/addon.py", line 137, in <module>
handler.StartUp()
File "/home/osmc/.kodi/addons/service.jbmedia/addon.py", line 89, in StartUp
self.JBMedia('onstartup')
File "/home/osmc/.kodi/addons/service.jbmedia/addon.py", line 25, in JBMedia
response = urllib2.urlopen(req)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 110] Connection timed out>
-->End of Python script error report<--