In both App's, running on a Synology NAS, Prowl is failing.
This is the error from CouchPotato:
[.core.notifications.prowl] Prowl failed: Traceback (most recent call last):
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/notifications/prowl/main.py", line 29, in notify
self.urlopen(self.urls['api'], headers = headers, params = data, multipart = True, show_error = False)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/plugins/base.py", line 139, in urlopen
response = opener.open(request, timeout = timeout)
File "/usr/local/python/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/local/python/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/local/python/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/local/python/lib/python2.7/urllib2.py", line 1215, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/local/python/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
SickBeard and CouchPotato
Re: SickBeard and CouchPotato
If you want, you could try using my Prowl module for Python (it's meant for Python 3 though).
It's easy to use from the command line. Just run for help.
Here it is if you want: https://github.com/MasterMic/pprowl
It's easy to use from the command line. Just run
Code: Select all
python3 pprowl.py -h
Here it is if you want: https://github.com/MasterMic/pprowl