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

(UndefinedError) "output" is undefined

$
0
0

@mabba101 wrote:

Hi All,

I keep getting the following error when running any of my tasks from my config file.

2016-10-30 12:40 ERROR exec TV_HDT_FEED Could not set exec command for Frequency S01E04 Bleed Over 1080p WEBRip DD 5 1 x264-CasStudio: (UndefinedError) 'output' is undefined
2016-10-30 12:40 ERROR exec TV_HDT_FEED Could not set exec command for The Blacklist S04E06 The Trushes No 53 AMZN 1080p WEBRip DD 5 1 x264-DRACULA: (UndefinedError) 'output' is undefined

My config file is setup like

templates:
  tv:
    content_size:
      min: 800
      max: 7000
      strict: no
    configure_series:
      from:
        trakt_list:
          username: MyUser
          account: MyUser
          list: collection
          type: shows
        filesystem: D:/TV Shows
      settings:
        timeframe: 3 days
        target: 1080p
        quality: 720p-1080p !bluray
    # You must tell FlexGet to download the torrent file to some directory, so that it can be passed to uTorrent
    download: D:\Torrents\TVTorrents
    thetvdb_lookup: yes
    # Download path defined here can be used later as {{ut_path}} variable
    set:
      ut_path: D:/TV Shows/{{tvdb_series_name}}
    ## Output files to utorrent
    # /DIRECTORY takes two arguments:
    # 1. Save path (now set as {{ut_path}} ). pathscrub to delete unacceptable characters.
    # 2. Torrent file path ( set as {{output}} ). pathscrub done by default.
    # Detailed description: http://forum.utorrent.com/viewtopic.php?id=53988&p=1
    exec: C:\Users\Muhammad\AppData\Roaming\uTorrent\uTorrent.exe /DIRECTORY "{{ut_path|pathscrub}}" "{{output}}"

tasks:
  TV_HDT_FEED:
    priority: 1
    rss: https://hd-torrents.org/rss.php
    headers:
      Cookie: "uid=***; pass=****"
    template: tv
 
  TV_RBG_FEED:
    priority: 2
    rss: https://rarbg.to/rssdd.php?category=41
    template: tv

I have moved from windows 7 to 10 and I have had to install flexget again but this was working previously. Any help would be much appreciated.

Thanks

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles