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
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2024 年 02 月 02 日 4: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.
nizamudeenms 的回复
于 2024 年 02 月 06 日 4: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