Hello!
I have one question regarding a specific query.
First, the following API call states that there are 4 results but only returns the JSON objects for 3. Is there a reason for this? https://api.themoviedb.org/3/discover/tv?first_air_date.lte=1940-12-31&first_air_date.gte=1940-01-01&api_key=[.......]
Is this a "feature" of the API? And if it is, is there a way to get all four of the tv series?
Thanks!
(EDIT: I've seen this happening with a number of API calls... can it be that TMDB ids are repeating?)
Bir filmi veya diziyi bulamıyor musun? Eklemek için oturum aç.
Bu öğeyi derecelendirmek veya bir listeye eklemek ister misiniz?
Üye değil misin?
Travis Bell adlı kullanıcıyı yanıtla
31 O 2015 tarihinde saat 3:23 ÖS'da
Hi aorth1,
I'm aware of the root cause of this but am not clear on why it happens. Basically, deleted items get left behind in Elasticsearch but only sometimes. When building the lists we skip over items that don't exist but it creates an inconsistency with the pagination data ES returns.
Short version: this will get looked at but is a low priority at the moment.
Cheers.