This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
SearchEmotes query in v3 GraphQL API returns the same results for all pages > 25 #227
Closed as not planned
Hey I originally ran across this issue while just browsing the website looking for emotes to add to my twitch channel. There's tons of emotes available, so I wanted to take a look at which ones I could possibly add.
It came to my attention though that after I reached page 25 of the top emotes, I was not seeing any new emotes. So I went into the network inspector to try to see what was going on, and I noticed that the GraphQL request was returning the same content for each request, even with a new page number. This only happened with page numbers above 25.
Page 23-25 showing unique emotes



Page 25+ showing duplicate emotes





I also went ahead and ran the requests myself with postman to see if the behavior was the same, and it was. I could get more emotes to show up by increasing the limit per page, but the duplication behavior after page 25 did not change.
Postman page 23-25 unique results



Postman page 25+ duplicate results




I'd go over the API myself to see if I could find the issue, but I'm limited on time and not very familiar with Go.
Thanks to anyone who takes a look at this!