Failed to read password file

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
mojowire
Newbie
Newbie
Posts: 3
Joined: February 28th, 2021, 10:19 pm

Failed to read password file

Post by mojowire »

Having an issue with the folder path within Settings>Folders>Password file

If I enter d:\passwords.txt I receive the following in the GUI:
Failed to read the password file \\?\d:\passwords.txt

Its almost as if it is looking for a UNC path but trying that does not work.

I see the Default Base Folder: C:\Users\Administrator at the top of the folders section. Putting the passwords.txt file in there, and only putting the file name in the "Password file" section I receive the following:
Failed to read the password file \\?\C:\Users\Administrator\passwords.txt

Logs sample:
2021-02-28 22:27:03,374::INFO::[notifier:122] Sending notification: Warning - Failed to read the password file \\?\C:\Users\<USERNAME>\passwords.txt (type=warning, job_cat=None)
2021-02-28 22:27:03,374::WARNING::[misc:810] Failed to read the password file \\?\C:\Users\<USERNAME>\passwords.txt

Not sure what I am missing.

Any help is appreciated.
Thanks-
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Failed to read password file

Post by sander »

How did you edit your passwords.txt? So, with which editor?

What is the output of

Code: Select all

DIR C:\Users\Administrator\passwords.txt
mojowire
Newbie
Newbie
Posts: 3
Joined: February 28th, 2021, 10:19 pm

Re: Failed to read password file

Post by mojowire »

Sander-
I used the notepad.exe on Windows server to make the file. Default ANSI encoding.
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Failed to read password file

Post by sander »

1/2 ?
mojowire
Newbie
Newbie
Posts: 3
Joined: February 28th, 2021, 10:19 pm

Re: Failed to read password file

Post by mojowire »

Sander-

Yes, the output was incorrect, I had extensions hidden and it was passwords.txt.txt which is obviously wrong.
It works now, thanks for the help with my rudimentary computer skills.
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Failed to read password file

Post by sander »

Ah, yes, Hidden Extensions. That is an "interesting" feature of Windows.

Good that you reported back it works now.
fidp
Newbie
Newbie
Posts: 16
Joined: March 3rd, 2021, 11:31 am

Re: Failed to read password file

Post by fidp »

sander wrote: March 4th, 2021, 1:55 am Ah, yes, Hidden Extensions. That is an "interesting" feature of Windows.

Good that you reported back it works now.
"Interesting" things do not usually make me want to jump of a bridge. ;D ;) !
Post Reply