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?)
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
7월 31, 2015 at 3:23 오후
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.