Hi,
today I fixed some movie trailer ids as the old ones were broken. This worked fine and the website showed the new trailer immediately, however Kodi still fetched the old trailer URL. So I started some digging and found the following "weird" behaviour:
http://api.tmdb.org/3/movie/9282/videos?api_key=[KEY]&language=de Show's the updated URL (and only this one which should be fine as I deleted the old entry)
http://api.tmdb.org/3/movie/9282/trailers?api_key=[KEY]&language=de However still shows the old trailer URL
My first thought was that the API uses a different database that is only synced with the Web-Database from time to time but in that case both api calls should show either the old or the new trailer. I'm new to TMDB so maybe I made an mistake while updating, but for me the situation looks faulty.
Greetings, Baurian
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 15 maio 2016 às 11:36 AM
Hi Baurian,
The API has a cache of approx. ~8 hours. You will have to wait until the cache expires to see any new data.
/trailers was likely cached already while /videos probably wasn't.
Resposta de baurian
em 15 maio 2016 às 11:39 AM
Ah.. that explains the situation.
Thanks for the fast reply and for keeping the service up.