Search found 9 matches

by jippo
January 4th, 2018, 5:46 am
Forum: Beta Releases
Topic: 2.3.2RC1 - PreQueue script not working anymore
Replies: 19
Views: 12717

Re: 2.3.2RC1 - PreQueue script not working anymore

I found another faulty translation: 2018-01-04 11:36:23,884::INFO::[__init__:613] Backing up \\?\D:\Incomplete\Ed_Sheeran_-_÷_Devide\__ADMIN__\Ed_Sheeran_-_÷_Devide.nzb.gz 2018-01-04 11:36:23,888::INFO::[newsunpack:2303] Running pre-queue script [u'C:\\PreQueue\\PreQueue.exe', u'Ed_Sheeran_-_\xf7_De...
by jippo
December 20th, 2017, 10:09 am
Forum: Beta Releases
Topic: 2.3.2RC1 - PreQueue script not working anymore
Replies: 19
Views: 12717

Re: 2.3.2RC1 - PreQueue script not working anymore

I've installed the testing version and it seems if the problem is solved.
I will keep it running and see if the problem comes back.
by jippo
December 15th, 2017, 3:04 am
Forum: Beta Releases
Topic: 2.3.2RC1 - PreQueue script not working anymore
Replies: 19
Views: 12717

Re: 2.3.2RC1 - PreQueue script not working anymore

I have done some extra testing and found that there are two more characters that are being transformed: The _ is changed in \xf2 The ~ is changed in \xfe 2017-12-15 08:51:00,615::INFO::[__init__:613] Backing up \\?\D:\Incomplete\~!@#$%^&()_+.QWERTYUIOP{}\__ADMIN__\~!@#$%^&()_+.QWERTYUIOP{}.n...
by jippo
December 12th, 2017, 9:56 am
Forum: Beta Releases
Topic: 2.3.2RC1 - PreQueue script not working anymore
Replies: 19
Views: 12717

Re: 2.3.2RC1 - PreQueue script not working anymore

I don't think you can use my pre queue script because it searches trough a local mysql database for keywords that match words in the nzb name and if there is a match it will lookup the corresponding category in the database which it will post back to sabnzbd.

I will send you the nzb file.
by jippo
December 12th, 2017, 7:33 am
Forum: Beta Releases
Topic: 2.3.2RC1 - PreQueue script not working anymore
Replies: 19
Views: 12717

Re: 2.3.2RC1 - PreQueue script not working anymore

Well \x9 itsn't just applicable to the nzb filename as you can see in the piece of the log the \x9 is also found in the group list (in this particular nzb): 'alt.binaries.xylo alt.binaries.goonies alt.binaries.goat alt.binaries. \x9 flowed alt.binaries.superman' What I notice is that these so called...
by jippo
December 12th, 2017, 5:53 am
Forum: Beta Releases
Topic: 2.3.2RC1 - PreQueue script not working anymore
Replies: 19
Views: 12717

Re: 2.3.2RC1 - PreQueue script not working anymore

Since I updated to 2.3.2RC2 my preQueue script seems to work again, but with some hickups. For some reasons some of the input arguments are transformed: 2017-12-12 04:21:21,506::INFO::[__init__:613] Backing up \\?\D:\Incomplete\The.Gifted.S01E10.720p.HDTV.x264-AVS\__ADMIN__\The.Gifted.S01E10.720p.HD...
by jippo
December 5th, 2017, 8:37 am
Forum: Beta Releases
Topic: 2.3.2RC1 - PreQueue script not working anymore
Replies: 19
Views: 12717

Re: 2.3.2RC1 - PreQueue script not working anymore

2017-12-05 08:29:58,683::INFO::[newsunpack:2301] Running pre-queue script [u'C:\\PreQueue\\PreQueue.exe', u'Marvels.Runaways.S01E05.720p.WEB.h264-TBS', None, 'tv-sonarr', '', u'-100', '1003347988', 'alt.binaries.jerry alt.binaries.frogs alt.binaries.lou alt.binaries.inner-sanctum alt.binaries.hou a...
by jippo
December 5th, 2017, 8:09 am
Forum: Beta Releases
Topic: 2.3.2RC1 - PreQueue script not working anymore
Replies: 19
Views: 12717

2.3.2RC1 - PreQueue script not working anymore

I think since I updated to the 2.3.2RC1 version my prequeue script isn't working anymore, for every nzb I'm getting this error message in my logs. 2017-12-05 08:29:58,683::DEBUG::[newsunpack:2306] Failed script C:\PreQueue\PreQueue.exe, Traceback: Traceback (most recent call last): File "sabnzb...
by jippo
September 2nd, 2011, 5:07 pm
Forum: Third-party Addons
Topic: C# Upload NZB to SABnzbd - EXAMPLE
Replies: 2
Views: 5794

Re: C# Upload NZB to SABnzbd - EXAMPLE

Here's the code in VB.NET (with an edit in the boundary, to get it working): Public Sub UploadNZB(ByVal FileSpec As String, ByVal host As String, ByVal port As String, ByVal apikey As String, ByVal category As String) Dim boundary As String = DateTime.Now.Ticks.ToString("x") Dim body As St...