Try 30 days of free premium.

"Late Night with Seth Meyers" episodesbydate returns "Not Found", but is there

RDelbrune wrote 4 years ago: 1

As subject describes, API-endpoint episodesbydate for this show returns "Not Found" on episodes after this weekend (daylight savings shift back), although, they are in fact there.

Please advise.

Reproduction detail:

# API-endpoint episodesbydate -> "Not Found"

$ /usr/local/bin/curl --silent http://api.tvmaze.com/shows/363/episodesbydate?date=2019-11-04 | /usr/local/bin/jq .

{

"name": "Not Found",

"message": "",

"code": 0,

"status": 404

}

# episodes queried and explicit selection pruned

$ /usr/local/bin/curl --silent http://api.tvmaze.com/shows/363/episodes | /usr/local/bin/jq '.[] | select( .airdate == "2019-11-04" )'

{

"id": 1749389,

"url": "http://www.tvmaze.com/episodes/1749389/late-night-with-seth-meyers-2019-11-04-gloria-steinem-questlove-black-thought",

"name": "Gloria Steinem, Questlove, Black Thought",

"season": 2019,

"number": 131,

"airdate": "2019-11-04",

"airtime": "00:37",

"airstamp": "2019-11-05T05:37:00+00:00",

"runtime": 60,

"image": null,

"summary": "<p>Guests Gloria Steinem (The Truth Will Set You Free, But First It Will Piss You Off) and Ahmir \"Questlove\" Thompson & Tariq \"Black Thought\" Trotter (Hip Hop: The Songs That Shook America). Brendan Buckley sits-in with the 8G Band.</p>",

"_links": {

"self": {

"href": "http://api.tvmaze.com/episodes/1749389"

}

}

}


david wrote 4 years ago: 1

Thanks for the report, this has been fixed! Please allow for up to 1 hour for all cache entries to expire.

RDelbrune wrote 4 years ago: 1

david wrote:
Thanks for the report, this has been fixed! Please allow for up to 1 hour for all cache entries to expire.

Confirmed resolved.

Thank you.

Try 30 days of free premium.