omdbapi / OMDb-API

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

Strange series output: episode missing #306

Open janemba opened 8 months ago

janemba commented 8 months ago

Hello,

I requested our kind of people for episodes output for season 1 and I got this :

{
    "Title": "Our Kind of People",
    "Season": "1",
    "totalSeasons": "1",
    "Episodes": [
        {
            "Title": "My Mother, Myself",
            "Released": "2021-09-28",
            "Episode": "2",
            "imdbRating": "N/A",
            "imdbID": "tt14629868"
        },
        {
            "Title": "Crabs in a Gold-Plated Barrel",
            "Released": "2021-10-12",
            "Episode": "4",
            "imdbRating": "N/A",
            "imdbID": "tt15339794"
        },
        {
            "Title": "Just Desserts",
            "Released": "2022-01-11",
            "Episode": "10",
            "imdbRating": "N/A",
            "imdbID": "tt15909234"
        },
        {
            "Title": "It Is Not Light We Need, But Fire",
            "Released": "2022-01-18",
            "Episode": "11",
            "imdbRating": "N/A",
            "imdbID": "tt15909236"
        },
        {
            "Title": "Kiss It Up to God",
            "Released": "2022-01-25",
            "Episode": "12",
            "imdbRating": "N/A",
            "imdbID": "tt15909238"
        }
    ],
    "Response": "True"
}

Where are all missing episodes go ?

angelineflorajohn commented 2 months ago

@omdbapi I have the same issue. So many episodes are missing when invoking the season's endpoint. Is there an update on when this bug will get fixed?