omdbapi / OMDb-API

The Open Movie Database Bug Tracking
416 stars 20 forks source link

Not able to fetch any season information - "Series or season not found!" #272

Open ianlenehan opened 2 years ago

ianlenehan commented 2 years ago

This has been working for me up until recently. I am unable to fetch any season data for almost every show I try. I did manage to get the Simpsons when trying it but that's it.

For example, this URL should fetch season 1 of Westworld but I keep getting "Series or season not found!"

https://www.omdbapi.com/?i=tt0475784&Season=1&apikey=key

Anyone else seeing this? Any help or investigation would be great!

akghasemi commented 2 years ago

I have the same problem,even some series are losing episodes data, I checked a specific season periodically and it losing episodes data

akghasemi commented 2 years ago

still no reply even after 23 days!!

agustinl commented 1 year ago

Its working fine for me:


Title: "Westworld",
Season: "1",
totalSeasons: "4",
Episodes: [
{
Title: "The Original",
Released: "2016-10-02",
Episode: "1",
imdbRating: "N/A",
imdbID: "tt4227538"
},
{
Title: "Chestnut",
Released: "2016-10-09",
Episode: "2",
imdbRating: "8.5",
imdbID: "tt4562758"
},
{
Title: "The Stray",
Released: "2016-10-16",
Episode: "3",
imdbRating: "8.2",
imdbID: "tt4625856"
},
{
Title: "Dissonance Theory",
Released: "2016-10-23",
Episode: "4",
imdbRating: "8.6",
imdbID: "tt4625862"
},
{
Title: "Contrapasso",
Released: "2016-10-30",
Episode: "5",
imdbRating: "8.6",
imdbID: "tt4625866"
},
{
Title: "The Adversary",
Released: "2016-11-06",
Episode: "6",
imdbRating: "8.8",
imdbID: "tt4630544"
},
{
Title: "Trompe L'Oeil",
Released: "2016-11-13",
Episode: "7",
imdbRating: "9.4",
imdbID: "tt4630546"
},
{
Title: "Trace Decay",
Released: "2016-11-20",
Episode: "8",
imdbRating: "8.7",
imdbID: "tt4458814"
},
{
Title: "The Well-Tempered Clavier",
Released: "2016-11-27",
Episode: "9",
imdbRating: "9.3",
imdbID: "tt5220026"
},
{
Title: "The Bicameral Mind",
Released: "2016-12-04",
Episode: "10",
imdbRating: "9.7",
imdbID: "tt5229638"
}
],
Response: "True"
}```
sloth-101 commented 1 year ago

Still an issue with Star Trek Shows, example season 3 of DS9

http://www.omdbapi.com/?apikey=&i=tt0106145&season=3

emgould commented 1 year ago

Same no episode data comes back including the examples on the web page. All return wtih


  "Response": "False",
  "Error": "Series or season not found!"
}````
tgreve15 commented 2 weeks ago

Omdbapi draws from wikidata last I heard and not imdb directly. Wikidata is updated by the community (including potentially you). Imdb charges a lot of money to use its APIs or bulk data download compared to this free option. Does what you are looking for exist in wikidata?