• 1
  • 57
  • 58
  • 59(current)
  • 60
  • 61
  • 62
[RELEASE] Twitch.tv
(2019-11-27, 01:36)anxdpanic Wrote: @iron.max https://github.com/MrSprigster/Twitch-on.../tag/2.4.7

@isamudaison The add-on has been awaiting review for a couple days. It takes time.

@POTI I would need a debug log (wiki) and a description of what exactly isn't working. Generating a new oauth token is working for me in Python 3.x. Just a note, the url is case-sensitive
It doesn't error, the link it gives me is all lowercase but does not work. Is the URL the same for all users?
Reply
(2019-11-28, 04:16)POTI Wrote:
(2019-11-27, 01:36)anxdpanic Wrote: @iron.max https://github.com/MrSprigster/Twitch-on.../tag/2.4.7

@isamudaison The add-on has been awaiting review for a couple days. It takes time.

@POTI I would need a debug log (wiki) and a description of what exactly isn't working. Generating a new oauth token is working for me in Python 3.x. Just a note, the url is case-sensitive
It doesn't error, the link it gives me is all lowercase but does not work. Is the URL the same for all users? 
Here is the Kodi.log any others you need?

https://paste.kodi.tv/koseciyate
Reply
Looks like this is broken again. The URL it's listing to get the oath token doesn't work either.
Reply
I'm getting an error: "[404] Manifest is resticted" (I'm assuming it should be "restricted") every time I try to play a VOD. Streaming live channels seems to work just fine. I have a valid subscription to the channel and I've put in my auth token as provided by the link from the addon. I'm using 2.4.7. 

This is a few lines of the logfile where the error pops up: https://paste.kodi.tv/emefanowat.kodi

Has anyone encountered this? Found a solution?
Reply
(2019-12-09, 20:41)threz_ Wrote: I'm getting an error: "[404] Manifest is resticted" (I'm assuming it should be "restricted") every time I try to play a VOD. Streaming live channels seems to work just fine. I have a valid subscription to the channel and I've put in my auth token as provided by the link from the addon. I'm using 2.4.7. 

This is a few lines of the logfile where the error pops up: https://paste.kodi.tv/emefanowat.kodi

Has anyone encountered this? Found a solution?

I was able to find a solution, as described here: https://github.com/MrSprigster/Twitch-on...-563399276

It involves copying the auth-token value when logged in to the Twitch website into the addon settings.
Reply
What is the new Oauth Token URL?
Reply
I am having severe playback issues on vod videos. Videos start caching as soon as they start, if they start at all. Does anyone else experience this behaviour? Livestreams play just fine, it is only vods. 😢
Reply
I've been having issues with the Twitch API.

I tried removing and reinstalling it, removing the Oauth key that was already there, I also tried going to Twitch and use my own API key.

I can see the image of the stream and the list of streams  but selecting one just times out without loading the video.

What can I try? I'm not sure if it is the same issue as the reply above. When Twitch changed their API, after the addon update, it worked for a month or so I believe. Maybe there is something I'm doing wrong?

Logs:
https://paste.kodi.tv/maziqacoje.kodi
Reply
@Hypewolf 

Remove anything from `Settings - Developer`

`Settings - Login`
    - 'OAuth Token' is your generated oauth token
    - 'Private API Credentials - OAuth Client ID' must be 'kimne78kx3ncx6brgo4mv6wki5h1ko'
    - 'Private API Credentials - OAuth Token' should be blank unless you require subscriber only vods/streams. To obtain this token see, https://github.com/MrSprigster/Twitch-on...-552670340

Run 'Settings - Maintenance - Reset function cache'

If that doesn't resolve the issue, please provide the complete debug log (wiki)
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
@anxdpanic Thanks! Is it possible to put those in a file using SSH? I think I saw two configuration files in the addon folder.

And to confirm, we do need an oauth token to use the addon?
Reply
@Hypewolf
A regular oauth token is only required if you want access to subscriber related function. ie. follow/unfollow, list followed channels
A private credential oauth token is only required for subscriber only vods/streams.

To add these over ssh, you'll edit userdata (wiki)/addon_data/plugin.video.twitch/settings.xml
Code:
    <setting id="oauth_token"></setting>
    <setting id="private_oauth_clientid" default="true">kimne78kx3ncx6brgo4mv6wki5h1ko</setting>
    <setting id="private_oauth_token"></setting>
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
Thanks @anxdpanic. I didn't use any custom oauth token the second time I tested this. I only used the default clientid provided as instructed.

Here is the complete log for today: https://paste.kodi.tv/afapurilag.kodi

I rebooted after playing with the addon to make sure everything was ok, but still, the image of the stream loads but it times out.
Reply
hi all, can anyone share the steps to log into the irc addon for twitch chat? no matter what i keep getting `login failed` and no amount of google is helping. i dont remember how this worked on my previous install and had to reformat the sd card. ideally the channel should autopopulate based on the streamer i am watching.
Reply
@spinach_flatworm
The IRC chat part of the add-on is no longer work for new users.
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
(2020-02-18, 18:34)anxdpanic Wrote: @spinach_flatworm
The IRC chat part of the add-on is no longer work for new users.

@anxdpanic 
my twitch account isn't new and i was able to log in before the reimage of the sd card. can you please clarify what you mean its not working for new users? an issue appears opened on the github for the addon with no reply, will this be working again?
Reply
  • 1
  • 57
  • 58
  • 59(current)
  • 60
  • 61
  • 62

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Twitch.tv8