Skip to content

SABnzbd not adding local nzb files #2186

@rbraunschweig

Description

@rbraunschweig

Expected behaviour:

Add local nzb file to SABnzbd.

Actual behaviour:

Not added to SABnzbd but still logged as a success.

Steps to reproduce:

  • Step 1: Run the task below

Config:

download-manual:
  filesystem:
    path: /data/watch
    mask: '*.nzb'
  disable: seen
  accept_all: yes
  sabnzbd:
    <<: *sabnzbd-config

Log:

2018-08-01 19:19 VERBOSE  filesystem    download-movies-manual Scanning folder /data/watch. Recursion is set to False.
2018-08-01 19:27 DEBUG    filesystem    download-movies-manual Scanning /data/watch
2018-08-01 19:27 DEBUG    filesystem    download-movies-manual Checking if /data/watch/Butch_Cassidy_and_the_Sundance_Kid.1969-NoGroup.nzb qualifies to be added as an entry.
2018-08-01 19:27 DEBUG    backlog       download-movies-manual 0 entries purged from backlog
2018-08-01 19:19 VERBOSE  details       download-movies-manual Produced 1 entries.
2018-08-01 19:19 VERBOSE  task          download-movies-manual ACCEPTED: `Butch_Cassidy_and_the_Sundance_Kid.1969-NoGroup` by accept_all plugin
2018-08-01 19:19 VERBOSE  details       download-movies-manual Summary - Accepted: 1 (Rejected: 0 Undecided: 0 Failed: 0)
2018-08-01 19:27 DEBUG    sabnzbd       download-movies-manual request_url: http://sabnzbd:8080/api?nzbname=Butch_Cassidy_and_the_Sundance_Kid.1969-NoGroup&apikey=<api_key>&mode=addurl&name=file%3A%2F%2F%2Fdata%2Fwatch%2FButch_Cassidy_and_the_Sundance_Kid.1969-NoGroup.nzb
2018-08-01 19:27 DEBUG    utils.requests download-movies-manual GETing URL http://sabnzbd:8080/api?nzbname=Butch_Cassidy_and_the_Sundance_Kid.1969-NoGroup&apikey=<api_key>&mode=addurl&name=file%3A%2F%2F%2Fdata%2Fwatch%2FButch_Cassidy_and_the_Sundance_Kid.1969-NoGroup.nzb with args () and kwargs {'allow_redirects': True, u'timeout': 30}
2018-08-01 19:19 INFO     sabnzbd       download-movies-manual Added `Butch_Cassidy_and_the_Sundance_Kid.1969-NoGroup` to SABnzbd

Additional information:

  • FlexGet version: 2.14.13.dev
  • Python version: 2.7.15
  • Installation method: git install
  • Using daemon: no
  • OS and version: Debian GNU/Linux 9 (stretch)

PR incoming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions