trakt / api-help

Trakt API docs at https://trakt.docs.apiary.io
186 stars 7 forks source link

Value for first_aired is returned as null for all seasons #452

Closed methom closed 7 months ago

methom commented 7 months ago

I noticed that recently the field first_aired contains null for all seasons I tried, about three dozen.

E.g. this endpoint https://api.trakt.tv/seasons/29588?extended=full provided a first_aired value of null, while ten days ago, it contained 2013-10-04T00:00:00.000Z (see attached json files).

The website still shows the correct date, as the screenshot from today proves.

image

vampire_diaries_season_5_2024-04-15.json vampire_diaries_season_5_2024-04-25.json

rectifyer commented 7 months ago

Good catch. I will have a fix out early next week.

methom commented 7 months ago

Thanks for the quick reaction!