nzblnk / nzb-monkey

Reference implementation of how to handle a NZBLNK-URI.
https://nzblnk.github.io/nzb-monkey/
MIT License
77 stars 30 forks source link

Settings for SABNZBD #14

Closed DerKiLLa closed 6 years ago

DerKiLLa commented 6 years ago

Hello, i have some issues with the settings ... our servers ui path is https://url/sab/

Here are our settings ...

2018-01-17 10_33_08-sabnzbd config - general

Settings in nzb-monkey:

[SABNZBD]
# SABnzbd Hostname
host = url
# SABnzbd Port
port = 8080
# Use https
ssl = false
# NZB Key
nzbkey = xxx
# Basic Auth Username
basicauth_username = username
# Basic Auth Password
basicauth_password = password
# Basepath
basepath = sab
# Category
category = 
# Add the nzb paused to the queue
addpaused = False

When i use these settings, i get an error:

  • Pushing to SABNZBD ...FAILED: HTTPConnectionPool(host='url', port=8080): Max retries exceeded with url: /sab/api (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0402B410>: Failed to establish a new connection: [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte',))

Same with https and port 9090 ...

DerKiLLa commented 6 years ago

My own fault ... had to use port 443.