PhantomjsFetcher icon indicating copy to clipboard operation
PhantomjsFetcher copied to clipboard

A python web fetcher using phantomjs to mock browser

Results 4 PhantomjsFetcher issues
Sort by recently updated
recently updated
newest added

我已经安装了`pip install tornado`,但是执行:`from tornado_fetcher import Fetcher`报错:no module named tornado_fetcher Python版本是`3.7.5`,是什么原因呢?

I try to run the command ```phantomjs phantomjs_fetcher.js [12306]```, then I got error ```Error: Could not create web server listening on port [12306]```, which port should I listen?

## 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:...

Cause the system load is too high, no response