Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown error #3

Open
AaronMarsLuo opened this issue Apr 26, 2016 · 1 comment
Open

Unknown error #3

AaronMarsLuo opened this issue Apr 26, 2016 · 1 comment

Comments

@AaronMarsLuo
Copy link

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

@2shou
Copy link
Owner

2shou commented May 15, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants