plugins.twitch: new access_token GQL query#6720
Merged
bastimeyer merged 2 commits intoNov 11, 2025
Merged
Conversation
Member
Author
|
The metadata seems broken, btw. Going to fix the separately... |
TODO: fix clip metadata
Member
Author
|
The clips metadata seems to have moved to a different query. If this is the case (I couldn't find Going to merge these important changes now. Preview builds (Windows and Linux AppImages) will be triggered upon merge:
Otherwise, install from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6719
Twitch has changed/replaced their persisted GQL API query for getting the streaming access token. The new one also expects a new parameter,
platform, which can be overridden via--twitch-access-token-param, just like theplayerTypeone (e.g. "frontpage" instead of the default "embed", which sometimes prevents preroll ads).Live, VOD and clips seem to be working:
Considering the timing of this change with breaking changes already merged into master and the significance of the Twitch plugin, this probably means that the 8.0.0 release needs to be done sooner. I don't expect many users installing pre-release builds or sideloading the updated plugin. Annoying...