Exception in thread Thread-1: Traceback (most recent call last): File "E:\Soft\Develop\Python27\lib\threading.py", line 810, in __bootstrap_inner self.run() File ".\nova2.py", line 112, in run self.engine.search(self.what, self.cat) File "E:\Downloads\Git\qBittorrent\src\searchengine\nova\engines\kickasstorrents.py", line 49, in search json_data = retrieve_url(self.url+'/json.php?q=%s&page=%d'%(what, i)) File "E:\Downloads\Git\qBittorrent\src\searchengine\nova\helpers.py", line 68, in retrieve_url response = urllib2.urlopen(req) File "E:\Soft\Develop\Python27\lib\urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "E:\Soft\Develop\Python27\lib\urllib2.py", line 431, in open response = self._open(req, data) File "E:\Soft\Develop\Python27\lib\urllib2.py", line 449, in _open '_open', req) File "E:\Soft\Develop\Python27\lib\urllib2.py", line 409, in _call_chain result = func(*args) File "E:\Soft\Develop\Python27\lib\urllib2.py", line 1240, in https_open context=self._context) File "E:\Soft\Develop\Python27\lib\urllib2.py", line 1166, in do_open h = http_class(host, timeout=req.timeout, **http_conn_args) TypeError: __init__() got an unexpected keyword argument 'context'