Skip to content

reset_at incorrect for show progress_watched endpoint #661

@limbero

Description

@limbero
  1. When I call https://api.trakt.tv/shows/1399/progress/watched?extended=full

I get this response containing an incorrect reset_at date (truncated):

{
    "aired": 177,
    "completed": 177,
    "last_watched_at": "2019-09-30T02:15:15.000Z",
    "reset_at": "2025-11-30T22:42:16.000Z"
}
  1. But when I call https://api.trakt.tv/users/me/watched/shows I get the correct date.
[
    {
        "plays": 485,
        "last_watched_at": "2025-12-04T21:40:04.000Z",
        "last_updated_at": "2025-12-04T21:40:05.000Z",
        "reset_at": "2024-02-01T23:39:00.000Z",
        "show": {
            "title": "House",
            "year": 2004,
            "ids": {
                "trakt": 1399,
                "slug": "house",
                "tvdb": 73255,
                "imdb": "tt0412142",
                "tmdb": 1408,
                "tvrage": null
            }
        },
    }
]

2025-11-30 is the date when I last used the trakt.tv UI to reset the show, but not the date I put into the UI, that would be 2024-02-01.

Not sure if this is only an API bug as I can also see the data disparity on the website.

In my rewatching hidden list at https://trakt.tv/settings/hidden/rewatching/title I see the wrong date

Image

But on the show page https://trakt.tv/shows/house the correct date is displayed:

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions