Search found 160 matches

by Puzzled
January 6th, 2022, 6:08 pm
Forum: General Help
Topic: SSL problem on Manjaro after update
Replies: 11
Views: 11379

Re: SSL problem on Manjaro after update

This happens when you are tryng to connect to a server, right? If so then it's probably because Python 3.10 is more strict about what it will accept than earlier Python versions. Try the SABnzbd 3.5 beta if you can. It has some changes to make it work with more servers.
by Puzzled
January 3rd, 2022, 9:03 am
Forum: General Help
Topic: Allow multiple, reject multiple in single RSS filter
Replies: 4
Views: 12947

Re: Allow multiple, reject multiple in single RSS filter

I think this regex will do what you want:

Code: Select all

^((?!four|five|six).)*(one|two|three)((?!four|five|six).)*$
by Puzzled
December 8th, 2021, 8:06 am
Forum: General Help
Topic: Very low internet speed downloading with ethernet [raspi]
Replies: 12
Views: 13375

Re: Very low internet speed downloading with ethernet [raspi]

ubuntu@ubuntu:~$ sudo hdparm -Tt /dev/sda /dev/sda: Timing cached reads: 1658 MB in 2.00 seconds = 829.74 MB/sec Timing buffered disk reads: 172 MB in 3.35 seconds = 51.27 MB/sec hdparm reads the disk sequentially outside the file system and it is read speed, not write speed. The result can be quit...
by Puzzled
December 6th, 2021, 2:55 pm
Forum: General Help
Topic: SABnzbd: Warning: Empty NZB file...
Replies: 2
Views: 3697

Re: SABnzbd: Warning: Empty NZB file...

Have you checked that the nzbs aren't actually empty?
by Puzzled
December 6th, 2021, 2:53 pm
Forum: General Help
Topic: Failing to connect
Replies: 5
Views: 13383

Re: Failing to connect

Is there an error message? What does it say when you try Test server on the server config page?
by Puzzled
December 4th, 2021, 3:59 pm
Forum: General Help
Topic: Error pop from empty list while running par2
Replies: 22
Views: 37983

Re: Error pop from empty list while running par2

Which usenet server are you using (specific address and port)? It could be a Supernews problem. Try getting the free 25 GB from xsusenet.com and add it as a secondary server. I would also run a memcheck program, if there is such a thing for Mac.
by Puzzled
December 4th, 2021, 11:01 am
Forum: Post-Processing Scripts
Topic: Powershell script for moving sample mkvs into folder
Replies: 6
Views: 113487

Re: Powershell script for moving sample mkvs into folder

Add some debug output to the scripts. Print the directory the scripts are using as base and each command they are executing with the variables expanded. I don't know PS so I can't help you with the exact commands.
by Puzzled
November 28th, 2021, 9:18 am
Forum: General Help
Topic: Disk error on creating file = Errno 13
Replies: 36
Views: 124538

Re: Disk error on creating file = Errno 13

I have added printing of the error in a pull request on Github. You can download binaries for Windows here: https://github.com/sabnzbd/sabnzbd/actions/runs/1512830592 (Requires Github account). I would appreciate if you can test it and let us know what it says. There should be an info line which say...
by Puzzled
November 23rd, 2021, 6:42 am
Forum: General Help
Topic: Email Notification On Job Completion always set to NEVER
Replies: 6
Views: 13408

Re: Email Notification On Job Completion always set to NEVER

My current work-around is keeping the notification page open at all times with ALWAYS selected, since closing the page seems to be problematic. If it's working then it's because you saved it correctly and didn't edit afterwards, not because you keep the config page open. It's the config that is sav...
by Puzzled
November 19th, 2021, 7:19 pm
Forum: General Help
Topic: Email Notification On Job Completion always set to NEVER
Replies: 6
Views: 13408

Re: Email Notification On Job Completion always set to NEVER

I fixed it here: https://github.com/sabnzbd/sabnzbd/pull/1981

It should be saved correctly, though, so if you save it as always and don't save again on that page then you should get notifications. If not then I think something else is wrong.
by Puzzled
November 19th, 2021, 7:23 am
Forum: General Help
Topic: Disk error on creating file = Errno 13
Replies: 36
Views: 124538

Re: Disk error on creating file = Errno 13

Do you think that additional info will provide things like "... because in use by Proces XYZ" (virusscanner use case), or "no rights to write file", or "disk not available" ... ? Because that would indeed be useful. Errno 13 can be caused by the high level error codes ...
by Puzzled
November 18th, 2021, 7:19 pm
Forum: General Help
Topic: Disk error on creating file = Errno 13
Replies: 36
Views: 124538

Re: Disk error on creating file = Errno 13

A possibly more fine grained error code can be read using status = hex(ctypes.windll.ntdll.RtlGetLastNtStatus() + 2**32) (requires import ctypes). The error codes are listed here: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55 Maybe this sh...
by Puzzled
September 12th, 2021, 4:57 am
Forum: Beta Releases
Topic: 3.4.0RC1 Error: Cannot create final folder & Volume Label Syntax issue
Replies: 7
Views: 24492

Re: 3.4.0RC1 Error: Cannot create final folder & Volume Label Syntax issue

It's possible that his LTSC version handles this differently than the current W10.
by Puzzled
September 12th, 2021, 4:38 am
Forum: General Help
Topic: 3.3.1: Sab appeared to be stuck, then when I rebuilt the queue and restarted it seemed to lose some downloaded articles
Replies: 14
Views: 13238

Re: 3.3.1: Sab appeared to be stuck, then when I rebuilt the queue and restarted it seemed to lose some downloaded artic

Come to think of it, redownloading the articles is probably the intended behaviour because SAB doesn't know which particular articles are missing from a file. If a file is not complete then it has to download all of it when you retry.
by Puzzled
September 11th, 2021, 3:42 pm
Forum: General Help
Topic: 3.3.1: Sab appeared to be stuck, then when I rebuilt the queue and restarted it seemed to lose some downloaded articles
Replies: 14
Views: 13238

Re: 3.3.1: Sab appeared to be stuck, then when I rebuilt the queue and restarted it seemed to lose some downloaded artic

Sorry, I can't see anything in that log file that looks particularly wrong. I'm not sure if it contains the part where you reset the nzb. The orange state means that a lot of articles are missing. It should give up eventually, though.