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
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 2 februari 2024 vid 4:58 PM
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.
Svar från nizamudeenms
den 6 februari 2024 vid 4:28 AM
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