somethings wrong with the uploading of the movie videos while the data is appearing in the tmdb page as the videos are being present but when we try to fetch the data using the api its not found eg: https://www.themoviedb.org/movie/927342
for this the videos are present in the page but using this api
https://api.themoviedb.org/3/movie/{movie_id}/videos
{
"id": 927342,
"results": []
}
its not found this problem is apprearing for many films
Etkö löydä elokuvaa tai TV-ohjelmaa? Kirjaudu sisään lisätäksesi se.
Haluatko pisteyttää vai lisätä tämän nimikkeen listaan?
Ei rekisteröitynyt jäsen?
Vastaus käyttäjältä superboy97
10 marraskuu 2024 klo 5:22AM
You need to add the language parameter. By default, the language is en-US which doesn't include any videos for this movie.