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
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2016 年 05 月 15 日 11:36上午
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.
baurian 的回复
于 2016 年 05 月 15 日 11:39上午
Ah.. that explains the situation.
Thanks for the fast reply and for keeping the service up.