-
Link to locustfile for load testing extensions not working The formatting of the link to the locustfile in https://dev.twitch.tv/docs/extensions/load-testing-extensions#run-your-locust-test is not working because there are code tags in front of and after:
1 vote -
Fixed position or better visibility for important announcements As per a request from Barry, it would helpful if any flagged messages on a page were fixed or visible when loading a bookmarked section. For example, right now there is an important message on the API reference page about OAuth requirements for Helix, but if someone goes directly to https://dev.twitch.tv/docs/api/reference#get-streams, they will not see this message currently.
1 vote -
Helix Missing client-id error When no OAuth token is present there's this err:
{
"error": "Unauthorized",
"status": 401,
"message": "OAuth token is missing"
}But a missing client-id doesn't return an error that it is missing, instead it responds with:
{
"error": "Unauthorized",
"status": 401,
"message": "Client ID and OAuth token do not match"
}
(which is the same error if both are sent, but don't match).1 vote -
first extension how-to details Build your first Extension
Here’s an extension that just says ‘Hello, world!’where do i store this? how do i connect this with the twitch extension config page?
1 vote -
Clarify read-only nature of IRC MODE command While you do a good job of stating that the IRC interface deviates from the RFC, as well as where and how it deviates from the RFC, it may be beneficial to specifically call out the deviation that the MODE command is server-generated (read only), instead of being a keyword that can be generated by a client.
In other words, my bot cannot issue its own "MODE #channel +o nickname" command via the IRC interface (like it can on IRC), it can only receive notifications from the server that the server has sett one of those modes. One sentence covering…
1 voteThanks for the head’s up!
-
Enabling Drops This guy does not resemble reality. Part 4: Enabling Drops; Click Your Console ( Where is it, I clicked Your Dashboard); Click Drops ( Where is it? How am I suppose to find it?).
Not approvable1 vote -
Date/Version on docs In the dev docs, can you add an "Updated" field with the date of when the page was last updated, or what versions the doc works with? Trying as a newbie now, there's some stale info in here.
1 vote -
1 vote
-
New Twitch API returning empty results The New Twitch API needs serious attention. I worked considerable with the V3 API and that was rock solid. I'm having a difficult time with the new API. It has a lot of quirks.
My biggest issue now is that certain calls return an empty response with certain parameters.
For example, if I try to filter streams with a gameid and language this will return a result with 0 items sometimes while other times it will return the correct results. The behavior is very inconsistent.
https://api.twitch.tv/helix/streams?gameid=33214&language=enIt works 100% of the time without the language parameter.
https://api.twitch.tv/helix/streams?game_id=33214It…
1 vote -
Allow game developers to rename a game Allow game developers to rename a game without going through customer support agents.
Right now I am trying to go through the process of updating the game name, and it has been a **** for 6 months already. Took a month go get the update happen on GiantBomb, waited few months for Twitch to synchronize, which didn't happen, then started writing to support agents.
First reply to my ticket was 2 months after I opened it. Support replied with a canned response about renaming a user...
After reopening the ticket, several weeks later I get the ticket closed again, with…
1 vote -
Pull boxart from Giantbomb Boxart used on a category's Giantbomb page should be automatically set as the boxart on Twitch.
1 vote -
Add clear all button to Extension whitelists Some developers may need to cycle their Extension's whitelist with a big number of accounts. There's already an option to mass add users to a whitelist. So it's only natural to complement it with a mass delete.
1 vote -
Allow Upload of Category Banners in Developer Site Game developers can currently upload only the boxart, but to upload the banner they have to reach out to Twitch to update. It would be nice to have this moved into the site to make it easier to manage.
1 vote -
Placeholder "TBD graphic" label still in "Designing Extensions" documentation https://dev.twitch.tv/docs/extensions/designing still contains the text annotation "TBD graphic", where there is currently no graphic
0 votes -
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
0 votes -
How can I integrate twitch with my website Hi
I want to ask that can I integrate twitch with my website https://fastlabourhire.com.au/labour-hire-brisbane/? If yes, Then please do let me know about the procedure? Should I need to hire a developer or I can do it by myself?0 votes
- Don't see your idea?