Page 1 of 1

SABnzbd keeps saying authentication missing

Posted: October 14th, 2012, 11:27 am
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

Re: SABnzbd keeps saying authentication missing

Posted: October 15th, 2012, 10:37 am
by shypike
You failed to set SABnzbd's apikey in the other programs.
The key is in Config->General.

Re: SABnzbd keeps saying authentication missing

Posted: October 15th, 2012, 10:45 am
by HotelCalifornia
The API key is set and correct in all 3 applications

Re: SABnzbd keeps saying authentication missing

Posted: October 15th, 2012, 10:54 am
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

Re: SABnzbd keeps saying authentication missing

Posted: October 15th, 2012, 11:30 am
by HotelCalifornia
It works, the warning must be triggered by something else

Re: SABnzbd keeps saying authentication missing

Posted: October 15th, 2012, 11:43 am
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

Re: SABnzbd keeps saying authentication missing

Posted: October 15th, 2012, 11:57 am
by shypike
Or if it's too much bother, disable the warning in Config->Specials.