You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current client secret validation only accepts secrets with a length of exactly 30 characters. However, my valid secret has 31.
It's worth mentioning that my application is one of the so-called old applications. Maybe those are (or were) able to generate secrets with variable length.
Current workaround
Configure the CLI with a random 30 character secret and edit the resulting .twitch-cli.env file manually afterwards.
The text was updated successfully, but these errors were encountered:
Issue
The current client secret validation only accepts secrets with a length of exactly 30 characters. However, my valid secret has 31.
It's worth mentioning that my application is one of the so-called old applications. Maybe those are (or were) able to generate secrets with variable length.
Current workaround
Configure the CLI with a random 30 character secret and edit the resulting
.twitch-cli.env
file manually afterwards.The text was updated successfully, but these errors were encountered: