omdbapi / OMDb-API

The Open Movie Database Bug Tracking
417 stars 21 forks source link

Episode missing from "Season" search #169

Open WiggidyW opened 4 years ago

WiggidyW commented 4 years ago

https://www.omdbapi.com/?apikey=YOUR_API_KEY_HERE&t=Rick+and+Morty&type=series&Season=1 OR https://www.omdbapi.com/?apikey=YOUR_API_KEY_HERE&i=tt2861424&type=series&Season=1

result: { 'Episodes': [ { 'Episode': '1', 'Released': '2013-12-02', 'Title': 'Pilot', 'imdbID': 'tt2169080', 'imdbRating': '8.0'}, { 'Episode': '3', 'Released': '2013-12-16', 'Title': 'Anatomy Park', 'imdbID': 'tt3333828', 'imdbRating': '8.3'}, { 'Episode': '4', 'Released': '2014-01-13', 'Title': 'M. Night Shaym-Aliens!', 'imdbID': 'tt3333830', 'imdbRating': '8.5'}, { 'Episode': '5', 'Released': '2014-01-20', 'Title': 'Meeseeks and Destroy', 'imdbID': 'tt3333832', 'imdbRating': '9.0'}, { 'Episode': '6', 'Released': '2014-01-27', 'Title': 'Rick Potion #9', 'imdbID': 'tt3333834', 'imdbRating': '9.1'}, { 'Episode': '7', 'Released': '2014-03-10', 'Title': 'Raising Gazorpazorp', 'imdbID': 'tt3333836', 'imdbRating': '8.0'}, { 'Episode': '8', 'Released': '2014-03-17', 'Title': 'Rixty Minutes', 'imdbID': 'tt3333838', 'imdbRating': '8.8'}, { 'Episode': '9', 'Released': '2014-03-24', 'Title': 'Something Ricked This Way Comes', 'imdbID': 'tt3333840', 'imdbRating': '8.5'}, { 'Episode': '10', 'Released': '2014-04-07', 'Title': 'Close Rick-counters of the Rick Kind', 'imdbID': 'tt3333846', 'imdbRating': '9.4'}, { 'Episode': '11', 'Released': '2014-04-14', 'Title': 'Ricksy Business', 'imdbID': 'tt3333854', 'imdbRating': '8.5'}], 'Response': 'True', 'Season': '1', 'Title': 'Rick and Morty', 'totalSeasons': '4'}

As you can see, Episode 2 is missing. If I request the episode itself by ID: https://www.omdbapi.com/?apikey=YOUR_API_KEY_HERE&i=tt3333824

result: { 'Actors': 'Justin Roiland, Chris Parnell, Spencer Grammer, Sarah Chalke', 'Awards': 'N/A', 'Country': 'N/A', 'Director': 'John Rice, Pete Michels', 'Episode': 'N/A', 'Genre': 'Animation, Adventure, Comedy, Sci-Fi', 'Language': 'N/A', 'Metascore': 'N/A', 'Plot': 'Rick helps Jerry out with the dog.', 'Poster': 'https://m.media-amazon.com/images/M/MV5BNzUyNmIxYzYtMTM2My00ZTZjLWFmODYtNmFmMDgyZDY4OWU4XkEyXkFqcGdeQXVyNjg0Nzk2Nzc@._V1_SX300.jpg', 'Rated': 'TV-14', 'Ratings': [{'Source': 'Internet Movie Database', 'Value': '8.6/10'}], 'Released': '09 Dec 2013', 'Response': 'True', 'Runtime': '22 min', 'Season': 'N/A', 'Title': 'Lawnmower Dog', 'Type': 'episode', 'Writer': 'Justin Roiland (created by), Dan Harmon (created by), Ryan ' 'Ridley, Eric Acosta (staff writer), Tom Kauffman (staff ' 'writer), Wade Randolph (staff writer)', 'Year': '2013', 'imdbID': 'tt3333824', 'imdbRating': '8.6', 'imdbVotes': '8293', 'seriesID': 'N/A'}

The 'seriesID' comes up as 'N/A'.

On IMDB, the episode is linked to the series.

blitzmann commented 4 years ago

Also having the same issue with Breaking Bad. tt0959621 is the pilot, and it's set as N/A for season thus it doesn't come back for the show's season 1 listing

spekas commented 4 years ago

Also having the same issue. For example Breaking Bad season 1 is also missing its last episode #8.

IgnatBeresnev commented 4 years ago

Same here for some first episodes of simpsons (season 4 in particular). Would be nice to know what's up and if there's any chance if this issue being fixed. If not, might have to resort to parsing IMDB for those precious ids.

tgreve15 commented 4 years ago

For some reason this is only documented in some tickets like this, but this sources data from wikidata and some other sources, not imdb. Feel free to add the missing data to wikidata yourself and fix the problem yourself.

Brian - please document this somewhere obvious on the project.

On Sat, Apr 11, 2020, 7:54 AM Ignat Beresnev notifications@github.com wrote:

Same here for some first episodes of simpsons (season 4 in particular). Would be nice to know what's up and if there's any chance if this issue being fixed. If not, might have to resort to parsing IMDB for those precious ids.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/omdbapi/OMDb-API/issues/169#issuecomment-612234891, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZS5MVBHEIZARDUWXE2XKLRL6ITDANCNFSM4K5HQJUA .