Kodi Community Forum
[RELEASE] Twitch.tv - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Twitch.tv (/showthread.php?tid=134538)



RE: [RELEASE] Twitch.tv - buzzbros2002 - 2019-07-01

Hello, and thanks in advance if you can help:

I'm at my wits end with this problem, but I have a pal who can't seem to watch past broadcasts on this twitch addon. I've tried uninstalling and reinstalling it, going through the maintenance on the addon and clicking through all of those, and even temporarily disabled most of the addons by temporarily deleting the addon.db files in the Kodi> User Data> DataBase folder. There's a lot of stuff going on in the log from when he replicated the Playback failed issue, but I copied it all here.

https://paste.kodi.tv/oweheyalus.kodi

Has anyone else been having a similar issue, and is there anything that can be done short of telling him to do a clean reinstall of Kodi?


RE: [RELEASE] Twitch.tv - kurai - 2019-07-01

Is it *all* VODs he can't watch, or only those from specific streamers ?

Some of them set their past broadcasts to subscriber-only mode.


RE: [RELEASE] Twitch.tv - buzzbros2002 - 2019-07-01

(2019-07-01, 15:52)kurai Wrote: Is it *all* VODs he can't watch, or only those from specific streamers ?

Some of them set their past broadcasts to subscriber-only mode.

It's all Vods. I can ask him to send a screenshot if needed, but when he tries to play a VOD from a subscriber only mode it will say that it's subscriber only and that's why he can't watch it, but on all other VODs it just throws the other error.


RE: [RELEASE] Twitch.tv - kurai - 2019-07-03

(2019-07-01, 23:07)buzzbros2002 Wrote: It's all Vods. I can ask him to send a screenshot if needed, but when he tries to play a VOD from a subscriber only mode it will say that it's subscriber only and that's why he can't watch it, but on all other VODs it just throws the other error. 

Very weird.  All the Twitch related stuff in the log looks normal, just the same as mine, and I can play the attempted VOD (video_id=v446596088) fine.

It goes straight to "ERROR: ... skipping unplayable item" without even getting as far as " NOTICE: ... Creating InputStream", so perhaps some sort of credential/OAuth weirdness rather than anything related to the rest of the player pipeline ?

Perhaps a Debug level log, rather than Normal, might show up more detailed info.


RE: [RELEASE] Twitch.tv - pcrov - 2019-07-03

(2019-07-01, 13:23)buzzbros2002 Wrote: Hello, and thanks in advance if you can help:

I'm at my wits end with this problem, but I have a pal who can't seem to watch past broadcasts on this twitch addon. I've tried uninstalling and reinstalling it, going through the maintenance on the addon and clicking through all of those, and even temporarily disabled most of the addons by temporarily deleting the addon.db files in the Kodi> User Data> DataBase folder. There's a lot of stuff going on in the log from when he replicated the Playback failed issue, but I copied it all here.

https://paste.kodi.tv/oweheyalus.kodi

Has anyone else been having a similar issue, and is there anything that can be done short of telling him to do a clean reinstall of Kodi?

Same thing started happening to me a couple days ago. I tracked it to usher.ttvnw.net returning me a 404 for URLs that are working when requested from elsewhere. I edited Kodi\addons\script.module.python.twitch\resources\lib\twitch\api\usher.py, line 141, from:

    
python:
q = UsherQuery('vod/{id}')

to

    
python:
q = UsherQuery('vod/{id}.m3u8')

which fixed it here. See if that works for your friend.


RE: [RELEASE] Twitch.tv - buzzbros2002 - 2019-07-09

(2019-07-03, 16:47)pcrov Wrote:
(2019-07-01, 13:23)buzzbros2002 Wrote: Hello, and thanks in advance if you can help:

I'm at my wits end with this problem, but I have a pal who can't seem to watch past broadcasts on this twitch addon. I've tried uninstalling and reinstalling it, going through the maintenance on the addon and clicking through all of those, and even temporarily disabled most of the addons by temporarily deleting the addon.db files in the Kodi> User Data> DataBase folder. There's a lot of stuff going on in the log from when he replicated the Playback failed issue, but I copied it all here.

https://paste.kodi.tv/oweheyalus.kodi

Has anyone else been having a similar issue, and is there anything that can be done short of telling him to do a clean reinstall of Kodi?

Same thing started happening to me a couple days ago. I tracked it to usher.ttvnw.net returning me a 404 for URLs that are working when requested from elsewhere. I edited Kodi\addons\script.module.python.twitch\resources\lib\twitch\api\usher.py, line 141, from:

    
python:
q = UsherQuery('vod/{id}')

to

    
python:
q = UsherQuery('vod/{id}.m3u8')

which fixed it here. See if that works for your friend. 

Thank you very much for the potential fix. I went to try it out but I guess sometime over the past week there may have been an update or something because it works now. I'll keep that in mind next time. Thanks to everyone who had given me things to look into though!


RE: [RELEASE] Twitch.tv - buzzbros2002 - 2019-07-12

(2019-07-03, 16:47)pcrov Wrote:
(2019-07-01, 13:23)buzzbros2002 Wrote: Hello, and thanks in advance if you can help:

I'm at my wits end with this problem, but I have a pal who can't seem to watch past broadcasts on this twitch addon. I've tried uninstalling and reinstalling it, going through the maintenance on the addon and clicking through all of those, and even temporarily disabled most of the addons by temporarily deleting the addon.db files in the Kodi> User Data> DataBase folder. There's a lot of stuff going on in the log from when he replicated the Playback failed issue, but I copied it all here.

https://paste.kodi.tv/oweheyalus.kodi

Has anyone else been having a similar issue, and is there anything that can be done short of telling him to do a clean reinstall of Kodi?

Same thing started happening to me a couple days ago. I tracked it to usher.ttvnw.net returning me a 404 for URLs that are working when requested from elsewhere. I edited Kodi\addons\script.module.python.twitch\resources\lib\twitch\api\usher.py, line 141, from:

    
python:
q = UsherQuery('vod/{id}')

to

    
python:
q = UsherQuery('vod/{id}.m3u8')

which fixed it here. See if that works for your friend. 
If I could have deleted my last post I would have. It turns out when he said it was working now, he meant that he just started watching it on youtube and didn't want me to deal with it anymore. I replicated the same issue on my computer though after trying to get Twitch on it, and this actually definitely worked. Super thanks now. I hope this gets patched in the next update.


RE: [RELEASE] Twitch.tv - DjDiabolik - 2019-07-19

@anxdpanic 
when you have time... can you do somethigs like youtube addons whit unofficial release also for twitch addons ? For example on your repo ? Thanks in advance.......


RE: [RELEASE] Twitch.tv - snyft - 2019-10-03

Is it possible to block the ads on a windows machine?


RE: [RELEASE] Twitch.tv - Tarlak - 2019-10-13

Hi everyone,

I've got a question what means Live channel playlists ? when i launch it says no playlists found.


RE: [RELEASE] Twitch.tv - snyft - 2019-10-14

is there a black and white icon for twitch somewhere?


RE: [RELEASE] Twitch.tv - hewwra - 2019-11-08

Sometimes when I browse games on twitch I get this error: 
python:
2019-11-08 01:22:36.804 T:3324023520 DEBUG: script.module.python.twitch: url: |https://api.twitch.tv/kraken/games/top| parameters: |{'limit': 100}|
{
                "error": "Gone",
                "message": "The API version you are looking for is in another castle. See https://dev.twitch.tv/docs",
                "status": 410
}
2019-11-08 01:22:36.804 T:3324023520 ERROR: Twitch: Error |Gone| |[410] The API version you are looking for is in another castle. See https://dev.twitch.tv/docs|


Full Log

Possible solution


RE: [RELEASE] Twitch.tv - neo_ - 2019-11-08

Multiple people, including for myself report streams simply not opening and giving an error message. Anyone know how to fix it?

https://github.com/MrSprigster/Twitch-on-Kodi/issues/461


RE: [RELEASE] Twitch.tv - kurai - 2019-11-09

(2019-11-08, 22:37)neo_ Wrote: Multiple people, including for myself report streams simply not opening and giving an error message. Anyone know how to fix it?

https://github.com/MrSprigster/Twitch-on-Kodi/issues/461
Seems to be transient, rather than a complete switch off of the API - it's working intermittently for some, and back to being stable for others.

I was getting similar errors a few weeks back when Twitch was under huge load from the Fortnite new season event.
Is there some high-traffic event on the Twitch platform going on right now ?


RE: [RELEASE] Twitch.tv - V8MEM - 2019-11-09

Register your oauth token in addon settings to watch streams.