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

Fix duplicate result in TMDB api calls #38

Open
moallemi opened this issue Jan 21, 2024 · 0 comments
Open

Fix duplicate result in TMDB api calls #38

moallemi opened this issue Jan 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@moallemi
Copy link
Owner

While integrating The Movie Database (TMDB) API into our application, we have encountered a recurring issue where certain items (movies, TV shows, etc.) are being returned as duplicates in the API responses. This redundancy not only affects the efficiency of data processing but also impacts the user experience negatively.

Steps to Reproduce:

Make an API call to TMDB with a specific query (e.g., searching for a movie or TV show).
Observe the returned results.
Notice that some items appear more than once in the results, despite having the same TMDB ID.

Expected Behavior:

Each unique item should only appear once in the API response, ensuring that the data is not only accurate but also optimized for processing.

Actual Behavior:

Duplicate items are appearing in the API response. This is not consistent with every call, but it occurs frequently enough to be a significant issue.

Additional Information:

API Version: 3
TMDB issue tracker link: https://trello.com/c/ItCehPii/104-similar-recommendation-pagination-bug
Query Examples: popular movies
Frequency of Issue: Every time

@moallemi moallemi self-assigned this Jan 21, 2024
@moallemi moallemi removed their assignment Jun 17, 2024
@moallemi moallemi added the enhancement New feature or request label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant