Closed artibex closed 4 years ago
'clientid' is not the 'channelname'
Replaced the clientID with channelname, no changes to the behavior.
pubsub.ListenToRewards(ChannelName);
pubsub.ListenToVideoPlayback(ChannelName);
Only responds to custom point redemptions I believe
you need to convert the channelname to a numerical channelid and insert it as a string in the ListenToRewards, eg channelname: xisumavoid => 33001940 https://chrome.google.com/webstore/detail/twitch-username-and-user/laonpoebfalkjijglbjbnkfndibbcoon for the converter
HOLY MOLY THANKS! Didn't know that I have to convert the channel name to a ID! I used the Client ID from the website and thought that was right.
This seems fixed? If you are still seeing issues feel free to reopen.
I don't know what I'm doing exactly wrong but I'm not able to listen to Channel Point redemptions:
I used this website to create a custom Scope Token with everything enabled for testing but nothing happens, no response. I used the Streamer Channel to create the token. The Streamer is Affiliate. I tested everything while the stream is offline.
I don't get any error when running it.