Skip to content

trakt_list does not retrieve watched episodes #2056

@itsbebbo

Description

@itsbebbo

Expected behaviour:

Flexget retrieves a list of all watched Episodes from Trakt.

Actual behaviour:

The trakt_list plugin returns a CRITICAL error of Could not retrieve list from trakt (405 Client Error: Method Not Allowed for url: https://api.trakt.tv/users/me/watched/episodes)

Steps to reproduce:

  • Step 1: Set up the Trakt plugin with a valid login.
  • Step 2: Create a config to retrieve trakt_list / watched / episodes as per the config below...
  • Step 3: Execute the code.

Config:

tasks:
  get_trakt_watched_eps:
    seen: local
    trakt_list:
      account: xxxxxxxx
      list: watched
      type: episodes
    accept_all: yes
    list_add:
      - entry_list: watched_eps

Log:

2018-01-05 22:29 VERBOSE  trakt_list    get_trakt_watched_eps Retrieving `episodes` list `watched`
2018-01-05 22:29 CRITICAL plugin        get_trakt_watched_eps Could not retrieve list from trakt (405 Client Error: Method Not Allowed for url: https://api.trakt.tv/users/me/watched/episodes)
2018-01-05 22:29 WARNING  task          get_trakt_watched_eps Aborting task (plugin: trakt_list)

Additional information:

  • FlexGet version: 2.11.18
  • Python version: 2.7.10
  • Installation method: pip
  • Using daemon (yes/no): yes
  • OS and version: macOS 10.13.3
  • Link to crash log: n/a

For info, my Trakt config works for retrieving watched Series or watched Movies but not Episodes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions