Search found 28 matches

by Howitzer
August 15th, 2021, 9:44 am
Forum: General Help
Topic: Post-Processing Script errors ('userid' and 'rsstoken')
Replies: 15
Views: 10957

Re: Post-Processing Script errors ('userid' and 'rsstoken')

Good link! That definitely seems to be the issue.

I tried to simulate from a CMD window...

With quotes worked in that the fail parm was presented as one string parameter but CMD still threw an error:

& was unexpected at this time.
by Howitzer
August 14th, 2021, 12:15 pm
Forum: General Help
Topic: Post-Processing Script errors ('userid' and 'rsstoken')
Replies: 15
Views: 10957

Re: Post-Processing Script errors ('userid' and 'rsstoken')

Well as I said in the first post, I am not using a Python script so what happens with a Python script doesn't really mean anything. Python scripts are handle by a different process than Windows batch scripts. Create a batch file with one line and use it to post proc to see the issue. ECHO %CmdCmdLin...
by Howitzer
August 4th, 2021, 9:59 am
Forum: General Help
Topic: Post-Processing Script errors ('userid' and 'rsstoken')
Replies: 15
Views: 10957

Re: Post-Processing Script errors ('userid' and 'rsstoken')

Hey @safihre Any luck on this? The Indexer in question has come back to me and we have confirmed that the x-dnzb-failure header value they are supplying is a valid URL with no spaces. So the spaces are somehow being added by a process in SAB before being passed to the Post-Proc. and creating this er...
by Howitzer
July 23rd, 2021, 3:51 pm
Forum: General Help
Topic: Post-Processing Script errors ('userid' and 'rsstoken')
Replies: 15
Views: 10957

Re: Post-Processing Script errors ('userid' and 'rsstoken')

The post proc fail URL is not in the nzb file itself. I can ignore the parameters.. that's not the problem. The problem is that some text which should be part of parameter 8 has spaces and a & character. When you pass CMD.EXE a string that contains a space followed by a & character that is t...
by Howitzer
July 23rd, 2021, 2:55 pm
Forum: General Help
Topic: Post-Processing Script errors ('userid' and 'rsstoken')
Replies: 15
Views: 10957

Re: Post-Processing Script errors ('userid' and 'rsstoken')

Yes that's the parameter. Well it looks like it... my postproc script in SAB is a batch file, the first two lines are @ECHO OFF and ECHO %CmdCmdLine% so I can see exactly what I got. It outputs up to the first & %8 is the url but ends at ?guid %9 is the value I combined those as %8=%9 so I had t...
by Howitzer
July 23rd, 2021, 11:28 am
Forum: General Help
Topic: Post-Processing Script errors ('userid' and 'rsstoken')
Replies: 15
Views: 10957

Re: Post-Processing Script errors ('userid' and 'rsstoken')

I can't... that's not how these parameters work... I can put quotes around the parameters I receive from SAB but if I receive: parm1 parm2 parm3 parm4 parm5 parm6 parm7 parm8 parm9partofParm8 & Cmd2partofParm8 & Cmd3partofParm8 There is nothing I can do with Cmd2 and Cmd3 as they are not tre...
by Howitzer
July 23rd, 2021, 9:36 am
Forum: General Help
Topic: Post-Processing Script errors ('userid' and 'rsstoken')
Replies: 15
Views: 10957

Post-Processing Script errors ('userid' and 'rsstoken')

I am seeing these errors in my post processing script log periodically. 'userid' is not recognized as an internal or external command, operable program or batch file. 'rsstoken' is not recognized as an internal or external command, operable program or batch file. This only happens with NZBs from one...
by Howitzer
November 3rd, 2017, 9:15 am
Forum: Post-Processing Scripts
Topic: Another delete script request
Replies: 4
Views: 22850

Re: Another delete script request

You are saying "commercial" but do you mean "sample"? Have you tried just deleting anything with "sample" in the file name?
by Howitzer
September 12th, 2017, 8:54 am
Forum: General Help
Topic: Easy guide to sorting/categories
Replies: 24
Views: 79600

Re: Easy guide to sorting/categories

That was a really long way to say "No". :)
by Howitzer
September 11th, 2017, 7:05 pm
Forum: General Help
Topic: Easy guide to sorting/categories
Replies: 24
Views: 79600

Re: Easy guide to sorting/categories

Every time I try to set a Category name like "TV" or "Movies" sabnzbd forcibly converts it to "tv" and "movies" so I wouldn't describe that as case insensitive, it seems to have a clear preference for all lowercase no matter what I want.... ;-p
by Howitzer
September 11th, 2017, 1:27 am
Forum: General Help
Topic: Easy guide to sorting/categories
Replies: 24
Views: 79600

Re: Easy guide to sorting/categories

Is it not possible to use UPPERCASE LETTERS in Category names?
by Howitzer
May 5th, 2017, 9:08 am
Forum: Bug Reports
Topic: Memory Leak... in Chrome
Replies: 4
Views: 2622

Re: Memory Leak... in Chrome

I am having the same issue with Chrome. The sabnzbd tab crashed due to out of memory error. Windows 7, computer on 24x7. Chrome Version 57.0.2987.133 (64-bit) Currently running sabnzbd 2.0.1RC1 but upgraded because I was experiencing this issue with 2.0.0RC1 originally. I am using the Plush - gold s...
by Howitzer
November 24th, 2016, 6:43 pm
Forum: General Help
Topic: Restarting Job
Replies: 13
Views: 12755

Re: Restarting Job

I have increased my propagation time and that helps but it doesn't really solve the issue. If deleting the previous job and restarting it using the same NZB ALWAYS works (which is my experience on all same-day nzb's) then I would suggest there are two better solutions that are possible: First choice...