Hi, all of a sudden the sort parameter is ignored when sending https://api.themoviedb.org/4/account/19205298/movie/rated?page=1&sort_by=created_at.desc I get this response (and believe me, I have seen and rated movies after July 2000):
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/fGbM2cqPauRu7ALFPSTDBH9FgpU.jpg",
"genre_ids": [
80,
9648,
53
],
"id": 2118,
"original_language": "en",
"original_title": "L.A. Confidential",
"overview": "Three detectives in the corrupt and brutal L.A. police force of the 1950s use differing methods to uncover a conspiracy behind the shotgun slayings of the patrons at an all-night diner.",
"popularity": 28.781,
"poster_path": "/lWCgf5sD5FpMljjpkRhcC8pXcch.jpg",
"release_date": "1997-09-19",
"title": "L.A. Confidential",
"video": false,
"vote_average": 7.785,
"vote_count": 4509,
"account_rating": {
"created_at": "2000-07-15T00:00:00.000Z",
"value": 10.0
}
},
{
"adult": false,
The sorting is ascending not descending. it worked until at least a few days ago. Did something change?
¿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 8 de noviembre de 2023 a las 13:15
Hey @Tullinge,
This issue should be corrected.
Thanks!
Contestado por Tullinge
el 8 de noviembre de 2023 a las 13:35
Working again. Thank you!