fail rar files that need password

This is the place to help test and discuss Version 6 Beta releases.

fail rar files that need password

Postby Fisherking » Wed Dec 04, 2024 5:54 pm

Dear Quade
Although I've checked "fail rar files that need password" in spam filter settings, newsbin keeps downloading passworded RARs without failing. Is there another option/switch to prevent this ?

V6.91RC1

Best Regards
Fisherking
Active Participant
Active Participant
 
Posts: 68
Joined: Tue Oct 24, 2006 3:34 pm

Registered Newsbin User since: 10/24/06

Re: fail rar files that need password

Postby Quade » Thu Dec 05, 2024 12:31 pm

I'd upgrade to RC3 and see if that solves it.

Are they rars and not 7zips?
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 45022
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: fail rar files that need password

Postby Fisherking » Thu Dec 05, 2024 4:21 pm

Quade wrote:I'd upgrade to RC3 and see if that solves it.

Are they rars and not 7zips?


They are Rars, and single tier structure, I mean there is not rar inside rar and so on

OK, I will try RC3 and let you know
Thanks & Best Regards
Fisherking
Active Participant
Active Participant
 
Posts: 68
Joined: Tue Oct 24, 2006 3:34 pm

Registered Newsbin User since: 10/24/06

Re: fail rar files that need password

Postby Fisherking » Thu Dec 05, 2024 4:27 pm

Fisherking wrote:
Quade wrote:I'd upgrade to RC3 and see if that solves it.

Are they rars and not 7zips?


They are Rars, and single tier structure, I mean there is not rar inside rar and so on

OK, I will try RC3 and let you know
Thanks & Best Regards


I've Updated to RC3 and tried one of them, the result is the same. It keeps downloading all sets.
First, it couldn't detect the total size, after loading the first par and rar, it detects the real total set size and continues to DL
Fisherking
Active Participant
Active Participant
 
Posts: 68
Joined: Tue Oct 24, 2006 3:34 pm

Registered Newsbin User since: 10/24/06

Re: fail rar files that need password

Postby Quade » Thu Dec 05, 2024 11:52 pm

The download list does "demand loading" meaning when they download first starts Newsbin loads the information to download before it starts downloading. I suspect that's what you mean. It's not using the information from the server to set the sizes. The PAR block count is set by the first par download.

How are you adding the files to download? The "force mode" Ctrl-Y will bypass the password check. I depend on password checking a decent amount. I suspect the files are being "forced" bypassing the password check.

In the "spam filter settings" make sure "Fail RAR that needs password" is checked.
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 45022
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: fail rar files that need password

Postby Fisherking » Fri Dec 06, 2024 5:15 am

Quade wrote:The download list does "demand loading" meaning when they download first starts Newsbin loads the information to download before it starts downloading. I suspect that's what you mean. It's not using the information from the server to set the sizes. The PAR block count is set by the first par download.

How are you adding the files to download? The "force mode" Ctrl-Y will bypass the password check. I depend on password checking a decent amount. I suspect the files are being "forced" bypassing the password check.

In the "spam filter settings" make sure "Fail RAR that needs password" is checked.


I collect headers via Forte Agent than I build NZBs with it. After that, I put these NZBs to Newsbin's AutoNZB folder to feed DL list. So I don't do any forcing.

"Fail RAR that needs password" switch is always on for years
Fisherking
Active Participant
Active Participant
 
Posts: 68
Joined: Tue Oct 24, 2006 3:34 pm

Registered Newsbin User since: 10/24/06

Re: fail rar files that need password

Postby Quade » Fri Dec 06, 2024 10:35 am

NZB's that are autoloaded are automatically "force downloaded". Let me investigate whether you can disable this or not.
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 45022
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: fail rar files that need password

Postby Fisherking » Fri Dec 13, 2024 7:55 pm

Quade wrote:NZB's that are autoloaded are automatically "force downloaded". Let me investigate whether you can disable this or not.


Dear Quade,
Any good news about this feature ?

Thank you & Best Regards
Fisherking
Active Participant
Active Participant
 
Posts: 68
Joined: Tue Oct 24, 2006 3:34 pm

Registered Newsbin User since: 10/24/06

Re: fail rar files that need password

Postby Quade » Sat Dec 14, 2024 5:57 pm

1 - In Newsbin do a "file save as" then note the location of your NBI file. It should be in the same folder as the data folder but it might not be. Then cancel without saving.

2 - Exit Newsbin. Then load the NBI file into a text editor like wordpad or VS code. The default filename is "Newsbin.nbi". The extension might be hidden.

3 - Look for the NZB section.

Code: Select all
[NZB]
NZB_BypassFilters = 0/1


If you set it to zero, it won't bypass the filters anymore. You might have to add this value if it's not there already.

Code: Select all
NZB_BypassFilters = 0


Then save.

I really recommend making a backup copy of the NBI before you edit it. Just in case.

This should make the password checker apply to the NZB files.
User avatar
Quade
Eternal n00b
Eternal n00b
 
Posts: 45022
Joined: Sat May 19, 2001 12:41 am
Location: Virginia, US

Registered Newsbin User since: 10/24/97

Re: fail rar files that need password

Postby Fisherking » Sat Dec 14, 2024 6:54 pm

Quade wrote:1 - In Newsbin do a "file save as" then note the location of your NBI file. It should be in the same folder as the data folder but it might not be. Then cancel without saving.

2 - Exit Newsbin. Then load the NBI file into a text editor like wordpad or VS code. The default filename is "Newsbin.nbi". The extension might be hidden.

3 - Look for the NZB section.

Code: Select all
[NZB]
NZB_BypassFilters = 0/1


If you set it to zero, it won't bypass the filters anymore. You might have to add this value if it's not there already.

Code: Select all
NZB_BypassFilters = 0


Then save.

I really recommend making a backup copy of the NBI before you edit it. Just in case.

This should make the password checker apply to the NZB files.


Mine was "NZB_BypassFilters=1"
I've changed it to "NZB_BypassFilters=0" and let you know the results
Many Thanks & Best Regards
Fisherking
Active Participant
Active Participant
 
Posts: 68
Joined: Tue Oct 24, 2006 3:34 pm

Registered Newsbin User since: 10/24/06

Re: fail rar files that need password

Postby Fisherking » Sat Dec 14, 2024 6:59 pm

Tested, confirm that it worked !!!

Thank you again Quade

Best Regards
Fisherking
Active Participant
Active Participant
 
Posts: 68
Joined: Tue Oct 24, 2006 3:34 pm

Registered Newsbin User since: 10/24/06


Return to Newsbin Version 6 Beta Support

Who is online

Users browsing this forum: No registered users and 6 guests