-
Notifications
You must be signed in to change notification settings - Fork 11
Description
https://api.trakt.tv/calendars/all/shows/new/2026-01-29/7
Some calls to calendar return 200 response code but content is always an empty array: []
This was working until about two days (or less) ago.
Version, API key and User-Agent set correctly in request headers.
Verified my API key is valid and working - tested against a GET for a single episode of a show which came back fine.
You can test this in the Apiary with a console call: https://trakt.docs.apiary.io/#reference/calendars/all-new-shows/get-new-shows?console=1
200 response with an empty array there as well.
Bog-standard response headers returned:
cache-control:public, max-age=28800 content-type:application/json; charset=utf-8 expires:Fri, 30 Jan 2026 00 x-end-date:Wed, 04 Feb 2026 23 x-start-date:Thu, 29 Jan 2026 00
Possibly related and still open issue: #637
Went through the apiary calendar section for just the GET calls (no OAUTH) and these are the results:
All Shows - https://trakt.docs.apiary.io/#reference/calendars/all-new-shows/get-new-shows?console=1 - 500 response
All New Shows - https://trakt.docs.apiary.io/#reference/calendars/all-new-shows/get-new-shows?console=1 - 200 response, empty array
All Season Premieres - https://trakt.docs.apiary.io/#reference/calendars/all-season-premieres/get-season-premieres?console=1 - 200 response, empty array
All Finales - https://trakt.docs.apiary.io/#reference/calendars/all-new-shows/get-finales?console=1 - 200 response, empty array
All Movies - https://trakt.docs.apiary.io/#reference/calendars/all-movies/get-movies?console=1 - 200 response, WORKING!
All Streaming - https://trakt.docs.apiary.io/#reference/calendars/all-streaming/get-streaming-releases?console=1 - 500 response
All DVD - https://trakt.docs.apiary.io/#reference/calendars/all-dvd/get-dvd-releases?console=1 - 500 response