Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imdb_list plugin not detecting movies [again] #2095

Closed
girtsl opened this issue Mar 7, 2018 · 0 comments
Closed

imdb_list plugin not detecting movies [again] #2095

girtsl opened this issue Mar 7, 2018 · 0 comments
Labels

Comments

@girtsl
Copy link
Contributor

girtsl commented Mar 7, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants