Sorry, my fault.Should be OK now.
No need to apologise, you are doing all the hard work here.
Sorry, my fault.Should be OK now.
No need to apologise, you are doing all the hard work here.
Maybe you should acticate the addon setting "Ignore adaptive streams if possible", because it seems your inputstream.adaptive has some problems.
That did the trick, videos playing now. Thanks!
Anyway, KiKa-Mediathek is not in my focus, so it might be better for you to stick with the mentioned "Kika Plus" Addon.
We've tried Kika Plus but the kids are bit confused by the menu hierarchy. I've at least got their regular shows into favourites.
Also, I was struggling to install zdftivi because of:
2021-06-22 22:18:15.456 T:1113420000 ERROR: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/68000a/Gigathek/master/plugin.video.zdftivi/plugin.video.zdftivi-1.0.2.zip:
2021-06-22 22:18:15.457 T:1113420000 ERROR: CAddonInstallJob[plugin.video.zdftivi]: failed to download special://home/addons/packages/plugin.video.zdftivi-1.0.2.zip
Looks like the version needs bumping in the repo xml https://github.com/68000a/Gigathe…addons.xml#L216
KiKa-Mediathek should be OK now.
Thanks for taking a look so quickly.
For some reason nothing was updating, took a reinstall of the repo to get it going again.
While I can now browse shows the videos don't play. Tried a couple of different shows but they all produce a similar error:
2021-06-22 21:50:47.403 T:1915835312 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.kikamediathek/?plot=Themen+am+21.+Juni%3A+Darum+gab+es+Wirbel+um+Manuel+Neuers+Regenbogen-Armbinde+%2F++M%C3%BCcken+sind+nervig%2C+aaaber+auch+sehr+wichtig+%2F+In+dieser+Klasse+ist+wieder+Sportunterricht+angesagt+&name=logo%21+Die+Welt+und+ich.+-+logo%21+am+Montagabend&uri=%2Fapi%2Fvideos%2Facfa2c2e-9d55-421d-a962-8bdc6f438b09%2Fplayer-assets&mode=libKikaPlay&thumb=https%3A%2F%2Fcdn.kika.de%2Flogo%2Fsendungen%2Fvideos%2Flogo-am-montag-100-resimage_v-tlarge169_w-1280.jpg%3Fversion%3D07290
2021-06-22 21:50:47.406 T:1478484192 NOTICE: Creating InputStream
2021-06-22 21:50:47.408 T:1478484192 ERROR: IAddonInstanceHandler::CreateInstance: inputstream.adaptive returned bad status "Permanent failure" during instance creation
2021-06-22 21:50:47.409 T:1478484192 ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.kikamediathek/?plot=Themen+am+21.+Juni%3A+Darum+gab+es+Wirbel+um+Manuel+Neuers+Regenbogen-Armbinde+%2F++M%C3%BCcken+sind+nervig%2C+aaaber+auch+sehr+wichtig+%2F+In+dieser+Klasse+ist+wieder+Sportunterricht+angesagt+&name=logo%21+Die+Welt+und+ich.+-+logo%21+am+Montagabend&uri=%2Fapi%2Fvideos%2Facfa2c2e-9d55-421d-a962-8bdc6f438b09%2Fplayer-assets&mode=libKikaPlay&thumb=https%3A%2F%2Fcdn.kika.de%2Flogo%2Fsendungen%2Fvideos%2Flogo-am-montag-100-resimage_v-tlarge169_w-1280.jpg%3Fversion%3D07290]
2021-06-22 21:50:47.409 T:1478484192 NOTICE: CVideoPlayer::OnExit()
2021-06-22 21:50:47.619 T:1915835312 NOTICE: CVideoPlayer::CloseFile()
2021-06-22 21:50:47.619 T:1915835312 NOTICE: VideoPlayer: waiting for threads to exit
2021-06-22 21:50:47.619 T:1915835312 NOTICE: VideoPlayer: finished waiting
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:
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?