The Movie Database Support

Hi,

From yesterday (don't know what time) I am getting mixed results for some combinations of parameters for some ids. For example, for this request: https://api.themoviedb.org/3/tv/85233?append_to_response=keywords,release_dates,content_ratings&api_key={}&language=en-US I get content_ratings like this:

  "content_ratings": {
    "adult": false,
    "backdrop_path": "/i3oT0v1KVDZEq8oOZdAAqy78Vub.jpg",
    "belongs_to_collection": {
      "id": 86028,
      "name": "The Nutty Professor Collection",
      "poster_path": "/a6zC38ID7EyAflo8tsPDP4IE0Mt.jpg",
      "backdrop_path": "/mW1NQFOSCwwgk03SpcpwiQEL2Lo.jpg"
    },
    "budget": 84000000,
    "genres": [
      {
        "id": 14,
        "name": "Fantasy"
      },
      {
        "id": 35,
        "name": "Comedy"
      },
      {
        "id": 10749,
        "name": "Romance"
      },
      {
        "id": 878,
        "name": "Science Fiction"
      }
    ],
    "homepage": "",
    "imdb_id": "tt0144528",
    "origin_country": [
      "US"
    ],
    "original_language": "en",
    "original_title": "Nutty Professor II: The Klumps",
    "overview": "The hilarity begins when professor Sherman Klump finds romance with fellow DNA specialist, Denise Gaines, and discovers a brilliant formula that reverses aging. But Sherman's thin and obnoxious alter ego, Buddy Love, wants out...and a big piece of the action. And when Buddy gets loose, things get seriously nutty.",
    "popularity": 37.556,
    "poster_path": "/7HlhufckAoQb1yIu3FNu339Iuv4.jpg",
    "production_companies": [
      {
        "id": 33,
        "logo_path": "/8lvHyhjr8oUKOOy2dKXoALWKdp0.png",
        "name": "Universal Pictures",
        "origin_country": "US"
      },
      {
        "id": 23,
        "logo_path": "/bJOFo2ufq7iFC1F4qZm8aLxF5aS.png",
        "name": "Imagine Entertainment",
        "origin_country": "US"
      }
    ],
    "production_countries": [
      {
        "iso_3166_1": "US",
        "name": "United States of America"
      }
    ],
    "release_date": "2000-07-27",
    "revenue": 123307945,
    "runtime": 106,
    "spoken_languages": [
      {
        "english_name": "English",
        "iso_639_1": "en",
        "name": "English"
      }
    ],
    "status": "Released",
    "tagline": "The Klumps are back!",
    "title": "Nutty Professor II: The Klumps",
    "video": false,
    "vote_average": 4.978,
    "vote_count": 1251
  }

and if I just swap last two parameters: https://api.themoviedb.org/3/tv/85233?append_to_response=keywords,release_dates,content_ratings&language=en-US&api_key={}

I get correct content_ratings:

"content_ratings": {
    "results": [
      {
        "descriptors": [

        ],
        "iso_3166_1": "US",
        "rating": "TV-MA"
      },
      {
        "descriptors": [

        ],
        "iso_3166_1": "AU",
        "rating": "MA15+"
      },
      {
        "descriptors": [

        ],
        "iso_3166_1": "PL",
        "rating": "16"
      },
      {
        "descriptors": [

        ],
        "iso_3166_1": "HU",
        "rating": "16"
      },
      {
        "descriptors": [

        ],
        "iso_3166_1": "CZ",
        "rating": "18+"
      },
      {
        "descriptors": [

        ],
        "iso_3166_1": "RO",
        "rating": "AP"
      }
    ]
  }

Something got mixed up. Similar mixed up responses I am getting for other endpoints, but also just for some ids. Could someone please check if something went wrong during maintenance?

Best regards

Filip

1 reply (on page 1 of 1)

Jump to last post

Hi @filipbacic,

Indeed, it seems as though perhaps during maintenance for reasons I can't explain, some data was cached with the incorrect cache keys. As these objects expire over the next few hours the problem will correct itself.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login