Advertisement
Guest User

Couch

a guest
Jan 5th, 2013
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. [hpotato.core.plugins.base] Opening url: http://192.168.0.251:87418/api?t=get&id=JdRasTTPpq8egPoUAALr2@spot.net&apikey=xxx
  2. [ couchpotato.core.event] Error in event "searcher.download", that wasn't caught: Traceback (most recent call last): File "/home/ubuntu/CouchPotatoServer/couchpotato/core/event.py", line 12, in runHandler return handler(*args, **kwargs)
  3. File "/home/ubuntu/CouchPotatoServer/couchpotato/core/plugins/searcher/main.py", line 246, in download filedata = data.get('download')(url = data.get('url'), nzb_id = data.get('id'))
  4. File "/home/ubuntu/CouchPotatoServer/couchpotato/core/providers/nzb/newznab/main.py", line 127, in download data = self.urlopen(url, show_error = False)
  5. File "/home/ubuntu/CouchPotatoServer/couchpotato/core/plugins/base.py", line 148, in urlopen response = urllib2.urlopen(request, timeout = timeout)
  6. File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout)
  7. File "/usr/lib/python2.7/urllib2.py", line 406, in open response = meth(req, response)
  8. File "/usr/lib/python2.7/urllib2.py", line 519, in http_response 'http', request, response, code, msg, hdrs)
  9. File "/usr/lib/python2.7/urllib2.py", line 438, in error result = self._call_chain(*args)
  10. File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args)
  11. File "/usr/lib/python2.7/urllib2.py", line 625, in http_error_302 return self.parent.open(new, timeout=req.timeout)
  12. return self.parent.open(new, timeout=req.timeout) File "/usr/lib/python2.7/urllib2.py", line 400, in open response = self._open(req, data)
  13. File "/usr/lib/python2.7/urllib2.py", line 418, in _open '_open', req)
  14. File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args)
  15. File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open return self.do_open(httplib.HTTPConnection, req)
  16. File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open raise URLError(err)
  17. URLError: <urlopen error [Errno 111] Connection refused> encoding=UTF-8 debug=False args=['--daemon', '--pid_file=/var/run/couchpotato/server.pid'] app_dir=/home/ubuntu/CouchPotatoServer data_dir=/home/ubuntu/.couchpotato desktop=None options=Namespace(config_file='/home/ubuntu/.couchpotato/settings.conf', console_log=False, daemon=True, data_dir=None, debug=False, pid_file='/var/run/couchpotato/server.pid', quiet=False)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement