thetvdb / v4-api

Founded in 2006, TheTVDB is one of the longest-running community-driven TV and Movie databases. With content metadata across hundreds of thousands of TV series and movies, TheTVDB powers many of the largest media centers in the market. Developers across the world build and rely upon TheTVDB's APIs to power their apps, utilities, and projects, generating millions of API calls per day. In our GitHub repository you will find all of the necessary support and v4 API documentation to make use of TheTVDB's metadata. Come and join us!
135 stars 13 forks source link

/v4/series/369316/episodes/default?page=0 returning 404 Not Found #335

Open kadac00 opened 3 months ago

kadac00 commented 3 months ago

API URL: https://api4.thetvdb.com/v4/series/369316/episodes/default?page=0

RETURN: 404 Not Found { "status": "failure", "message": "NotFoundException: error fetching ", "data": null }

profplump commented 3 months ago

I am having this same problem with SeriesID 420544. Substituting ID 420543 or 420545 in the same call works fine. The human website continues to list 420544 as a valid series ID.

* [HTTP/2] [1] OPENED stream for https://api4.thetvdb.com/v4/series/420544/episodes/default/eng?page=0
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: api4.thetvdb.com]
* [HTTP/2] [1] [:path: /v4/series/420544/episodes/default/eng?page=0]
* [HTTP/2] [1] [user-agent: curl/8.5.0]
* [HTTP/2] [1] [accept: */*]
* [HTTP/2] [1] [authorization: foo]
> GET /v4/series/420544/episodes/default/eng?page=0 HTTP/2
> Host: api4.thetvdb.com
> User-Agent: curl/8.5.0
> Accept: */*
> Authorization: foo
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 404 
< content-type: application/json; charset=UTF-8
< content-length: 80
< date: Mon, 20 May 2024 22:06:46 GMT
< vary: Origin
< vary: Accept-Encoding
< x-cache: Error from cloudfront
< via: 1.1 a642518ef4d5fb78c3190de112922a38.cloudfront.net (CloudFront)
< x-amz-cf-pop: bar
< x-amz-cf-id: baz
< 
{"status":"failure","message":"NotFoundException: error fetching ","data":null}