Hi,
i createt da file with Notepad that contains one password,
saved it at: C:\sabnzb\Passwort.txt
at config/folder i put C:\sabnzb\Passwort.txt in it,
but sabnzbd just wont try the password from the file, i just get the error that the file is encrpyted.
I alreday tryed to create a file with Notepad++ it wont work either
It works just fine if i type the password direct into the file, but it would be nice if it could work automatic
Problem with Password File
Forum rules
Help us help you:
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.
Re: Problem with Password File
Does it work with multiple passwords?
Re: Problem with Password File
Sadly no
Re: Problem with Password File
Check your sabnzbd.log (Status -> Latest Warnings -> Show Logging) file for a line like this:
What does it say?
Code: Select all
2015-07-30 19:18:20,688::INFO::[newsunpack:497] Read 3 passwords from file /home/sander/geheime-wachtwoorden.txtRe: Problem with Password File
It only says:
2015-07-31 15:28:00,532 WARNUNG: WARNUNG:: Paused job "xy.x264" because of encrypted RAR file
2015-07-31 15:28:00,532 WARNUNG: WARNUNG:: Paused job "xy.x264" because of encrypted RAR file
Re: Problem with Password File
That comes before, since you told SABnzbd to pause encrypted downloads.
Setting a password in the password file will not prevent this pause.
You either have to set a specific password for the job (see details page, click on job title)
or you need to disable the pause-encrypted-downloads option in Config->Switches.
Setting a password in the password file will not prevent this pause.
You either have to set a specific password for the job (see details page, click on job title)
or you need to disable the pause-encrypted-downloads option in Config->Switches.
Re: Problem with Password File
OK, so it stops/pauses? Do this: Unpause it.Firefrog wrote:It only says:
2015-07-31 15:28:00,532 WARNUNG: WARNUNG:: Paused job "xy.x264" because of encrypted RAR file
The sequence seen in sabnzbd.log will then be like:
Code: Select all
$ cat ~/.sabnzbd/logs/sabnzbd.log | grep -i -e password -e "paused job"
2015-07-31 15:38:25,662::WARNING::[assembler:118] WARNING: Paused job "movie" because of encrypted RAR file
2015-07-31 15:47:11,712::INFO::[newsunpack:497] Read 1 passwords from file /home/sander/does-not-exist.txt
2015-07-31 15:47:11,712::DEBUG::[newsunpack:511] Trying unrar with password "halllllo"
2015-07-31 15:47:11,803::ERROR::[newsunpack:520] Unpacking failed, archive requires a password (blabla-more-bla.part01.rar)Re: Problem with Password File
That just worked fine, i overlocked the button.shypike wrote:That comes before, since you told SABnzbd to pause encrypted downloads.
Setting a password in the password file will not prevent this pause.
You either have to set a specific password for the job (see details page, click on job title)
or you need to disable the pause-encrypted-downloads option in Config->Switches.
Tanks a lot

