Search found 985 matches

by jcfp
May 2nd, 2023, 10:24 am
Forum: General Help
Topic: can't start source from FreeBSD RC
Replies: 1
Views: 1148

Re: can't start source from FreeBSD RC

Note that the 'not found' in "sh: /Users/azuser/sabnzbd-4.0.0/SABnzbd.py: not found" may also refer to the interpreter listed on the first line of that file, rather than the file itself. Bash has a more specific error message nowadays for that particular problem, but most other shells do n...
by jcfp
April 23rd, 2023, 4:13 am
Forum: Feature Requests
Topic: Choose speed throttle based on priority level
Replies: 6
Views: 13551

Re: Choose speed throttle based on priority level

You are aware there's built-in support for quota in sabnzbd, which can be overridden for specific jobs by setting their priority to Force?
by jcfp
April 21st, 2023, 2:56 pm
Forum: Debian/Ubuntu Package
Topic: Regular SSL error message
Replies: 4
Views: 2633

Re: Regular SSL error message

My only thought is that it started as soon as I rebuilt the VPS from centos to ubuntu, but it could be a coincidence. The key difference is probably that you rebuilt with a more recent operating system. Over time, SSL protocol versions are deprecated because they are vulnerable to attacks and no lo...
by jcfp
April 20th, 2023, 10:38 am
Forum: Beta Releases
Topic: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
Replies: 5
Views: 4934

Re: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)

You'll have to figure out where the old version is installed.

Try executing the same python executable under the same user as the application (modify 'python3' if necessary) and make it tell you where it loads the module from:

Code: Select all

python3 -c 'import sabctools; print(sabctools.__path__)'
by jcfp
April 20th, 2023, 4:02 am
Forum: Beta Releases
Topic: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
Replies: 5
Views: 4934

Re: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)

Note that your output shows some pip commands were run as root, others under an 'osmc' account. Depending on pip defaults and options, files installed using the root account (v6.1.1?) may end up in the system-wide site-packages dir. I recommend using a per-application venv as a clean and simple way ...
by jcfp
April 11th, 2023, 11:15 am
Forum: Debian/Ubuntu Package
Topic: Upgrading sabnzbdplus from apt-get to 3.7.2 source
Replies: 2
Views: 1330

Re: Upgrading sabnzbdplus from apt-get to 3.7.2 source

There's a bunch of subtle but relevant patches applied to make the Debian package work, so you cannot just overwrite the installed files with those from a source release. See https://forums.sabnzbd.org/viewtopic.php?t=9844 for upgrade options (if you had installed 3.1.1 via apt-get before, you'd be ...
by jcfp
April 2nd, 2023, 11:19 am
Forum: General Discussion
Topic: No sabnzbd icon and sorting issue
Replies: 3
Views: 2676

Re: No sabnzbd icon and sorting issue

The sorting only kicks in if the job is in the tv category. If you don't explicitly set that category when adding new jobs to the queue, the sole factor determining the category in your setup is the 'indexer category/groups'. Different indexers could thus lead to different results; you may want to o...
by jcfp
March 25th, 2023, 5:17 am
Forum: Nederlands
Topic: Download snelheid draadloos/bedraad
Replies: 5
Views: 2628

Re: Download snelheid draadloos/bedraad

Als aansluiten via een netwerkkabel niet kan, blijft hooguit nog powerline (dataverbinding via het stopcontact) over als mogelijk alternatief. Dat werkt op zich best aardig, hoewel het meestal ook weer niet de theoretisch maximumsnelheid haalt die op de doos staat. Eventueel gewoon ergens online bes...
by jcfp
March 25th, 2023, 5:07 am
Forum: Bug Reports
Topic: i'm really done with this it keeps disconnecting my internet.
Replies: 9
Views: 10779

Re: i'm really done with this it keeps disconnecting my internet.

Every time I was downloading with sabnzbd, my internet would choke and die and I have to reset the router. So you already identified the culprit: a crappy isp-supplied router that cannot handle normal use of the connection you're paying for. Better get that fixed, this problem isn't going away by t...
by jcfp
March 25th, 2023, 4:46 am
Forum: General Help
Topic: Automatic moving completed XXX
Replies: 1
Views: 623

Re: Automatic moving completed XXX

If by "automatically moved to a designated folder like tv show" you mean the sorting, it doesn't currently support this. Easiest alternative would be to setup a category with the directory set to wherever you want these jobs to end up, then assign that category to relevant jobs when adding...
by jcfp
March 13th, 2023, 10:20 am
Forum: Debian/Ubuntu Package
Topic: Ubuntu 22.04 - Running Sabnzbd with a different group
Replies: 2
Views: 5963

Re: Ubuntu 22.04 - Running Sabnzbd with a different group

Note that it's possible to use chown syntax (user:group) for the USER setting in /etc/default/sabnzbdplus, which is also why the init.d uses ${USER%:*} if it really wants only the user part. Admittedly, it is kind of an undocumented feature as fiddling with these things tends to get newbies in troub...
by jcfp
February 25th, 2023, 4:50 am
Forum: General Help
Topic: SAB doesn't allow connection from internal network.
Replies: 16
Views: 9005

Re: SAB doesn't allow connection from internal network.

utahwazoo wrote: February 24th, 2023, 4:28 pmI'm looking forward to learning what I am doing wrong!
utahwazoo wrote: February 24th, 2023, 4:52 pmP.S. - Setting up SABnzbd as a download client succeeds. It is only when I attempt to set it up as an indexer does the call fail. Thanks!
Well... maybe that's because sabnzbd is a download client, and not an indexer?
by jcfp
February 16th, 2023, 6:27 am
Forum: General Help
Topic: How to view live script output in history tab/api while post processing is ongoing?
Replies: 3
Views: 1540

Re: How to view live script output in history tab/api whole script is not finished?

I don't think there is a way to get live updates of that output from sab while your postproc script is running, from either the web interface or the API.
by jcfp
January 31st, 2023, 4:47 am
Forum: General Help
Topic: Newbie
Replies: 2
Views: 646

Re: Newbie

dellboy wrote: January 30th, 2023, 7:12 pmError message tells me I've got to use a standalone legacy version?
Where can I download this?
It's listed on the very same page as all the other downloads, as "Windows Portable (32bit and legacy)".
by jcfp
January 23rd, 2023, 3:17 am
Forum: Bug Reports
Topic: Download slowdowns limited by CPU on fast Linux PC
Replies: 13
Views: 7426

Re: Download slowdowns limited by CPU on fast Linux PC

If the SSD slows down the speed should go down and stay at some value more or less constant. At least I would think so. In my case the speed graph has a saw-tooth-like shape. The speed goes down sometimes to almost zero then up to almost max. Sab itself can throttle download speed if it notices int...