Sorry for writing in English, my German is still a work in progress
The Kika addon has been broken for a few months now and I finally had a chance to check the [definition=12,0]debug[/definition] logs:
Code
2021-05-28 14:44:01.404 T:1459364064 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'urllib2.HTTPError'>
Error Contents: HTTP Error 404: Not Found
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.kikamediathek/default.py", line 4, in <module>
libkika.list()
File "/home/osmc/.kodi/addons/script.module.libkika/lib/libkika.py", line 11, in list
return libMediathek.list(modes, 'libKikaListMain', 'libKikaPlay')
File "/home/osmc/.kodi/addons/script.module.libmediathek3/lib/libmediathek3listing.py", line 209, in list
res = fn()
File "/home/osmc/.kodi/addons/script.module.libkika/lib/libkika.py", line 32, in libKikaListVideos
return libKikaJsonParser.getVideos(params['uri'])
File "/home/osmc/.kodi/addons/script.module.libkika/lib/libkikajsonparser.py", line 35, in getVideos
response = libMediathek.getUrl(baseUrl+uri)
File "/home/osmc/.kodi/addons/script.module.libmediathek3/lib/libmediathek3utils.py", line 39, in getUrl
return _request(url,headers,post,cookies)
File "/home/osmc/.kodi/addons/script.module.libmediathek3/lib/libmediathek3utils.py", line 90, in _request
response = 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 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
-->End of Python script error report<--
Alles anzeigen
Digging around in the configs it looks like the base URI is http://prod.kinderplayer.cdn.tvnext.tv which does not appear to be valid any more.
I believe I'm using the addon from https://github.com/68000a/Gigathek but that project does not allow filing of issues.
Any hints on where to get help on this?