(SOLVED)nzbtosickbeard failure

Sick Beard is a PVR for newsgroup users (with limited torrent support). It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them. It currently supports NZBs.org, NZBMatrix, NZBs'R'Us, Newzbin, Womble's Index, NZB.su, TVTorrents and EZRSS and retrieves show information from theTVDB.com and TVRage.com.

Moderator: Lillian.W@AST

Locked
Duzii
Posts: 17
youtube meble na wymiar Warszawa
Joined: Wed Feb 05, 2014 4:54 am

(SOLVED)nzbtosickbeard failure

Post by Duzii »

Hi

Recently the NZBTOSICKBEARD script has started failing for me, please see below. What could be the issue? (I have replaced the filename with XXXXXXXXX)

Code: Select all

ERROR	Wed Aug 19 2015 22:52:17	Post-process-script nzbToMedia/nzbToSickBeard.py for XXXXXXXXX failed (terminated with unknown status)
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: ImportError: No module named 'requests.packages.urllib3'
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: raise ImportError("No module named '%s'" % (name,))
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: File "/volume1/Download/nzbToMedia/libs/requests/packages/__init__.py", line 83, in load_module
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: from .packages.urllib3.packages.ordered_dict import OrderedDict
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: File "/volume1/Download/nzbToMedia/libs/requests/compat.py", line 94, in <module>
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: from .compat import parse_http_list as _parse_list_header
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: File "/volume1/Download/nzbToMedia/libs/requests/utils.py", line 26, in <module>
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: from . import utils
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: File "/volume1/Download/nzbToMedia/libs/requests/__init__.py", line 58, in <module>
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: import requests
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: File "/volume1/Download/nzbToMedia/core/autoProcess/autoProcessComics.py", line 4, in <module>
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: from core.autoProcess.autoProcessComics import autoProcessComics
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: File "/volume1/Download/nzbToMedia/core/__init__.py", line 28, in <module>
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: import core
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: File "/volume1/Download/nzbToMedia/nzbToMedia.py", line 503, in <module>
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: import nzbToMedia
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: File "/usr/local/AppCentral/nzbget/nzbget/scripts/nzbToMedia/nzbToSickBeard.py", line 249, in <module>
INFO	Wed Aug 19 2015 22:52:17	nzbToSickBeard: Traceback (most recent call last):
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: nzbtosickbeard failure

Post by clinton.hall »

If you updated to latest Python before I made the latest change to nzbToMedia, then you need to manually update.

Via ssh, cd into nzbToMedia and
git pull
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
Duzii
Posts: 17
Joined: Wed Feb 05, 2014 4:54 am

Re: nzbtosickbeard failure

Post by Duzii »

Hi Clinton,

I tried that and now I got some new details in the log but still the script fails

Code: Select all

ERROR	Fri Aug 21 2015 10:55:11	Post-process-script nzbToMedia/nzbToSickBeard.py for XXXXXXXX failed (terminated with unknown status)
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: ImportError: /usr/local/AppCentral/python/lib/python2.7/lib-dynload/_ssl.so: undefined symbol: SSL_CTX_set_alpn_protos
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: import _ssl # if we can't import it, let the error propagate
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: File "/usr/local/AppCentral/python/lib/python2.7/ssl.py", line 97, in <module>
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: import ssl
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: File "/volume1/Download/nzbToMedia/core/synchronousdeluge/transfer.py", line 4, in <module>
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: from transfer import DelugeTransfer
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: File "/volume1/Download/nzbToMedia/core/synchronousdeluge/client.py", line 8, in <module>
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: from core.synchronousdeluge.client import DelugeClient
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: File "/volume1/Download/nzbToMedia/core/nzbToMediaUtil.py", line 20, in <module>
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: from core.nzbToMediaUtil import convert_to_ascii, remoteDir, server_responding
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: File "/volume1/Download/nzbToMedia/core/autoProcess/autoProcessComics.py", line 6, in <module>
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: from core.autoProcess.autoProcessComics import autoProcessComics
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: File "/volume1/Download/nzbToMedia/core/__init__.py", line 28, in <module>
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: import core
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: File "/volume1/Download/nzbToMedia/nzbToMedia.py", line 503, in <module>
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: import nzbToMedia
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: File "/usr/local/AppCentral/nzbget/nzbget/scripts/nzbToMedia/nzbToSickBeard.py", line 249, in <module>
INFO	Fri Aug 21 2015 10:55:11	nzbToSickBeard: Traceback (most recent call last):
INFO	Fri Aug 21 2015 10:55:08	Executing post-process-script nzbToMedia/nzbToSickBeard.py for XXXXXXXX
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: nzbtosickbeard failure

Post by clinton.hall »

ok... I assumed you had already resolved that issue (since that error should have appeared before the requests error)

The issue here is the new version of Python fails to load the ssl module. Asustor has a new version on the way to fix this...

For now, use this fix on x86_64 systems http://forum.asustor.com/viewtopic.php? ... =10#p19190
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
Duzii
Posts: 17
Joined: Wed Feb 05, 2014 4:54 am

Re: nzbtosickbeard failure

Post by Duzii »

Thanks for your help, the updated python version seems to have fixed the issue
Locked

Return to “SickBeard”