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
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 15. Mai 2016 um 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.
Antwort von baurian
am 15. Mai 2016 um 11:39
Ah.. that explains the situation.
Thanks for the fast reply and for keeping the service up.