Several times a day I make calls to /calendars/all/shows. For example:
GET https://api.trakt.tv/calendars/all/shows?extended=metadata&counties=us&start_date=2026-03-23&days=4
headers: {"trakt-api-key": "MY_KEY", "trakt-api-version": "2", "content-type": "application/json", "user-agent": "Demeter/0.14.2"}, body: Body(Empty) }
Since Monday 23rd March almost all of these requests have timed out:
2026-03-24T18:59:51.811Z ERROR [restson] server returned "504 Gateway Timeout" error
If I increase the days=X parameter (e.g. to 7) in the request the likelihood of a timeout appears to increase. Just before I've logged this ticket I made 7 calls and only two succeeded.
If you could investigate it would be great. Thanks.
Several times a day I make calls to
/calendars/all/shows. For example:Since Monday 23rd March almost all of these requests have timed out:
If I increase the
days=Xparameter (e.g. to 7) in the request the likelihood of a timeout appears to increase. Just before I've logged this ticket I made 7 calls and only two succeeded.If you could investigate it would be great. Thanks.