Trying to get sonarr to work with Newsbin

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: -blank-
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 somewher 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 (will not allow me to leave blank)
username: -blank-
password: -blank-
category: tv
Recent Priority: Default
Older Priority: default
Use SSL: No

Of course, when I click test, I’m getting a failure. As soon as I can figure out how, I will attach the log file and debug log file from sonarr. I would appreciate any help I can get.

– update
log files are at dropbox https://www.dropbox.com/sh/fvljge9wbmqq8bf/AABeVHn_Kc5qYucPcpVA_edza?dl=0

Trace logs should log the response that’s failing, it looks like it’s failing when it’s checking the status for the category, but it’s not clear why.

Trace log has been added to the files available via the dropbox link

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.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.