Spotwebstaat netjes te draaien op mijn Synology NAS. Vanuit SickBeard, HeadPhones en Spotweb zelf komen de NZB's netjes op de SABnzbd terecht.
Echter met CouchPotato wil het niet zo lukken.
Onder de Settings > Providers staat netjes de URL-locatie van Spotweb met bijhorende API (die dus wel XXX wordt gemaskeerd in de Log van CP)
Al op diverse fora hetzelfde probleem tegengekomen maar nergens een concrete oplossing.
INFO [hpotato.core.plugins.base] Opening url: http://<IP-ADRES NAS>/spotweb/api?t=get&id=rpPHYGSlewMr7SpUQ7H7X%40spot.net&apikey=xxx
ERROR [ couchpotato.core.event] Error in event "searcher.download", that wasn't caught: Traceback (most recent call last):
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/event.py", line 12, in runHandler
return handler(*args, **kwargs)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/plugins/searcher/main.py", line 288, in download
filedata = data.get('download')(url = data.get('url'), nzb_id = data.get('id'))
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/providers/nzb/newznab/main.py", line 141, in download
data = self.urlopen(url, show_error = False)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/core/plugins/base.py", line 150, in urlopen
response = urllib2.urlopen(request, timeout = timeout)
File "/usr/local/python/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/local/python/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/usr/local/python/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/local/python/lib/python2.7/urllib2.py", line 442, in error
result = self._call_chain(*args)
File "/usr/local/python/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/local/python/lib/python2.7/urllib2.py", line 629, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/local/python/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/local/python/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/local/python/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/local/python/lib/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/local/python/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)