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

Get Global Emotes endpoint is missing a lot of emotes #417

Closed
badoge opened this issue Jun 15, 2021 · 3 comments
Closed

Get Global Emotes endpoint is missing a lot of emotes #417

badoge opened this issue Jun 15, 2021 · 3 comments
Labels
done The bug or issue has been addressed product: api API endpoints in the "helix" namespace

Comments

@badoge
Copy link

badoge commented Jun 15, 2021

Brief description
The endpoint returns 138 emotes only, but there are 236 global emotes as far as I know.

How to reproduce
GET https://api.twitch.tv/helix/chat/emotes/global -> response will include 138 emotes only

Expected behavior
A response with all global emotes :)

Screenshots
Emotes returned by the endpoint:
image
Emotes available in chat:
image

Additional context or questions
The endpoint also returns a mixture of default and purple/monkey emoticons, it would be better if it returned all 3 types, or just the default robot emoticons since the other 2 are not really global.

@badoge badoge added the product: api API endpoints in the "helix" namespace label Jun 15, 2021
pajlada added a commit to pajbot/pajbot that referenced this issue Jun 20, 2021
The results are a bit different, but there's not much we can do about it.
See twitchdev/issues#417
@zneix
Copy link

zneix commented Jun 22, 2021

The rest of emotes are obtained from: api.twitch.tv/helix/chat/emotes?broadcaster_id=0
Just merge array's.

Twitch made an endpoint which is meant to give you ALL global emotes. It currently does not do that so this is a bug so I have no idea what's the point of 👎 reaction on the issue - it's a fair report of an existing bug that shouldn't be a thing.
Your comment makes zero sense - you should be able to get what you want in just ONE API call, not bother with alternative hacky fixes and hardcoding global emoteset ID in an ugly way.
If your suggested solution is something we should do, then the endpoint could as well be removed as it's literally pointless. Think again.

@Supinic
Copy link

Supinic commented Jun 22, 2021

Temporal fix, not FULL SOLUTION, you genius.

The issue is about fixing something, not working around it, you genius

@jbulava
Copy link
Member

jbulava commented Jun 29, 2021

This issue has been corrected within the last half hour. All global emotes should now be returned.

@jbulava jbulava closed this as completed Jun 29, 2021
@jbulava jbulava added the done The bug or issue has been addressed label Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done The bug or issue has been addressed product: api API endpoints in the "helix" namespace
Projects
None yet
Development

No branches or pull requests

4 participants