hi, endpoint trending/all/day, should return all category including movies, but now only tvshow
endpoint /3/trending/all/day?api_key=apikey&language=en-US&page=1
expectation: should return list of trending movies and tvshow
[
{
// ...
"media_type":"tv"
},
{
// ...
"media_type":"movie"
},
// ...
]
observation:
[
{
// ...
"media_type":"tv"
},
{
// ...
"media_type":"tv"
},
// ...
]
how to reproduce:
this only happen since 2 days ago, before that it works fine. you can also test it out in reference page: https://developer.themoviedb.org/reference/trending-all
side note:
¿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 17 de octubre de 2024 a las 22:57
Yup, I suspect somebody is gaming the system.
I’ll be spending some time looking into this tomorrow.
Contestado por tahikucingkau
el 19 de octubre de 2024 a las 13:21
have you/someone made some changes? because now API trending/all/day return only media_type:person on page 1 until page 4, from page 5 until page 10 it only display media_type: tv, before this it works fine, only display trending tv show and movie.
Contestado por Travis Bell
el 19 de octubre de 2024 a las 13:31
I tweaked the algorithm for trending and deployed these changes to the website last night. This is why the website is showing different data than what you see on the API.
I'll be looking at pushing these changes to the API later today.
Contestado por ramen11
el 19 de octubre de 2024 a las 17:55
Is there any news? it affect our system as well
Contestado por Lostirato
el 20 de octubre de 2024 a las 04:42
Any news? Our site is affected by this bug!!
Contestado por Waffiq
el 20 de octubre de 2024 a las 08:03
it return person now
Contestado por marciorr
el 20 de octubre de 2024 a las 10:01
Trending for Movies, Series, and Actors returning completely generic movies, series, and actors. What happened to the API? For instance, Trending Movies now it's returning this weird list:
Contestado por phisher98
el 20 de octubre de 2024 a las 11:20
Yes its returning Person media_type for Trending all just this endpoint
Contestado por Waffiq
el 20 de octubre de 2024 a las 14:01
It fixed now
Contestado por Travis Bell
el 20 de octubre de 2024 a las 14:07
I just deployed the updates to the API. Within the next few minutes all of the cached trending responses will have been purged from cache and you will see the data look correct again.