Skip to content

Trakt list (watched movies) returns only last 10 items #2254

@alvarogb19

Description

@alvarogb19

Expected behaviour:

Trakt list of watched movies retrieves all watched movies (as it did some months ago before last upgrade).

Actual behaviour:

It only retrieve last 10 items.

Steps to reproduce:

Step 1: Set up the Trakt plugin with a valid login for an account that has more than 10 movies watched.
Step 2: Create a config to retrieve trakt_list / watched / movies as per the config below...
Step 3: Execute the code and check the file.html or the log.

Config:

tasks:
  TEST_TASK:
    trakt_list:
      username: '{? trakt.username ?}'
      account: '{? trakt.account ?}'
      type: movies
      strip_dates: no
      list: watched
    imdb_lookup: yes
    accept_all: yes
    make_html:
      file: ~/file.html

Log:

(click to expand)
2018-11-17 16:53 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2018-11-17 16:53 VERBOSE  trakt_list    TEST_TASK       Retrieving `movies` list `watched`
2018-11-17 16:53 VERBOSE  details       TEST_TASK       Produced 10 entries.
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  task          TEST_TASK       ACCEPTED: `xxxxxxxxxxx` by accept_all plugin
2018-11-17 16:53 VERBOSE  details       TEST_TASK       Summary - Accepted: 10 (Rejected: 0 Undecided: 0 Failed: 0)
2018-11-17 16:53 VERBOSE  make_html     TEST_TASK       Writing output html to /home/osmc/file.html

Additional information:

  • FlexGet version: 2.17.11
  • Python version: 2.7.9
  • Installation method: pip
  • Using daemon (yes/no): yes
  • OS and version: OSMC (Debian) 2017.10-1
  • Link to crash log: n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions