185 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
101
views
Twitch API Utilization
I'm attempting to create a twitch embed on a website that either uses the latest uploaded vod when the stream is offline, or the current livestream if the channel is online.
I'm very new to using API'...
0
votes
0
answers
71
views
Using TwitchLib API CORE I am getting an SSL Error now when I wasnt previously
In my .NET Core website I am using https://github.com/TwitchLib/TwitchLib to check the live statuses of streams. It was all working fine up until recently where I noticed the streams were not showing ...
0
votes
0
answers
159
views
Can't send a message to Twitch chat via API
Can't send a message to Twitch chat via API
I want to send a message to Twitch chat using their API, but I get the error:
The sender must have authorized the app with the user:write:chat and user:bot ...
0
votes
0
answers
46
views
Twitch API (Events)
is there a possibility to enter multiple broadcaster_user_ids in a substription?
JsonObject requestBody = new JsonObject()
.put("type", "stream.online")
.put("version&...
0
votes
1
answer
176
views
Using IRC how can I get a list of current viewers of my twitch stream?
Using twitches IRC API I am trying to get all the current viewers of my stream when the bot runs however on_names never runs even though when the bot connects it should receive JOIN, 353 and 366 ...
0
votes
1
answer
111
views
Embedding a twitchTV iframe into a page displayed by MAUI webview
I am having trouble displaying an iframe containing twitchTV strea, in a MAUI webview, and I was hoping someone could help me.
THIS works just fine:
View:
<WebView x:Name="WebViewForStreams&...
1
vote
0
answers
257
views
How to use Twitch API with a browser extension to show a notification when a specific user is streaming?
I'm trying to make a browser extension (currently trying to make it for Google Chrome, will try for Firefox and other later) that send a notification when a specific streamer is streaming. I've ...
0
votes
0
answers
62
views
How can I get an async function to end once a global variable updates to a certain value?
So I'm trying to make a piece of code that watches my Twitch channel's channel point reward redeems and when a certain reward redeem occurs, it takes in the username of who redeemed the reward and ...
-1
votes
1
answer
506
views
Refused to frame 'https://www.twitch.tv/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors
I want to put a broadcaster’s chat on Twitch on my own site, but I am getting an error. Is there anyone who can help solve this problem?
I was getting the same error when I wanted to add a live ...
0
votes
0
answers
62
views
How to parse Twitter API Response with Node.js
I'm developing a Node.js application that fetches data from the Twitter API. I'm using the https module to make HTTP requests and parsing the JSON response to extract the data. However, I'm ...
0
votes
0
answers
179
views
Twitch message filter from spammers
I'm moderating twitch chat using bot on node.js.
We have a problem, sometimes bots are raiding our channel and spam messages like:
88|неodeтыe голышкuнсы в т_еле_ж̴eч_кe dosia739
гolышkи шkoднuчku в-...
1
vote
0
answers
73
views
SyntaxError: Cannot use import statement outside a module - tmi-utils import
I am currently trying to create a chat overlay for twitch handmade through js, html, and css. When researching ways to implement emotes into my strings I came across tmi-utils. On the documentation ...
0
votes
0
answers
77
views
twitch get clips read api not working in php for wordpress
function display_twitch_videos($atts) {
// Extract shortcode attributes if needed
// Retrieve your client ID and client secret from your Twitch app
$clientID = 'xxxxxxxxx';
$...
1
vote
0
answers
132
views
Twitch OIDC is not returning email in userinfo endpoint
I am trying to integrate Twitch OIDC provider in my spring boot app using spring authorization server, and when I try to get the user email it's says alway it not found.
After reading their ...
0
votes
0
answers
162
views
TypeError: Class constructor EventEmitter cannot be invoked without 'new'
I'm developing a small twitch connector, and I'm facing a major error:
This is the following error:
BasicPubSubClient.js:25
var _this = _super.call(this) || this;
^
...