140 results found
-
Rate limits with different status between channels This is related to the "Rate limits" section :
What if a bot joins 2 channels, but only has mod status in 1 of them ?
Will the messages limit be 20 for both channels ?
Or will it be 20 for the channel where the bot doesn't have mod status and 100 for the channel where the bot has mod status ?
1 vote -
API Reference Typo Under the Return Values of the Get Predictions Request of the Twitch API Reference, the description of the return value 'outcome.users' has a typo. It should read 'Number of unique users that chose the outcome.' However it says 'Number of unique uesrs that chose the outcome.'
1 vote -
PubSub docs mention "relatime viewer count", but no such topic is present The Introduction section mentions "pushing real-time viewer count updates to video players", but the Topic section mentions of no such way. This is just tiny bit confusing.
1 vote -
Typo Typo on second bullet point of Specify Configuration Settings: access has one too many 's'
1 vote -
Typo on Pubsub doc page Under the title: Example: Channel Points Event Message
In the description for the "status" property of a redemption message:
reward redemption status, will be
FULFULLED if a user skips the reward queue, UNFULFILLED otherwiseFULFULLED should be FULFILLED.
1 vote -
Diagrams not being rendered It looks like the diagrams/visualizations for this page are not being rendered for some reason. I'm not sure how that happens, but instead of diagrams, I'm seeing raw code that looks like it should work with Mermaid to render the diagrams. This is what I am seeing:
%% ext-twitch.tv graph TD ext-twitch.tv --> my-extension.ext-twitch.tv ext-twitch.tv --> your-extension.ext-twitch.tv
1 vote -
Please add more examples for Ratelimit headers Please provide one example for the Ratelimit headers. Tried a couple of hours without success. Thanks.
1 vote -
Create EventSub Subscription Wrong Response Code On the documentation for creating an eventsub subscription the page claims a success response should have a status code of 201, but the actual status code returned on success is 202.
Either the documentation should be changed to refled the API, or the API changed to reflect the documentation.
1 vote -
documentation mismatch the linked glitch account code, twitch-chatbot
by Matt Auerbach looks for the string '!d20' in bot.js instead of the string '!dice' as indicated in this guide. caused a moment of confusion1 vote -
Update documentation on including email in userinfo endpoint claims={"idtoken":{"email":null,"emailverified":null},"userinfo":{"picture":null}}
is wrong, the email is included when including it in the "userinfo" part.
1 vote -
Missing details for using the recommended approach In the 'next steps' sections it mentions:
To authenticate your chatbot in a production setting, we recommend you register your app (chatbot) and use the OAuth Authorization code flow. This enables you to authenticate programmatically. To learn more, see the Apps & Authentication Guide.
I have created the app and can get the token, but have no idea what to use for the nick / pw. Since this is the recommended way, would much prefer an example or details on this rather than the login-as-user given currently.
1 vote -
User-type property not described all the message examples include the property "user-type" but there is no format description of that parameter or its values
1 vote -
Typo: notificaiton Typo: notificaiton
1 vote -
ui UI follower grouping
basically, make a folder with the name and drop streamers based on desired grouping option1 vote -
Documents client flow OAuth client credentials flow
refreshtoken is not returned for clientflow as documented.1 vote -
Missing Params in OIDC I think you are missing
force_verify as an optional param on the OIDC authorize, ( its working just not documented)1 vote -
add extensions equivalence in migration page could you add the extensions equivalence?
1 vote -
Fix tmi.js Error when you trying to do !dice
Cannot send anonymous messages.
bot.js:341 vote -
Organize this better, fill in the blanks Who wrote this? The author frequently jumps from point A to point Q.
1 vote -
See scopes Would be nice to see an example with more than one scope. If I separate them with a space, I only gain access to the first one in the list.
1 vote
- Don't see your idea?