sabnzbd suddenly asking for login when i don't use a login

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
johnnybgood
Newbie
Newbie
Posts: 2
Joined: September 10th, 2015, 12:23 pm

sabnzbd suddenly asking for login when i don't use a login

Post by johnnybgood »

I've been using sabnzbd on ubuntu for years, but today suddenly when i try to login to the web ui it's asking me for a username and password. I've never used a username and password, i've always had it set to just start without a login
I've been looking at posts that say to open the sabnzbdini file and look for the first occurence of
username = user
password = pass
and change the lines to:

username = ""
password = ""

however when i look at the sabnzbd,ini file, the only occurences of username are in the provider sections, there is no entry for username = in the [misc] section. There is a value for password = but i asume that's an encrypted value.

I tried adding
username = "" above the password and changing pasword to
password = "" (after stopping sabnzbd)
but after starting sabnzbd again i looked at the file and it was back to what it had been before.

I'm at a loss as to what to try next and any help would be greatly appreciated.
Thanks
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: sabnzbd suddenly asking for login when i don't use a log

Post by sander »

Are you using Chrome as webbrowser?

What if you use a fresh, other webbrowser

And: what is your output of:

Code: Select all

$ cat ~/.sabnzbd/sabnzbd.ini | grep -i -e user -e pass -e '\[' | head -10
[misc]
password_file = /home/sander/does-not-exist.txt
password = ""
username = ""
[logging]
[growl]
growl_password = ""
[nzbmatrix]
username = ""
[newzbin]
johnnybgood
Newbie
Newbie
Posts: 2
Joined: September 10th, 2015, 12:23 pm

Re: sabnzbd suddenly asking for login when i don't use a log

Post by johnnybgood »

Thank you for your help

I must be blind, there was a username set, i just couldn't see it, even though i did searches in the file, However your command found it for me,

Somehow the username and password got set to match my news providers login credentials.
When i sett hem both to "" it started working again

Thanks for your help.
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: sabnzbd suddenly asking for login when i don't use a log

Post by sander »

My experience: automatically filled out by the webbrowser. Annoying indeed.
Post Reply