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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 2 de febrero de 2024 a las 16:58
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.
Contestado por nizamudeenms
el 6 de febrero de 2024 a las 04:28
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