SABnzbd keeps saying authentication missing

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
HotelCalifornia
Newbie
Newbie
Posts: 8
Joined: September 25th, 2012, 10:24 pm

SABnzbd keeps saying authentication missing

Post by HotelCalifornia »

Hi all,

I keep having this error pop in my logs

Code: Select all

2012-10-14 02:40:53,909 WARNING: Authentication missing, please enter username/password from Config->General into your 3rd party program:
I am using Sick Beard, CouchPotato and headphones.
I checked in everyone of them, I put the correct API key and sabnzbd http username + password in their respective configs.
Yet I keep getting this warning.

This is what happened around the time this warning occured:

Code: Select all

2012-10-14 02:39:54,166::INFO::[assembler:87] Decoding /home/user/Downloads/incomplete/Some NZB/some-nzb.r28 yenc
2012-10-14 02:40:41,784::INFO::[__init__:895] Saving data for totals9.sab in /home/user/.sabnzbd/admin/totals9.sab
2012-10-14 02:40:41,788::INFO::[assembler:87] Decoding /home/user/Downloads/incomplete/Some NZB/some-nzb.r29 yenc
2012-10-14 02:40:53,909::WARNING::[interface:212] Authentication missing, please enter username/password from Config->General into your 3rd party program:
2012-10-14 02:41:44,014::INFO::[__init__:895] Saving data for totals9.sab in /home/user/.sabnzbd/admin/totals9.sab
2012-10-14 02:41:44,016::INFO::[assembler:87] Decoding /home/user/Downloads/incomplete/Some NZB/some-nzb.r30 yenc
2012-10-14 02:42:33,382::INFO::[__init__:895] Saving data for totals9.sab in /home/user/.sabnzbd/admin/totals9.sab

Code: Select all

2012-10-13 00:49:17,477::INFO::[downloader:243] Post-processing finished, resuming download
2012-10-13 00:50:09,535::INFO::[__init__:895] Saving data for totals9.sab in /home/user/.sabnzbd/admin/totals9.sab
2012-10-13 00:50:09,537::INFO::[assembler:87] Decoding /home/user/Downloads/incomplete/Other NZB/other-nzb.rar yenc
2012-10-13 00:50:55,325::WARNING::[interface:212] Authentication missing, please enter username/password from Config->General into your 3rd party program:
2012-10-13 00:51:14,461::INFO::[__init__:895] Saving data for totals9.sab in /home/user/.sabnzbd/admin/totals9.sab
2012-10-13 00:51:14,463::INFO::[assembler:87] Decoding /home/user/Downloads/incomplete/Other NZB/other-nzb.r00 yenc
2012-10-13 00:52:05,912::INFO::[assembler:87] Decoding /home/user/Downloads/incomplete/Other NZB/other-nzb.r01 yenc
I have no idea what is causing it. Any suggestions?

Version: 0.7.3
OS: OpenSUSE 12.2
Install-type: pulled tarball
Skin (if applicable): smpl
Firewall Software: SUSE firewall
Are you using IPV6? no
Is the issue reproducible? not sure how to reproduce it but it's occurring regularly
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd keeps saying authentication missing

Post by shypike »

You failed to set SABnzbd's apikey in the other programs.
The key is in Config->General.
HotelCalifornia
Newbie
Newbie
Posts: 8
Joined: September 25th, 2012, 10:24 pm

Re: SABnzbd keeps saying authentication missing

Post by HotelCalifornia »

The API key is set and correct in all 3 applications
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd keeps saying authentication missing

Post by shypike »

Well, it just works.
If you think otherwise, try an URL in your browser.
Try:
http://host:port/sabnzbd/api?mode=qstatus&apikey=YOURAPIKEY
HotelCalifornia
Newbie
Newbie
Posts: 8
Joined: September 25th, 2012, 10:24 pm

Re: SABnzbd keeps saying authentication missing

Post by HotelCalifornia »

It works, the warning must be triggered by something else
User avatar
sander
Release Testers
Release Testers
Posts: 9061
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd keeps saying authentication missing

Post by sander »

HotelCalifornia wrote:It works, the warning must be triggered by something else
Well, then the solution is easy:
Change SAB's listening port from 8080 to something else, for example 8090.
Start SABnzbd, and check that there is no authentication missing message in your log.
Then switch your first application to port 8090, check it works, and check your log
Then switch your second application to port 8090, check it works, and check your log
Then switch your third application to port 8090, check it works, and check your log

If you get errors, you know which application it causes. Solve that.

If the errors are gone, you're a happy person.

HTH
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd keeps saying authentication missing

Post by shypike »

Or if it's too much bother, disable the warning in Config->Specials.
Post Reply