Page 1 of 1

2.0.0RC3 -- traceback on boot // irc

Posted: April 6th, 2017, 5:22 pm
by zoggy
Per IRC:
[04:34pm] <coldfission> I hi. I need some help. I was a version previous to 2.0.0RC3 and it was working (idk which version I hadn't upgraded for a bit, it was after 1.0 though). I used apt to update debian jessie and now I can't access sab
[04:35pm] <coldfission> when I run it via service sabnzbdplus start it seems to start but isn't web accessable
[04:36pm] <coldfission> service status shows
[04:36pm] <coldfission> ● sabnzbdplus.service - LSB: SABnzbd+ binary newsgrabber Loaded: loaded (/etc/init.d/sabnzbdplus) Active: active (exited) since Thu 2017-04-06 16:36:26 CDT; 1s ago Docs: file:///etc/insserv/overrides/sabnzbdplus Process: 1411 ExecStop=/etc/init.d/sabnzbdplus stop (code=exited, status=0/SUCCESS) Process: 1614 ExecStart=/etc/init.d/sabnzbdplus st
[04:36pm] <coldfission> Apr 06 16:36:26 downloader sabnzbdplus[1614]: Starting SABnzbd+ binary newsgrabber:. Apr 06 16:36:26 downloader systemd[1]: Started LSB: SABnzbd+ binary newsgrabber.
[04:37pm] <coldfission> if I run sabnzbdplus -f /home/sabnzbd/.sabnzbd/sabnzbd.ini
[04:39pm] <coldfission> I get a traceback. https://pastebin.com/CvjSaDDj
in case pastebin isnt available heres the outpit:

Code: Select all

2017-04-06 16:39:13,004::INFO::[sabnzbdplus:1159] sabnzbdplus-2.0.0RC3 (rev=840b03c875a4b2ad1199aecb7398f882c974093b)
2017-04-06 16:39:13,005::INFO::[sabnzbdplus:1160] Full executable path = /usr/bin/sabnzbdplus
2017-04-06 16:39:13,005::INFO::[sabnzbdplus:1172] Platform = posix
2017-04-06 16:39:13,005::INFO::[sabnzbdplus:1173] Python-version = 2.7.9 (default, Jun 29 2016, 13:08:31)
[GCC 4.9.2]
2017-04-06 16:39:13,005::INFO::[sabnzbdplus:1174] Arguments = /usr/bin/sabnzbdplus -f /home/sabnzbd/.sabnzbd/sabnzbd.ini
2017-04-06 16:39:13,005::INFO::[sabnzbdplus:1179] Preferred encoding = UTF-8
2017-04-06 16:39:13,005::INFO::[sabnzbdplus:1220] Read INI file /home/sabnzbd/.sabnzbd/sabnzbd.ini
2017-04-06 16:39:13,026::INFO::[__init__:995] Loading data for rss_data.sab from /home/sabnzbd/.sabnzbd/admin/rss_data.sab
2017-04-06 16:39:13,027::INFO::[__init__:995] Loading data for totals10.sab from /home/sabnzbd/.sabnzbd/admin/totals10.sab
2017-04-06 16:39:13,027::INFO::[postproc:93] Loading postproc queue
2017-04-06 16:39:13,027::INFO::[__init__:995] Loading data for postproc2.sab from /home/sabnzbd/.sabnzbd/admin/postproc2.sab
2017-04-06 16:39:13,027::INFO::[__init__:995] Loading data for queue10.sab from /home/sabnzbd/.sabnzbd/admin/queue10.sab
2017-04-06 16:39:13,028::INFO::[__init__:995] Loading data for watched_data2.sab from /home/sabnzbd/.sabnzbd/admin/watched_data2.sab
2017-04-06 16:39:13,028::INFO::[__init__:995] Loading data for Rating.sab from /home/sabnzbd/.sabnzbd/admin/Rating.sab
2017-04-06 16:39:13,029::INFO::[scheduler:187] Setting schedule for midnight BPS reset
2017-04-06 16:39:13,029::INFO::[__init__:351] All processes started
2017-04-06 16:39:13,029::INFO::[sabnzbdplus:287] Web dir is /usr/share/sabnzbdplus/interfaces/Plush
2017-04-06 16:39:13,029::INFO::[sabnzbdplus:287] Web dir is /usr/share/sabnzbdplus/interfaces/Config
Traceback (most recent call last):
  File "/usr/bin/sabnzbdplus", line 1730, in <module>
    main()
  File "/usr/bin/sabnzbdplus", line 1263, in main
    print_modules()
  File "/usr/bin/sabnzbdplus", line 401, in print_modules
    if sabnzbd.decoder.SABYENC_VERSION:
AttributeError: 'module' object has no attribute 'SABYENC_VERSION'

told him to do:

Code: Select all

pip install cryptography --upgrade
and mention to install sabyenc as well:

Code: Select all

pip install sabyenc --upgrade

Re: 2.0.0RC3 -- traceback on boot // irc

Posted: April 6th, 2017, 5:44 pm
by zoggy
coldfission> thank you that fixed it. its back up and running now.

Re: 2.0.0RC3 -- traceback on boot // irc

Posted: April 7th, 2017, 4:41 am
by jcfp