I'm trying to get sonarr (and Radarr) to send the nzb files they to newsbin for download. It seems so simple to set up in concept, so I feel I must be doing something wrong.
Sonarr version: 2.0.0.5344
Windows 7 Pro
I’m trying to integrate Newsbin v6.82 (build 5142)
On the newsbin side, my settings for Remote NZB Interface are: (after I check the box to enable it)
Username: -blank-
Password: -blank-
ApI Key: abcd
port: 8000 (which is the default)
catagories: *,movies,series,tv
On the Sonar Side: I got to Settings->Download client-> -> SABnzbd (chosen because newsbin is not listed and I saw a suggestion to use this one somewhere else)
The filled in values are:
Name: Newsbin
Enable: Yes
host: 127.0.0.1
port 8000 (changed from default of 8080)
URL base: -blank-
API Key: abcd
username: -blank-
password: -blank-
category: tv
Recent Priority: Default
Older Priority: default
Use SSL: No
When I click 'test', I get
Test was aborted due to an error: Error response received from SABnzbd:
I posted this in the Sonarr forums, they asked for a Sonarr trace log, which I provided. They're response was:
"http://127.0.0.1:8000/api?mode=fullstatus&skip_dashboard=1&apikey=(removed)&output=json returns:
{
"status":"false"
}
Not sure what failed on the Newsbin side, but that’s the issue."
Anybody more familiar with this see something wrong with my setup?