Page 1 of 1

Movies category not pausing

Posted: October 5th, 2017, 4:00 pm
by jzdoe
Version: 2.3.0 [ba7d906]
OS: Fedora 26
Install-type: linux rpm
Skin (if applicable): Glitter - Night
Firewall Software: None
Are you using IPV6? no
Is the issue reproducible? yes

Before the upgrade to 2.3.0, I had configured a Movies category with Paused. Now all movies start downloading automatically. I have another category TV, but it works fine. All tv shows start paused. What am I missing?
category tv indexer category TV or tv (either one works)
category movies indexer category Movies or movies (neither one works)

Re: Movies category not pausing

Posted: October 5th, 2017, 4:54 pm
by safihre
Will have to investigate. Did you possibly also have set a priority for movies that's different from Default?

Re: Movies category not pausing

Posted: October 5th, 2017, 5:02 pm
by jzdoe
The Default priority is Paused. This is also set (Paused) on the tv category and it works.

No. Movies category (Paused) is the same as Default.

Re: Movies category not pausing

Posted: October 5th, 2017, 5:12 pm
by OneCD
Might be the same thing as here?

Re: Movies category not pausing

Posted: October 6th, 2017, 3:23 am
by safihre
Yeah seems to be same issue, will be fixed in 2.3.1.

Re: Movies category not pausing

Posted: October 6th, 2017, 4:50 pm
by jzdoe
Thanks for the update!
Any release date for 2.3.1?

Re: Movies category not pausing

Posted: October 7th, 2017, 3:01 am
by safihre
The beta is out now on the downloads page, give it a try :)

Re: Movies category not pausing

Posted: October 7th, 2017, 10:31 am
by jzdoe
cheetah 2.4.4 is installed

pip list cheetah
<snip>
Cheetah (2.4.4)
Cheetah3 (3.0.0)

but i get this
● sabnzbd.service - SABnzbd Daemon
Loaded: loaded (/etc/systemd/system/sabnzbd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2017-10-07 10:24:48 CDT; 5s ago
Process: 21633 ExecStart=/usr/bin/python /media/sdb/SABnzbd/SABnzbd.py --daemon --config-file=/home/markb/.sabnzbd/sabnzbd.

Oct 07 10:24:47 mercury.x.x systemd[1]: Starting SABnzbd Daemon...
Oct 07 10:24:48 mercury.x.x python[21633]: Sorry, requires Python module Cheetah 2.0rc7 or higher.
Oct 07 10:24:48 mercury.x.x systemd[1]: sabnzbd.service: Control process exited, code=exited status=1

Re: Movies category not pausing

Posted: October 7th, 2017, 10:47 am
by jzdoe
I fixed it. Got rid of the Cheetah3 and now the sabnzbd.service loads. v2.3.1-beta

The reason I installed Cheetah3 was due to this in the error log:
/usr/lib/python2.7/site-packages/Cheetah/Compiler.py:1509: UserWarning:
You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.

The log entries aren't timestamped so hard to tell when they occurred.

What version of Cheetah has the compiled C version of NameMapper?

Re: Movies category not pausing

Posted: October 7th, 2017, 11:06 am
by safihre
It is compiled upon installation when you have a suitable compiler installed. It's not important, SABnzbd barely uses it.

Re: Movies category not pausing

Posted: October 7th, 2017, 11:37 am
by jzdoe
Oh and yes Movies are now entered Paused when added to Sabnzbd. Thanks!