Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect returned IMDb rating #62

Open
windmark opened this issue May 16, 2018 · 4 comments
Open

Incorrect returned IMDb rating #62

windmark opened this issue May 16, 2018 · 4 comments

Comments

@windmark
Copy link

I just noticed that the incorrect IMDb rating is returned for ID tt5034212 (https://www.imdb.com/title/tt5034212/. The API returns 7.2 despite the website says 4.7 and we can also see that the number of votes doesn't match either.

Is this due to refresh or some bigger underlying issues?

@motogod
Copy link

motogod commented Jun 7, 2018

I have the same question. When i test Jurassic World: Fallen Kingdom that return {"Title":"Jurassic World: Fallen Kingdom","Year":"2018","Rated":"PG-13","Released":"22 Jun 2018","Runtime":"128 min","Genre":"Action, Adventure, Sci-Fi","Director":"J.A. Bayona","Writer":"Colin Trevorrow, Derek Connolly, Michael Crichton (based on characters created by)","Actors":"Bryce Dallas Howard, Chris Pratt, Jeff Goldblum, Ted Levine","Plot":"When the island's dormant volcano begins roaring to life, Owen and Claire mount a campaign to rescue the remaining dinosaurs from this extinction-level event.","Language":"English","Country":"USA, Spain","Awards":"N/A","Poster":"https://ia.media-imdb.com/images/M/MV5BMjhmZWFlZmEtNTBhMC00OGMwLWE2YTYtNjU5NDk1MTc5ZmQ2XkEyXkFqcGdeQXVyMjMxOTE0ODA@._V1_SX300.jpg","Ratings":[{"Source":"Internet Movie Database","Value":"8.3/10"}],"Metascore":"N/A","imdbRating":"8.3","imdbVotes":"559","imdbID":"tt4881806","Type":"movie","DVD":"N/A","BoxOffice":"N/A","Production":"Universal Pictures","Website":"http://www.jurassicworld.com","Response":"True"}

Return json data imdb rating is 8.3 but the correct rating is 7.3 on IMDB website.

2018-06-07 8 10 57

@pierrevano
Copy link

I also have this issue for the last GoT episodes :

Episode 8.2
OMDB :
{ Title: "Episode #8.2", Year: "2019", Rated: "TV-MA", Released: "21 Apr 2019", Season: "8", Episode: "2", Runtime: "58 min", Genre: "Action, Adventure, Drama, Fantasy, Romance", Director: "David Nutter", Writer: "David Benioff (created by), Bryan Cogman (written for television by), George R.R. Martin (based on "A Song of Ice and Fire" by), D.B. Weiss (created by)", Actors: "Emilia Clarke, Nikolaj Coster-Waldau, Peter Dinklage, Kit Harington", Plot: "The battle at Winterfell is approaching. Jaime is confronted with the consequences of the past. A tense interaction between Sansa and Daenerys follows.", Language: "English", Country: "USA", Awards: "N/A", Poster: "https://m.media-amazon.com/images/M/MV5BMTYzMzc1MTcxNl5BMl5BanBnXkFtZTgwMTc1MTM5NzM@._V1_SX300.jpg", Ratings: [ { Source: "Internet Movie Database", Value: "9.4/10" } ], Metascore: "N/A", imdbRating: "9.4", imdbVotes: "872", imdbID: "tt6027908", seriesID: "tt0944947", Type: "episode", Response: "True" }

IMDB :
Capture d’écran 2019-05-03 à 21 01 13

@josezulu
Copy link

josezulu commented May 4, 2019

The info provided by OMDB api refreshes every couple of days. I'm not sure how often.

@feoh
Copy link

feoh commented Jul 29, 2019

From what I can see given an anecdotal sampling of the API, ImdbRating and Metascore aren't populated, possible at all, but certainly not evenly or in every case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants