Open duckdoom5 opened 7 years ago
I think this issue can be closed as all the links provide correct results:
This was just an example of the many times this happens. After a couple of days/weeks the error gets corrected. I presume automatically as I presume the data is parsed from the IMDB nightly database dumps they release.
I would love to know how the data is actually parsed or updated, but unfortunately there isn't any code on this github. For now I can only assume there are errors in the parser that cause this issue, which means this issue is still relevant. The examples just no longer are.
Found a similar issue with Scorpion season 4: http://www.omdbapi.com/?apikey=[key]&i=tt3514324&season=4 There's one missing title, and two missing episodes
Found several similar issues:
The Crown s2: https://www.omdbapi.com/?apikey=[key]&i=tt4786824&season=2&r=xml
Every season of Blackadder has these issues: The Black Adder: https://www.omdbapi.com/?apikey=[key]&i=tt0084988&season=1&r=xml Black-Adder II: https://www.omdbapi.com/?apikey=[key]&i=tt0088484&season=1&r=xml Black Adder the Third: https://www.omdbapi.com/?apikey=[key]&i=tt0092324&season=1&r=xml Blackadder Goes Forth: https://www.omdbapi.com/?apikey=[key]&i=tt0096548&season=1&r=xml
Example A: (Missing title)
http://www.omdbapi.com/?r=xml&t=Lucifer&Season=3
<result Title="Episode #3.4" Episode="4" imdbID="tt6552806"/>
http://www.omdbapi.com/?r=xml&t=Lucifer&Season=3&Episode=4
<movie title="What Would Lucifer Do?" ... imdbID="tt6552806" seriesID="tt4052886" type="episode"/>
Example B: (Missing episodes)
http://www.omdbapi.com/?r=xml&i=tt3205802&Season=4 (Missing episode 4 and 7)
http://www.omdbapi.com/?r=xml&t=How%20to%20Get%20Away%20with%20Murder&Season=4 (Expected result)