Aaron Luo
Aaron Luo
Is it safe to parse word when ACDAT is building? we got a wrong parsing result when the value word is not in the origin text. we doubt whether it's...
## 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:...