PhantomjsFetcher icon indicating copy to clipboard operation
PhantomjsFetcher copied to clipboard

Unknown error

Open AaronMarsLuo opened this issue 9 years ago • 1 comments

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

AaronMarsLuo avatar Apr 26 '16 14:04 AaronMarsLuo

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.

2shou avatar May 15 '16 00:05 2shou