trakt / trakt/trakt-api

Get likes not updated after removing like on a list

Open
#841 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
359
Forks
20
Avg merge
2d 21h
Merged PRs (30d)
13

Description

When first using the Remove like on a list endpoint, then fetching a user’s likes with Get likes, the response body still contains the previously unliked list even though the first request returns 204.

Example:

DELETE https://api.trakt.tv/users/donxy/lists/marvel-cinematic-universe/like (authentication provided) -> 204
GET https://api.trakt.tv/users/me/likes/list?page=1&limit=100 (authentication provided) -> previous list still there

At first I thought I was misusing the Remove like on a list endpoint and the user’s slug should be the one who liked the list, but when I tried that, it returned 404 so I guess it’s more of an API issue… 😅

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.