0.7.17RC2 Password input broken
Forum rules
Help us help you:
Help us help you:
- 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: 0.7.17RC2 Password input broken
Something new about this?
Re: 0.7.17RC2 Password input broken
Have you tried 0.7.17 Final?
Re: 0.7.17RC2 Password input broken
Yep, sab still wont take the password out of the filename that i give the download entry.
Re: 0.7.17RC2 Password input broken
It works when you enter "my title/password" in the bottom field of the Add-NZB dialog.
It also works when you send a my_show{{password}}.nzb to the watched folder.
When exactly doesn't it work?
It also works when you send a my_show{{password}}.nzb to the watched folder.
When exactly doesn't it work?
Re: 0.7.17RC2 Password input broken
I add a nzb via chrome addon, on the sabnzb gui i choose the download entry and want to give it the name: "my_show{{password}}"shypike wrote:It works when you enter "my title/password" in the bottom field of the Add-NZB dialog.
It also works when you send a my_show{{password}}.nzb to the watched folder.
When exactly doesn't it work?
In versions before 7.17RC2 it worked and was translated into "my title/password"
If i use the "my title/password" version it cuts the whole filename and dont take the password. Instead it just name the download "my title+password" without any password.
Re: 0.7.17RC2 Password input broken
It could be that passwords aren't handled properly through the API, I'll check and fix if needed.
The SABnzbd GUI has a separate password box, so it doesn't support the other forms any more.
The SABnzbd GUI has a separate password box, so it doesn't support the other forms any more.
Re: 0.7.17RC2 Password input broken
Then that is the problem!shypike wrote:The SABnzbd GUI has a separate password box, so it doesn't support the other forms any more.
If you removed it, okay. But I thought it was broken...
Couldn't you add this again? I used this very frequently since i don't have nzbs files with a password in the filename.
Re: 0.7.17RC2 Password input broken
Yes please add this extremely convenient feature again! There's no reason to remove it.
Re: 0.7.17RC2 Password input broken
Not before 0.8.0. It was removed because it gave a a lot of problems,
due to overcomplexity in the implementation.
Will be redesigned for 0.8.0
due to overcomplexity in the implementation.
Will be redesigned for 0.8.0
Re: 0.7.17RC2 Password input broken
Embedded passwords are still supported in the API, I checked.shypike wrote:It could be that passwords aren't handled properly through the API, I'll check and fix if needed.
The SABnzbd GUI has a separate password box, so it doesn't support the other forms any more.
Embedded passwords can be entered in the NZB details page again (in 0.7.18) thanks to a patch contributed by user.
Re: 0.7.17RC2 Password input broken
Thank you for this