PhantomjsFetcher
PhantomjsFetcher copied to clipboard
Unknown error
when the code executing until.......
try: request = tornado.httpclient.HTTPRequest( url='%s' % self.phantomjs_proxy, method='POST', body=json.dumps(fetch), **request_conf) if self.async: self.http_client.fetch(request, handle_response) else:
return handle_response(self.http_client.fetch(request)) 【this point!】
the error log shows: Tue, 26 Apr 2016 22:21:46 tornado_fetcher.py[line:111] ERROR [Errno 10061] Unknown error
please help me,thanx
I'm sorry that I have never meet this error. Could you tell me about your system environment? If you are under Windows, trying it again in Linux may be work.