You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: