Quite annoying, there are duplicates on many pages. Or so it seems on my end.
Murdaugh Murders - is at the bottom of page 6, and first of page 7. There are many of these when I do an API request. Is this a known issue or am I doing something wrong? I see them also on popular, top rated for both movies and tvshows. To clarify, I see Murdaugh duplicates. with Id : 218530
after looking into it more I notice more:
movie id : 929614 & movie id : 705996 & 597 all on page 3 and 4
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä joopANDco
9 maaliskuu 2023 klo 3:25AM
I added a filter in my code to filter duplicates. But I am still wondering if this is expected behaviour ?
thanks in advance, J
Vastaus käyttäjältä lgrube3
16 heinäkuu 2023 klo 7:03PM
I'm also seeing duplicates in the trending API call between pages. Anyone know if this fix is in the backlog?
Vastaus käyttäjältä Travis Bell
17 heinäkuu 2023 klo 10:59AM
There isn't really anything to "fix" per se, this is about when the data refreshes and what data was already cached. Each request can be cached in multiple places (CDN and at the origin) so depending when things expire and you grab the fresh page, the order might be different by then.
Vastaus käyttäjältä lgrube3
19 heinäkuu 2023 klo 3:21AM
Okay thanks for the update. I will filter duplicates on the front-end.