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:
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 17. Oktober 2024 um 22:57
Yup, I suspect somebody is gaming the system.
I’ll be spending some time looking into this tomorrow.
Antwort von tahikucingkau
am 19. Oktober 2024 um 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.
Antwort von Travis Bell
am 19. Oktober 2024 um 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.
Antwort von ramen11
am 19. Oktober 2024 um 17:55
Is there any news? it affect our system as well
Antwort von Lostirato
am 20. Oktober 2024 um 04:42
Any news? Our site is affected by this bug!!
Antwort von Waffiq
am 20. Oktober 2024 um 08:03
it return person now
Antwort von marciorr
am 20. Oktober 2024 um 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:
Antwort von phisher98
am 20. Oktober 2024 um 11:20
Yes its returning Person media_type for Trending all just this endpoint
Antwort von Waffiq
am 20. Oktober 2024 um 14:01
It fixed now
Antwort von Travis Bell
am 20. Oktober 2024 um 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.