emilsvennesson / script.module.inputstreamhelper

A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.
MIT License
135 stars 49 forks source link

Error on Kodi 20 nexus #528

Closed enigma131 closed 1 year ago

enigma131 commented 1 year ago

Some channels are not playing on Nexus with Cathchup tv and more plugin. This one is using inputstream helper, and for some channels it need updating the module and I get errors: 2023-01-25 17:25:59.530 T:383764 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

2023-01-25 17:26:01.069 T:383766 warning : [script.module.inputstreamhelper] Recursively create directory '/home/toto/.kodi/userdata/addon_data/script.module.inputstreamhelper/temp/'.

A possiblity to correct this ? (the version is tagged 0.5.10 Matrix 1 and not Nexus)

The module is working on Android with Nexus

horstle commented 1 year ago

Could you provide a debug log of a failed update?

enigma131 commented 1 year ago

Error seems located on inputstream.adaptive , see at end https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore/issues/1061

Helper is tagged as matrix, is it normal on Nexus ? log : https://paste.kodi.tv/ayaseqojul.kodi

horstle commented 1 year ago

Helper is tagged as matrix, is it normal on Nexus ?

Yes, the Matrix version should work on Nexus.

horstle commented 1 year ago

Closing, since this was not an inputstreamhelper issue