Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Unhandled error in deluge Keyerror: 'file'

$
0
0

@joneso87 wrote:

Having an issue with my deluge config, anyone provide any insight? Was completely functional about 5 days ago. Here' the error.

2019-12-12 11:54 CRITICAL task          movies          BUG: Unhandled error in plugin deluge: 'file'
Traceback (most recent call last):
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/task.py", line 520, in __run_plugin
    result = method(*args, **kwargs)
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/event.py", line 20, in __call__
    return self.func(*args, **kwargs)
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/plugins/clients/deluge.py", line 413, in on_task_output
    if not os.path.exists(entry['file']):
  File "/home/odroid/flexget/lib/python3.6/site-packages/flexget/utils/lazy_dict.py", line 69, in __getitem__
    item = self.store[key]
KeyError: 'file'

Here is a relevant bit from my config, but the error happens anywhere deluge is used.

  watchlist:
    priority: 8
    trakt_list:
      username: 
      account: 
      list: Movies
      type: movies
    seen: local
    accept_all: yes
    list_add:
      - movie_list: movieslist

  movies:
    priority: 9
    parsing:
      movie: guessit
    discover:
      release_estimations: loose
      interval: 4 hours
      what:
        - movie_list: movieslist
      from:
        - rarbg:
            category: [44, 45, 17, 51, 46, 42]
        - piratebay:
            category: all
        - 1337x: yes
        - limetorrents:
            category: movies
    sort_by:
      field: torrent_availability
      reverse: yes
    tmdb_lookup: yes
    magnets: yes
    quality: 
      - 720p-2160p dd+5.1|dts|dtshd|truehd|dd5.1|flac
      - remux+
    list_match:
      from:
        - movie_list: movieslist
    sort_by:
      field: torrent_seeds
      reverse: yes
    content_size:
      min: 7000
      max: 35000
    interval: 1 hour
    deluge:
      username: localclient
      password: deluge
      magnetization_timeout: 45
      main_file_only: yes
      content_filename: "{{tmdb_name|replace(':',' ')}} ({{tmdb_year}})/{{tmdb_name|replace(':',' ')}}-{{tmdb_year}}"
      move_completed_path: /media/odroid/WD/Media/Movies/
    cfscraper: yes

Any ideas what's causing the failure and whether I can fix it?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles