Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

[BUG] IPtorrent plugin - 'NoneType' object has no attribute 'text'

$
0
0

@opicron wrote:

After getting the IPTorrent working, I receive the following error. Please note that my configuration is working fine with TorrentLeech:

2017-01-20 09:26 CRITICAL task          get-movies      BUG: Unhandled error in plugin discover: 'NoneType' object has no attribute 'text'
2017-01-20 09:26 CRITICAL manager       get-movies      An unexpected crash has occurred. Writing crash report to d:\_flexget\crash_report.2017.01.20.092652235000.log. Please verify you are running the latest version of flexget by using "flexget -V" from CLI or by using version_checker plugin at http://flexget.com/wiki/Plugins/version_checker. You are currently using version 2.9.6
2017-01-20 09:26 WARNING  task          get-movies      Aborting task (plugin: discover)

The log file:

2017-01-20 09:19 VERBOSE  discover      get-movies      Searching for `Approaching the Unknown (2016)` with plugin `iptorrents` (1 of 25)
2017-01-20 09:19 CRITICAL task          get-movies      BUG: Unhandled error in plugin discover: 'NoneType' object has no attribute 'text'
Traceback (most recent call last):
  File "d:\code\python\lib\site-packages\flexget\task.py", line 490, in __run_plugin
    return method(*args, **kwargs)
  File "d:\code\python\lib\site-packages\flexget\event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "d:\code\python\lib\site-packages\flexget\plugins\input\discover.py", line 290, in on_task_input
    return self.execute_searches(config, entries, task)
  File "d:\code\python\lib\site-packages\flexget\plugins\input\discover.py", line 155, in execute_searches
    search_results = search.search(task=task, entry=entry, config=plugin_config)
  File "d:\code\python\lib\site-packages\flexget\plugin.py", line 118, in wrapped_func
    return func(*args, **kwargs)
  File "d:\code\python\lib\site-packages\flexget\plugins\sites\iptorrents.py", line 150, in search
    entry['title'] = torrent.findPrevious("a", attrs={'class': 't_title'}).text
AttributeError: 'NoneType' object has no attribute 'text'

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles