question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Imdb lookup failed

See original GitHub issue

Expected behaviour:

Imdb lookup

Actual behaviour:

Imdb lookup failed

Steps to reproduce:

just run config

Config:

variables: private.yml

tasks:

  rutor_films:
    rss: 
      url: http://feed43.com/rutor_films.xml

    imdb_lookup: yes

    set:
      content_filename: "{{ imdb_name }} {{ imdb_year }} ({{ imdb_score }})"

    imdb:
      min_score: 6.6
      min_votes: 4400
      min_year: 2010
      reject_genres:
        - ...

    content_size:
      min: 1000
      max: 1600
      strict: no

    seen_movies: strict

    deluge:
      path: /home/.../
      username: '{? dlg.u ?}'
      password: '{? dlg.p ?}'
      main_file_only: yes
      ratio: 2
      removeatratio: yes
      movedone: /home/.../

Log:

2017-04-03 11:36 DEBUG    manager                       Config file /home/user/.config/flexget/rutor.yml selected
2017-04-03 11:36 DEBUG    manager                       sys.defaultencoding: ascii
2017-04-03 11:36 DEBUG    manager                       sys.getfilesystemencoding: UTF-8
2017-04-03 11:36 DEBUG    manager                       flexget detected io encoding: utf-8
2017-04-03 11:36 DEBUG    manager                       os.path.supports_unicode_filenames: False
2017-04-03 11:36 DEBUG    plugin                        Trying to load plugins from: [u'/home/user/.config/flexget/plugins', '/usr/local/lib/python2.7/dist-packages/flexget/plugins']
2017-04-03 11:36 DEBUG    plugin                        (u'Plugin `%s` requires `%s` to load.', u'memusage', u'ext lib `guppy`')
2017-04-03 11:36 DEBUG    deluge                        ConfigManager started..
2017-04-03 11:36 DEBUG    plugin                        Plugins took 7.09 seconds to load. 274 plugins in registry.
2017-04-03 11:37 DEBUG    manager                       Connecting to: sqlite:////home/user/.config/flexget/db-rutor.sqlite
2017-04-03 11:37 DEBUG    manager                       config_name: rutor
2017-04-03 11:37 DEBUG    manager                       config_base: /home/user/.config/flexget
2017-04-03 11:37 DEBUG    variables                     trying to load variables from file
2017-04-03 11:37 DEBUG    variables                     updating DB with variable file contents
2017-04-03 11:37 DEBUG    manager                       New config data loaded.
2017-04-03 11:37 DEBUG    schema                        current flexget version already exist in db 2.10.25
2017-04-03 11:37 DEBUG    parsing                       setting default movie parser to internal. (options: {u'internal': <flexget.plugins.parsers.parser_internal.ParserInternal object at 0xb52c9aec>, u'guessit': <flexget.plugins.parsers.parser_guessit.ParserGuessit object at 0xb49fd38c>})
2017-04-03 11:37 DEBUG    parsing                       setting default series parser to internal. (options: {u'internal': <flexget.plugins.parsers.parser_internal.ParserInternal object at 0xb52c9aec>, u'guessit': <flexget.plugins.parsers.parser_guessit.ParserGuessit object at 0xb49fd38c>})
2017-04-03 11:37 DEBUG    cron_env                      Encoding UTF-8 stored
2017-04-03 11:37 DEBUG    util.simple_persistence                 setting key terminal_encoding value 'UTF-8'
2017-04-03 11:37 DEBUG    task_queue                    task queue shutdown requested
2017-04-03 11:37 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2017-04-03 11:37 INFO     ipc.rpyc                      server started on [127.0.0.1]:42262
2017-04-03 11:37 DEBUG    task          rutor_films     executing rutor_films
2017-04-03 11:37 DEBUG    exec          rutor_films     phase on_start not configured
2017-04-03 11:37 DEBUG    input_cache   rutor_films     cache name: rss_f230de069f7311d4a9996ee3791c8380 (has: )
2017-04-03 11:37 DEBUG    rss           rutor_films     Requesting task `rutor_films` url `http://feed43.com/rutor_films.xml`
2017-04-03 11:37 DEBUG    utils.requests rutor_films     Fetching URL http://feed43.com/rutor_films.xml with args () and kwargs {'headers': {}, 'allow_redirects': True, 'timeout': 60, 'auth': None}
2017-04-03 11:37 DEBUG    rss           rutor_films     encoding utf-8
2017-04-03 11:37 DEBUG    rss           rutor_films     Saving location in rss feed.
2017-04-03 11:37 DEBUG    util.simple_persistence rutor_films     setting key 458903277_last_entry value u'Brimstone 2016e4e273ac143437ea3aa58395174dfc02'
2017-04-03 11:37 DEBUG    input_cache   rutor_films     storing to cache rss_f230de069f7311d4a9996ee3791c8380 20 entries
2017-04-03 11:37 DEBUG    exec          rutor_films     phase on_input not configured
2017-04-03 11:37 DEBUG    backlog       rutor_films     0 entries purged from backlog
2017-04-03 11:37 VERBOSE  details       rutor_films     Produced 20 entries.
**2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Brimstone 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Brimstone 2016 because of an error: IMDB lookup failed for Brimstone 2016
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Brimstone 2016 because of an error: IMDB lookup failed for Brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Brimstone 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Brimstone 2016 because of an error: IMDB lookup failed for Brimstone 2016
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Brimstone 2016 because of an error: IMDB lookup failed for Brimstone 2016**
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for The Mummy's Shroud 1967
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     The Mummy's Shroud 1967 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping The Mummy's Shroud 1967 because of an error: IMDB lookup failed for The Mummy's Shroud 1967
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Monster Trucks 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Monster Trucks 2016 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Monster Trucks 2016 because of an error: IMDB lookup failed for Monster Trucks 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for The Matchbreake 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     The Matchbreake 2016 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping The Matchbreake 2016 because of an error: IMDB lookup failed for The Matchbreake 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Santa Sangre 1989
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Santa Sangre 1989 will fail lookup
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Santa Sangre 1989 because of an error: IMDB lookup failed for Santa Sangre 1989
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Santa Sangre 1989 because of an error: IMDB lookup failed for Santa Sangre 1989
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Santa Sangre 1989
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Santa Sangre 1989 will fail lookup
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Santa Sangre 1989 because of an error: IMDB lookup failed for Santa Sangre 1989
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Santa Sangre 1989 because of an error: IMDB lookup failed for Santa Sangre 1989
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for La danza de la realidad 2013
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     La danza de la realidad 2013 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping La danza de la realidad 2013 because of an error: IMDB lookup failed for La danza de la realidad 2013
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Spies Like Us 1985
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Spies Like Us 1985 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Spies Like Us 1985 because of an error: IMDB lookup failed for Spies Like Us 1985
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Brimstone 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Brimstone 2016 because of an error: IMDB lookup failed for Brimstone 2016
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Brimstone 2016 because of an error: IMDB lookup failed for Brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Rogue One: A Star Wars Story 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Rogue One: A Star Wars Story 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Rogue One: A Star Wars Story 2016 because of an error: IMDB lookup failed for Rogue One: A Star Wars Story 2016
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Rogue One: A Star Wars Story 2016 because of an error: IMDB lookup failed for Rogue One: A Star Wars Story 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Pane e cioccolata 1974
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Pane e cioccolata 1974 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Pane e cioccolata 1974 because of an error: IMDB lookup failed for Pane e cioccolata 1974
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Live Cargo 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Live Cargo 2016 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Live Cargo 2016 because of an error: IMDB lookup failed for Live Cargo 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Dans les forГЄts de SibГ©rie 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Dans les forГЄts de SibГ©rie 2016 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Dans les forГЄts de SibГ©rie 2016 because of an error: IMDB lookup failed for Dans les forГЄts de SibГ©rie 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Batman Begins 2005
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Batman Begins 2005 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Batman Begins 2005 because of an error: IMDB lookup failed for Batman Begins 2005
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Rogue One: A Star Wars Story 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Rogue One: A Star Wars Story 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Rogue One: A Star Wars Story 2016 because of an error: IMDB lookup failed for Rogue One: A Star Wars Story 2016
2017-04-03 11:37 VERBOSE  imdb          rutor_films     Skipping Rogue One: A Star Wars Story 2016 because of an error: IMDB lookup failed for Rogue One: A Star Wars Story 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Live Evil 2015
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Live Evil 2015 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Live Evil 2015 because of an error: IMDB lookup failed for Live Evil 2015
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for The Resurrected 1992
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     The Resurrected 1992 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping The Resurrected 1992 because of an error: IMDB lookup failed for The Resurrected 1992
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Kristy 2014
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Kristy 2014 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Kristy 2014 because of an error: IMDB lookup failed for Kristy 2014
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Whoever Slew Auntie Roo? 1972
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Whoever Slew Auntie Roo? 1972 will fail lookup
2017-04-03 11:37 INFO     imdb          rutor_films     Skipping Whoever Slew Auntie Roo? 1972 because of an error: IMDB lookup failed for Whoever Slew Auntie Roo? 1972
2017-04-03 11:37 DEBUG    exec          rutor_films     phase on_filter not configured
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Brimstone 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Brimstone 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for The Mummy's Shroud 1967
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     The Mummy's Shroud 1967 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for the mummy's shroud 1967
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Monster Trucks 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Monster Trucks 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for monster trucks 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for The Matchbreake 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     The Matchbreake 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for the matchbreake 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Santa Sangre 1989
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Santa Sangre 1989 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for santa sangre 1989
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Santa Sangre 1989
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Santa Sangre 1989 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for santa sangre 1989
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for La danza de la realidad 2013
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     La danza de la realidad 2013 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for la danza de la realidad 2013
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Spies Like Us 1985
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Spies Like Us 1985 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for spies like us 1985
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Brimstone 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for brimstone 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Rogue One: A Star Wars Story 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Rogue One: A Star Wars Story 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for rogue one: a star wars story 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Pane e cioccolata 1974
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Pane e cioccolata 1974 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for pane e cioccolata 1974
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Live Cargo 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Live Cargo 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for live cargo 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Dans les forГЄts de SibГ©rie 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Dans les forГЄts de SibГ©rie 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for dans les forГЄts de sibГ©rie 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Batman Begins 2005
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Batman Begins 2005 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for batman begins 2005
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Rogue One: A Star Wars Story 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Rogue One: A Star Wars Story 2016 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for rogue one: a star wars story 2016
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Live Evil 2015
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Live Evil 2015 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for live evil 2015
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for The Resurrected 1992
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     The Resurrected 1992 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for the resurrected 1992
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Kristy 2014
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Kristy 2014 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for kristy 2014
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     lookup for Whoever Slew Auntie Roo? 1972
2017-04-03 11:37 DEBUG    imdb_lookup   rutor_films     Whoever Slew Auntie Roo? 1972 will fail lookup
2017-04-03 11:37 VERBOSE  imdb_lookup   rutor_films     Imdb lookup failed for whoever slew auntie roo? 1972
2017-04-03 11:37 DEBUG    urlrewriter   rutor_films     Checking 0 entries
2017-04-03 11:37 VERBOSE  details       rutor_films     Summary - Accepted: 0 (Rejected: 0 Undecided: 20 Failed: 0)
2017-04-03 11:37 DEBUG    exec          rutor_films     running phase_name: on_output operation: for_accepted entries: 0
2017-04-03 11:37 DEBUG    exec          rutor_films     phase on_exit not configured
2017-04-03 11:37 DEBUG    util.simple_persistence rutor_films     Flushing simple persistence for task rutor_films to db.
2017-04-03 11:37 DEBUG    task_queue                    task queue shut down
2017-04-03 11:37 INFO     ipc.rpyc                      server has terminated
2017-04-03 11:37 INFO     ipc.rpyc                      listener closed
2017-04-03 11:37 DEBUG    util.simple_persistence                 Flushing simple persistence for task None to db.
2017-04-03 11:37 DEBUG    manager                       Shutting down
2017-04-03 11:37 DEBUG    manager                       Removed /home/user/.config/flexget/.rutor-lock 

Detailed log fragment:

2017-04-03 11:35 DEBUG    imdb_lookup   rutor_films     lookup for Brimstone 2016
2017-04-03 11:35 VERBOSE  imdb_lookup   rutor_films     Searching from imdb `Brimstone 2016`
2017-04-03 11:35 DEBUG    parser_internal rutor_films     Parsing movie: `Brimstone 2016` kwargs: {}
2017-04-03 11:35 DEBUG    movieparser   rutor_films     parts: [u'Brimstone', u'2016'], cut is: 2016
2017-04-03 11:35 DEBUG    movieparser   rutor_films     after parts check, cut data would be: `Brimstone` abs_cut: 9
2017-04-03 11:35 DEBUG    movieparser   rutor_films     data cut to `Brimstone` - this will be the name
2017-04-03 11:35 DEBUG    parser_internal rutor_films     Parsing result: <MovieParser(name=Brimstone,year=2016,quality=unknown)> (in 6.256 ms)
2017-04-03 11:35 DEBUG    utils.imdb    rutor_films     smart_match name=Brimstone year=2016
2017-04-03 11:35 DEBUG    utils.imdb    rutor_films     Searching: Brimstone
2017-04-03 11:35 DEBUG    utils.imdb    rutor_films     Search query: u'http://www.imdb.com/find'
2017-04-03 11:35 DEBUG    utils.requests rutor_films     Fetching URL http://www.imdb.com/find with args () and kwargs {'allow_redirects': True, 'params': {u'q': u'Brimstone', u's': u'tt'}, u'timeout': 30}
2017-04-03 11:35 DEBUG    utils.imdb    rutor_films     results table not found
2017-04-03 11:35 DEBUG    utils.imdb    rutor_films     search did not return any movies
2017-04-03 11:35 WARNING  imdb_lookup   rutor_films     IMDB lookup failed for Brimstone 2016
2017-04-03 11:35 INFO     imdb          rutor_films     Skipping Brimstone 2016 because of an error: Title `Brimstone 2016` lookup failed
2017-04-03 11:35 DEBUG    imdb_lookup   rutor_films     lookup for Brimstone 2016
2017-04-03 11:35 DEBUG    imdb_lookup   rutor_films     Brimstone 2016 will fail lookup
2017-04-03 11:35 INFO     imdb          rutor_films     Skipping Brimstone 2016 because of an error: IMDB lookup failed for Brimstone 2016

Additional information:

  • Flexget Version: 2.10.25
  • Python Version: 2.7.6
  • Installation method: pip
  • OS and version: ubuntu 14.04 server

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cviumcommented, May 30, 2017

Update beautifulsoup4 to 4.6.0 and it should work.

0reactions
paranoidicommented, Feb 2, 2019

IMDB parsing is not implemented for series in mind, this is unlikely to work ever.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flexget/Flexget - Gitter
<Shdwdrgn> 2017-06-12 20:40 WARNING imdb_lookup piratebay-movies IMDB lookup failed for Zootopia.2016.720p.WEBRip.AAC.2.0.x264-SRG.mp4.
Read more >
imdb_lookup | FlexGet
IMDB lookup. Performs IMDB search for all entries in the feed and provides IMDB lookup functionality to other plugins. imdb_lookup: yes.
Read more >
IMDb down? Current problems and outages - Downdetector
Internet Movie Database (IMDb) outages reported in the last 24 hours. This chart shows a view of problem reports submitted in the past...
Read more >
Lookup with IMDb ID - 500 Error : r/radarr - Reddit
I am trying to use Radarr API to command Movie Lookup through a Python 3 script, which searches a movie by imdb ID...
Read more >
IMDB Search Failure - SageTV Community - SageTV forums
I broke something in the Movie Info>Edit Video Info>IMDB search. It was working fine, but now get this error: IMDB search failed searching...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found