Posts: 2
Joined: Sep 2016
Reputation:
0
First post
Hope you can Help.
I am on openelec 5.0.8 (kodi 14.2)
Addon twitch.tv 1.4.0 broken. Repo stay on 1.4.0 will on internet page they show as 1.4.4. (addon.kodi.tv and superrepo try to force refresh)
Try to installatie from zip (1.4.3 and 1.4.4) but said that "Dependencies not met"
Look like its because of xbmc.python but can't find out of it addon or libary incl with koldi. If addon can't find it except for one 8 month old page on github without a Version number.
Please Help if you can
Posts: 783
Joined: May 2016
Reputation:
280
@Stone_nl: xbmc.python dependency not met is due to Kodi version.
The add-on currently requires Kodi 15+. OpenELEC 6+ will have a compatible version of Kodi. (or recent versions of OSMC, LibreELEC etc)
Posts: 2
Joined: Sep 2016
Reputation:
0
@anxdpanic: thank you. After four days of Google, try and error after error. This fix it in no time. Thank you
Posts: 12
Joined: Sep 2016
Reputation:
0
2016-09-23, 21:42
(This post was last modified: 2016-09-23, 23:59 by Seeneast.)
Criston could you tell me how you managed to open the m3u link?
Posts: 34
Joined: Dec 2013
Reputation:
5
I feel like Twitch are in a testing phase or are just rolling out the changes across their servers in stages as I can't think of any other reason why Kodi would be able to play the media in one instance and not in the next.
Worth posting the contents of an m3u when it works and when it doesn't and maybe there's a clue in the comparison...?
Even if they changed something after the release of 1.4.4 it doesn't really make any difference with regards to the add-on because (as I said in the previous post) the correct data is being passed to the player in the playlist (m3u) file, but the player (which we have no control over) fails to play it. This means we are doing our part and no matter how much of our code we change, you'll still experience the issue.
Are you on the latest version of Recalbox? Do you have the ability to move to a newer version of Kodi?
Posts: 34
Joined: Dec 2013
Reputation:
5
Actually, post a full debug log of when it works too... I'm particularly interested in the URL of the m3u8 file... There's a querystring var that specifies that the stream is https and I'm wondering if it is set as http when it works for you.
Sprig
Posts: 12
Joined: Sep 2016
Reputation:
0
2016-09-25, 18:08
(This post was last modified: 2016-09-25, 18:23 by Seeneast.)
Awesome, once again thanks a lot for the time and effort you took to help us, I owe you a beer!
Now that we've been able to pinpoint the issue, maybe the Recalbox team will be able to do something about it, once again I will report here if things move that way
Posts: 5
Joined: Sep 2016
Reputation:
0
I'm joining Seeneast and really thanks you MrSprigster for spending your time to try to help us.