Page 1 of 1

Configure CP for use with uTorrent

Posted: Tue May 12, 2015 2:02 pm
by kiwiandy
Screen Shot 2015-05-12 at 5.52.06 PM.png
Screen Shot 2015-05-12 at 5.52.06 PM.png (192.05 KiB) Viewed 12846 times
uTorrent is using port 6880

I configured CP Host as 6880,
but when I click test it fails?

Re: Configure CP for use with uTorrent

Posted: Tue May 12, 2015 7:05 pm
by clinton.hall
host = localhost:6880

Re: Configure CP for use with uTorrent

Posted: Wed May 13, 2015 1:41 pm
by kiwiandy
Thanks very much, but the test still fails...
05-13 05:39:43ERROR[ couchpotato.api] Failed doing api request "download.utorrent.test": Traceback (most recent call last):
File "/volume1/.@plugins/AppCentral/couchpotato/CouchPotato/couchpotato/api.py", line 36, in run_handler
res = api[route](**kwargs)
File "/volume1/.@plugins/AppCentral/couchpotato/CouchPotato/couchpotato/core/_base/downloader/main.py", line 180, in _test
t = self.test()
File "/volume1/.@plugins/AppCentral/couchpotato/CouchPotato/couchpotato/core/downloaders/utorrent.py", line 142, in test
if self.connect():
File "/volume1/.@plugins/AppCentral/couchpotato/CouchPotato/couchpotato/core/downloaders/utorrent.py", line 49, in connect
self.utorrent_api = uTorrentAPI(host[0], port = host[1], username = self.conf('username'), password = self.conf('password'))
File "/volume1/.@plugins/AppCentral/couchpotato/CouchPotato/couchpotato/core/downloaders/utorrent.py", line 260, in __init__
self.token = self.get_token()
File "/volume1/.@plugins/AppCentral/couchpotato/CouchPotato/couchpotato/core/downloaders/utorrent.py", line 286, in get_token
request = self.opener.open(self.url + 'token.html')
File "/usr/local/AppCentral/python/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/local/AppCentral/python/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/local/AppCentral/python/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/local/AppCentral/python/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/local/AppCentral/python/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno -2] Name or service not known>

Re: Configure CP for use with uTorrent

Posted: Wed May 13, 2015 7:03 pm
by clinton.hall
try host = 127.0.0.1:6880

try restarting CouchPotato before doing the test.

Re: Configure CP for use with uTorrent

Posted: Fri May 15, 2015 5:24 am
by kiwiandy
thanks for the reply,
Both those changes didnt help either.
Also tried reinstalling CP. :(

Re: Configure CP for use with uTorrent

Posted: Mon May 18, 2015 7:12 am
by Blank3k
I've got the same issue with uTorrent, currently I use Transmission and am having permission problems with the CP Renamer (hopefully will discover a fix soon) but I tried using uTorrent and for the life of me I couldn't get CP to connect.