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
Nemôžeš nájsť film alebo seriál? Prihlás sa a pridaj ho.
Chcete ohodnotiť alebo pridať túto položku do zoznamu?
Nie ste členom?
Odpoveď od Travis Bell
dňa 2. február, 2024 o 4:58PM
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.
Odpoveď od nizamudeenms
dňa 6. február, 2024 o 4:28AM
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