Skip to content
New issue

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

The Channel emotes endpoint stopped working? #3708

Closed
S0und opened this issue Dec 31, 2019 · 3 comments
Closed

The Channel emotes endpoint stopped working? #3708

S0und opened this issue Dec 31, 2019 · 3 comments

Comments

@S0und
Copy link

S0und commented Dec 31, 2019

Hi

I used this endpoint, and since yesterday, i get an empty array

https://api.betterttv.net/2/channels/{channel name}

{
"bots": [],
"emotes": []
}

Although the global endpoint still works:

https://api.betterttv.net/2/emotes

exp:

https://betterttv.com/users/58f72adfa18fc4365deb6424

vs

https://api.betterttv.net/2/channels/dafran

which returns:

{
"bots": [],
"emotes": []
}

@Nareese
Copy link
Contributor

Nareese commented Dec 31, 2019

The betterttv API is not officially supported for external use, is subject to change or removal without notice, and the v2 API has been deprecated for quite some time now (since the release of the new website). night made some fairly major internal changes to the website and API last night, so it is quite possible that he has removed all support for those endpoints on the v2 API. See issue #3593 for additional details. Unfortunately, since the extension doesn't use that endpoint, there is no immediately obvious example you can use for the syntax of that endpoint on v3, but maybe night can comment further.

@night night added the invalid label Dec 31, 2019
@night night closed this as completed Dec 31, 2019
@night night added api bug and removed invalid labels Dec 31, 2019
@night
Copy link
Owner

night commented Dec 31, 2019

update: looks like shared emotes were not being handled properly. this should be fixed now.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues or feature requests.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants