We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome
When clicking "Sign in" on https://kick.com, it opens a new window and immediately closes up. It stucks on "Please wait...".
After my investigations, it seems that clicking the button sends request to the auth endpoint and it fails: https://7tv.io/v3/auth/manual?platform=KICK&id=will4_u
Response body:
{ "status": "Not Implemented", "error_code": 10000, "error": "not implemented" }
But it returns already added emotes from https://7tv.io/v3/users/KICK/191112 endpoint.
Could you take care of it and fix that issue? Currently there's no another way to add 7tv emotes for Kick channel.
It should connect 7tv account with Kick account and user should be able to manage channel emotes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
This issue exists in the latest nightly version
What browsers are you seeing the problem on?
Chrome
Current Behavior
When clicking "Sign in" on https://kick.com, it opens a new window and immediately closes up. It stucks on "Please wait...".
After my investigations, it seems that clicking the button sends request to the auth endpoint and it fails: https://7tv.io/v3/auth/manual?platform=KICK&id=will4_u
Response body:
But it returns already added emotes from https://7tv.io/v3/users/KICK/191112 endpoint.
Could you take care of it and fix that issue? Currently there's no another way to add 7tv emotes for Kick channel.
Expected Behavior
It should connect 7tv account with Kick account and user should be able to manage channel emotes.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: