Skip to content

Error during input plugin trakt_list: Could not retrieve list from trakt (/.../collection/episodes) #1380

@snickers2k

Description

@snickers2k

I'm having following error:

Error during input plugin trakt_list: Could not retrieve list from trakt (405 Client Error: Method Not Allowed for url: https://api-v2launch.trakt.tv/users/me/collection/episodes)

with this setup:

  Download_Series_Missing:
    manual: yes
    interval: 24 hours
    priority: 3
    trakt_list:
      account: '{{ secrets.trakt.acc }}'
      list: collection
      type: shows
    crossmatch:
      from:
        - trakt_list:
            account: '{{ secrets.trakt.acc }}'
            list: collection
            type: episodes
      fields:
        - imdb_id
      action: reject
    list_add: 
      - entry_list: testing

and same error for another task, with crossmatching already collected episodes:

    crossmatch:
      from:
        - trakt_list:
            account: '{{ secrets.trakt.acc }}'
            list: '{{ secrets.trakt.OnHold }}'
            type: shows
        - trakt_list:
            account: '{{ secrets.trakt.acc }}'
            list: collection
            type: episodes
      fields:
        - imdb_id
      action: reject

Metadata

Metadata

Assignees

No one assigned

    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