Hi Team, The following movie(https://www.themoviedb.org/movie/1115680) has poster in tmdb site. But api has not poster path. Kindly Check.
curl --request GET \
--url 'https://api.themoviedb.org/3/discover/movie?include_adult=false&include_video=false&language=en-US&page=1&sort_by=popularity.desc&with_original_language=ta' \
--header 'Authorization: Bearer XXXX' \
--header 'accept: application/json'
results": [
{
"adult": false,
"backdrop_path": null,
"genre_ids": [
35,
18,
14,
878
],
"id": 1115680,
"original_language": "ta",
"original_title": "வடக்குப்பட்டி ராமசாமி",
"overview": "Ramasamy profits from the superstitions of people in his village by exploiting their beliefs in regards to the village temple. However, his life takes an unexpected turn when the temple, his primary source of income, is temporarily closed.",
"popularity": 28.867,
"poster_path": null,
"release_date": "2024-02-02",
"title": "Vadakkupatti Ramasamy",
"video": false,
"vote_average": 0,
"vote_count": 0
}
]
Thanks, Nizam
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 2 février 2024 à 16h58
Hi @nizamudeenms,
It looks like the poster was only added today. The API caches responses for up to 8 hours, so once the item is purged from cache, you'll see it as part of the response.
Cheers.
Réponse de nizamudeenms
le 6 février 2024 à 04h28
Hi @travisbell , When i try to add the backdrop to the above movie am getting this error. Can you please check and let me know what am missing.
Issue: https://ibb.co/5hs6xFN backdrop: https://ibb.co/FwKntBb
Thanks, Nizam