Skip to content

imdb_list plugin not detecting movies [again] #2095

@girtsl

Description

@girtsl

Expected behaviour:

When using imdb_list plugin, the movies from IMDB list are retrieved and correctly parsed.

Actual behaviour:

The movies are retrieved but not parsed (see output log).
Pretty much the same issue as #2052, it looks like the imdb CSV format has been changed [again].

Steps to reproduce:

Execute a task that is supposed to fetch movies from imdb watchlist:

 flexget --debug execute --tasks sync-imdb*

Config:

  sync-imdb-to-trakt:
    priority: 3
    imdb_list:
      login: '{? imdb.login ?}'
      password: '{? imdb.password ?}'
      list: '{? imdb.list ?}'
    accept_all: yes
    list_add:
      - trakt_list:
          account: '{? trakt.account ?}'
          list: '{? trakt.movies_watchlist ?}'
          type: movies
    disable: seen

Log:

2018-03-07 18:11 DEBUG    imdb_list     sync-imdb-to-trakt parsing line from csv: 1, tt4500922, 2016-08-11, 2016-08-11, , Maze Runner: The Death Cure, https://www.imdb.com/title/tt4500922/, movie, 6.8, 141, 2018, Action, Sci-Fi, Thriller, 26443, 2018-01-17, Wes Ball, ,
2018-03-07 18:11 DEBUG    imdb_list     sync-imdb-to-trakt no movie row detected, skipping. 1, tt4500922, 2016-08-11, 2016-08-11, , Maze Runner: The Death Cure, https://www.imdb.com/title/tt4500922/, movie, 6.8, 141, 2018, Action, Sci-Fi, Thriller, 26443, 2018-01-17, Wes Ball, ,

Additional information:

  • FlexGet version: 2.13.2
  • Python version: 2.7.13
  • Installation method: pip
  • Using daemon (yes/no): no (not in this case)
  • OS and version: osmc

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