Page 1 of 1

API key incorrect, Use the API key from Config->General in your 3rd party program: 127.0.0.1 [SABnzbd/3.4.2]

Posted: October 23rd, 2021, 12:28 am
by giosa
Downloading nzb from the web, double clicking to add to SabNzbd getting API key incorrect, Use the API key from Config->General in your 3rd party program: 127.0.0.1 [SABnzbd/3.4.2]

I'm running Ubuntu Server with KDE desktop. I found out that internet connection is handled by systemd service not NetworkManager, maybe that is the issue.

Can't figure it out.

Re: API key incorrect, Use the API key from Config->General in your 3rd party program: 127.0.0.1 [SABnzbd/3.4.2]

Posted: October 23rd, 2021, 1:14 am
by sander
What is your question?

Re: API key incorrect, Use the API key from Config->General in your 3rd party program: 127.0.0.1 [SABnzbd/3.4.2]

Posted: October 23rd, 2021, 7:37 am
by giosa
sander wrote: October 23rd, 2021, 1:14 am What is your question?
How to make Sabnzbd not throw the error "API key incorrect, Use the API key from Config->General in your 3rd party program" when double cliking nzb file?


systemctl status sabnzbdplus
● sabnzbdplus.service - LSB: SABnzbd+ binary newsgrabber
Loaded: loaded (/etc/init.d/sabnzbdplus; generated)
Active: active (exited) since Sat 2021-10-23 00:52:59 EDT; 7h ago
Docs: man:systemd-sysv-generator(8)
Process: 1109 ExecStart=/etc/init.d/sabnzbdplus start (code=exited, status=0/SUCCESS)
CPU: 7ms

Oct 23 00:52:59 nuc systemd[1]: Starting LSB: SABnzbd+ binary newsgrabber...
Oct 23 00:52:59 nuc sabnzbdplus[1109]: * SABnzbd+ binary newsgrabber: service not enabled, edit /etc/default/sabnzbdplus
Oct 23 00:52:59 nuc systemd[1]: Started LSB: SABnzbd+ binary newsgrabber.

I think the service should not says "exited" isn't it?

Re: API key incorrect, Use the API key from Config->General in your 3rd party program: 127.0.0.1 [SABnzbd/3.4.2]

Posted: October 23rd, 2021, 11:02 am
by sander
As you mention systemctl: do you think systemctl has to do with it? Do you get the error if you run SABnzbd from CLI, like "python3 /path/to/SABnzbd.py"?

Back to your error:

Code: Select all

 API key incorrect, Use the API key from Config->General in your 3rd party program: 127.0.0.1 [SABnzbd/3.4.2]
It seems SAB is complaining SABnzbd itself is accessing with the wrong API key. Weird. Never seen that. Easy first thing: reboot your system, and try again.

Re: API key incorrect, Use the API key from Config->General in your 3rd party program: 127.0.0.1 [SABnzbd/3.4.2]

Posted: October 23rd, 2021, 12:42 pm
by safihre
Seems there's 2 instances of Sabnzbd installed.