python版本 3.5.2python
操做流程:瀏覽器
pip install pyspider
pyspider all
localhost:5000
錯誤以下描述curl
[E 171009 20:37:58 base_handler:203] HTTP 599: SSL certificate problem: unable to get local issuer certificate Traceback (most recent call last): File "d:\python\python35\lib\site-packages\pyspider\libs\base_handler.py", line 196, in run_task result = self._run_task(task, response) File "d:\python\python35\lib\site-packages\pyspider\libs\base_handler.py", line 175, in _run_task response.raise_for_status() File "d:\python\python35\lib\site-packages\pyspider\libs\response.py", line 172, in raise_for_status six.reraise(Exception, Exception(self.error), Traceback.from_string(self.traceback).as_traceback()) File "d:\python\python35\lib\site-packages\six.py", line 692, in reraise raise value.with_traceback(tb) File "d:\python\python35\lib\site-packages\pyspider\fetcher\tornado_fetcher.py", line 378, in http_fetch response = yield gen.maybe_future(self.http_client.fetch(request)) File "d:\python\python35\lib\site-packages\tornado\httpclient.py", line 102, in fetch self._async_client.fetch, request, **kwargs)) File "d:\python\python35\lib\site-packages\tornado\ioloop.py", line 458, in run_sync return future_cell[0].result() File "d:\python\python35\lib\site-packages\tornado\concurrent.py", line 238, in result raise_exc_info(self._exc_info) File "<string>", line 4, in raise_exc_info Exception: HTTP 599: SSL certificate problem: unable to get local issuer certificate
self.crawl(it.href, validate_cert = False)
File "d:\python\python35\lib\site-packages\tornado\concurrent.py", line 238, in result raise_exc_info(self._exc_info)
講述了相似的場景:ide