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

emoticon_images missing new data #278

Closed
bashtech opened this issue Dec 24, 2020 · 3 comments
Closed

emoticon_images missing new data #278

bashtech opened this issue Dec 24, 2020 · 3 comments
Labels
done The bug or issue has been addressed product: v5 API endpoints in the "v5" namespace ticketed Has been given an internal tracking ticket

Comments

@bashtech
Copy link

Brief description

GET https://api.twitch.tv/kraken/chat/emoticon_images in Kraken v5 is missing at least some approved emotes added at least over the last week.

At least two channels have reported this issue: twitch.tv/ryleerawrs and twitch.tv/holak1337. For the ryleerawrs, emotes were approved on 12/19 but still do not appear in the API.

How to reproduce

Compare emotes visible in the emote menu on an affected channel to the API response.

For example, ryleerawrs as a prefix of "ryleer" but no emotes with that prefix are present in the API response.

curl -H "Client-ID: xxxxx" -H "Accept: application/vnd.twitchtv.v5+json" https://api.twitch.tv/kraken/chat/emoticon_images | jq '.emoticons[] | select(.code | contains("ryleer"))'

holak1337 (prefix holak1) returns 6 results in the API but has 15 active emotes.

 curl -H "Client-ID: xxxxx" -H "Accept: application/vnd.twitchtv.v5+json" https://api.twitch.tv/kraken/chat/emoticon_images | jq '.emoticons[] | select(.code | contains("holak1"))'

Expected behavior

All emotes are present in the API response.

Screenshots

ryleerawrs

https://f.xg.gs/sx-2245-PPX4RTfobqFRBt.png

https://f.xg.gs/sx-2252-Isa5xDrXTIQl1U.png

holak1337

https://f.xg.gs/sx-2248-6WxvlmYyznbakm.png

https://f.xg.gs/sx-2250-GCV62dkFlTtytC.png

Additional context or questions

@bashtech bashtech added the product: v5 API endpoints in the "v5" namespace label Dec 24, 2020
@CommanderRoot
Copy link

CommanderRoot commented Dec 30, 2020

I can confirm this issue as it's also happening to me. The last-modified header on the response makes it seem that the last update was on Fri, 18 Dec 2020 07:45:18 GMT
The Get All Chat Emoticons endpoint has the same issue.

@lleadbet
Copy link
Contributor

lleadbet commented Jan 5, 2021

Ticketed internally as DIGI-822.

@lleadbet lleadbet added the ticketed Has been given an internal tracking ticket label Jan 5, 2021
@lleadbet
Copy link
Contributor

This has been resolved. Feel free to reopen if you’re still seeing issues.

@lleadbet lleadbet added the done The bug or issue has been addressed label Jan 15, 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: v5 API endpoints in the "v5" namespace ticketed Has been given an internal tracking ticket
Projects
None yet
Development

No branches or pull requests

3 participants