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:
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 17 octombrie 2024 la ora 10:57 PM
Yup, I suspect somebody is gaming the system.
I’ll be spending some time looking into this tomorrow.
Răspuns de tahikucingkau
pe data de 19 octombrie 2024 la ora 1:21 PM
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.
Răspuns de Travis Bell
pe data de 19 octombrie 2024 la ora 1:31 PM
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.
Răspuns de ramen11
pe data de 19 octombrie 2024 la ora 5:55 PM
Is there any news? it affect our system as well
Răspuns de Lostirato
pe data de 20 octombrie 2024 la ora 4:42 AM
Any news? Our site is affected by this bug!!
Răspuns de Waffiq
pe data de 20 octombrie 2024 la ora 8:03 AM
it return person now
Răspuns de marciorr
pe data de 20 octombrie 2024 la ora 10:01 AM
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:
Răspuns de phisher98
pe data de 20 octombrie 2024 la ora 11:20 AM
Yes its returning Person media_type for Trending all just this endpoint
Răspuns de Waffiq
pe data de 20 octombrie 2024 la ora 2:01 PM
It fixed now
Răspuns de Travis Bell
pe data de 20 octombrie 2024 la ora 2:07 PM
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.