老师我这什么情况,debug出错

来源:4-4 pycharm中调试scrapy源码

weixin_慕瓜5203612

2020-04-05

C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\Scripts\python.exe “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev\pydevd.py” --multiproc --client 127.0.0.1 --port 57485 --file D:/web/WK/pycharm/spidertest/scrapy_test/main.py
pydev debugger: process 21604 is connecting

Connected to pydev debugger (build 193.5233.109)
2020-04-05 21:28:10 [scrapy.utils.log] INFO: Scrapy 1.8.0 started (bot: scrapy_test)
2020-04-05 21:28:10 [scrapy.utils.log] INFO: Versions: lxml 4.4.2.0, libxml2 2.9.10, cssselect 1.1.0, parsel 1.5.2, w3lib 1.21.0, Twisted 19.10.0, Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)], pyOpenSSL 19.1.0 (OpenSSL 1.1.1d 10 Sep 2019), cryptography 2.8, Platform Windows-10-10.0.17763-SP0
2020-04-05 21:28:10 [scrapy.crawler] INFO: Overridden settings: {‘BOT_NAME’: ‘scrapy_test’, ‘NEWSPIDER_MODULE’: ‘scrapy_test.spiders’, ‘ROBOTSTXT_OBEY’: True, ‘SPIDER_MODULES’: [‘scrapy_test.spiders’]}
2020-04-05 21:28:10 [scrapy.extensions.telnet] INFO: Telnet Password: 869ae3801ed3e6f1
2020-04-05 21:28:10 [scrapy.middleware] INFO: Enabled extensions:
[‘scrapy.extensions.corestats.CoreStats’,
‘scrapy.extensions.telnet.TelnetConsole’,
‘scrapy.extensions.logstats.LogStats’]
2020-04-05 21:28:10 [scrapy.middleware] INFO: Enabled downloader middlewares:
[‘scrapy.downloadermiddlewares.robotstxt.RobotsTxtMiddleware’,
‘scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware’,
‘scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware’,
‘scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware’,
‘scrapy.downloadermiddlewares.useragent.UserAgentMiddleware’,
‘scrapy.downloadermiddlewares.retry.RetryMiddleware’,
‘scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware’,
‘scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware’,
‘scrapy.downloadermiddlewares.redirect.RedirectMiddleware’,
‘scrapy.downloadermiddlewares.cookies.CookiesMiddleware’,
‘scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware’,
‘scrapy.downloadermiddlewares.stats.DownloaderStats’]
2020-04-05 21:28:10 [scrapy.middleware] INFO: Enabled spider middlewares:
[‘scrapy.spidermiddlewares.httperror.HttpErrorMiddleware’,
‘scrapy.spidermiddlewares.offsite.OffsiteMiddleware’,
‘scrapy.spidermiddlewares.referer.RefererMiddleware’,
‘scrapy.spidermiddlewares.urllength.UrlLengthMiddleware’,
‘scrapy.spidermiddlewares.depth.DepthMiddleware’]
2020-04-05 21:28:10 [scrapy.middleware] INFO: Enabled item pipelines:
[]
2020-04-05 21:28:10 [scrapy.core.engine] INFO: Spider opened
2020-04-05 21:28:10 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2020-04-05 21:28:10 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
Fatal Python error: Cannot recover from stack overflow.

Current thread 0x00004ee8 (most recent call first):
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\ntpath.py”, line 141 in splitdrive
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\ntpath.py”, line 206 in split
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\ntpath.py”, line 235 in basename
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_breakpoints.py”, line 166 in _fallback_excepthook

Thread 0x000059c0 (most recent call first):
File “d:\python\Lib\threading.py”, line 299 in wait
File “d:\python\Lib\threading.py”, line 551 in wait
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev\pydevd.py”, line 142 in _on_run
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_comm.py”, line 213 in run
File “d:\python\Lib\threading.py”, line 916 in _bootstrap_inner
File “d:\python\Lib\threading.py”, line 884 in _bootstrap

Thread 0x00001578 (most recent call first):
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_comm.py”, line 283 in _on_run
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_comm.py”, line 213 in run
File “d:\python\Lib\threading.py”, line 916 in _bootstrap_inner
File “d:\python\Lib\threading.py”, line 884 in _bootstrap

Thread 0x00000424 (most recent call first):
File “d:\python\Lib\threading.py”, line 299 in wait
File “d:\python\Lib\queue.py”, line 173 in get
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_comm.py”, line 358 in _on_run
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydevd_bundle\pydevd_comm.py”, line 213 in run
File “d:\python\Lib\threading.py”, line 916 in _bootstrap_inner
File “d:\python\Lib\threading.py”, line 884 in _bootstrap

Thread 0x00001e98 (most recent call first):
File “d:\python\Lib\threading.py”, line 295 in wait
File “d:\python\Lib\threading.py”, line 551 in wait
File “d:\python\Lib\threading.py”, line 851 in start
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted_threads_pool.py”, line 55 in startThread
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted_threads_threadworker.py”, line 47 in init
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted_threads_pool.py”, line 61 in limitedWorkerCreator
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted_threads_team.py”, line 180 in _coordinateThisTask
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted_threads_team.py”, line 166 in
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted_threads_threadworker.py”, line 109 in do
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted_threads_team.py”, line 166 in do
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\python\threadpool.py”, line 269 in callInThreadWithCallback
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\threads.py”, line 53 in deferToThreadPool
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\base.py”, line 288 in getHostByName
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\resolver.py”, line 24 in getHostByName
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet_resolver.py”, line 189 in resolveHostName
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\endpoints.py”, line 931 in connect
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\web\client.py”, line 1412 in newConnection
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\web\client.py”, line 1400 in getConnection
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\web\client.py”, line 1521 in requestWithEndpoint
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\web\client.py”, line 1744 in request
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader\handlers\http11.py”, line 345 in download_request
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader\handlers\http11.py”, line 75 in download_request
File "C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader\handlers_init
.py", line 71 in download_request
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\utils\defer.py”, line 45 in mustbe_deferred
File "C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader_init
.py", line 166 in download
File "C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader_init
.py", line 155 in process_queue
File "C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader_init
.py", line 135 in _enqueue_request
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader\middleware.py”, line 44 in process_request
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\defer.py”, line 1418 in _inlineCallbacks
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\defer.py”, line 1529 in cancellableInlineCallbacks
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\defer.py”, line 1613 in unwindGenerator
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\utils\defer.py”, line 45 in mustbe_deferred
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader\middleware.py”, line 73 in download
File "C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader_init
.py", line 96 in fetch
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\engine.py”, line 248 in _download
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\engine.py”, line 221 in download
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\downloadermiddlewares\robotstxt.py”, line 73 in robot_parser
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\defer.py”, line 151 in maybeDeferred
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\downloadermiddlewares\robotstxt.py”, line 44 in process_request
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader\middleware.py”, line 38 in process_request
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\defer.py”, line 1418 in _inlineCallbacks
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\defer.py”, line 1529 in cancellableInlineCallbacks
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\defer.py”, line 1613 in unwindGenerator
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\utils\defer.py”, line 45 in mustbe_deferred
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader\middleware.py”, line 73 in download
File "C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\downloader_init
.py", line 96 in fetch
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\engine.py”, line 248 in _download
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\engine.py”, line 152 in _next_request_from_scheduler
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\core\engine.py”, line 122 in _next_request
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\utils\reactor.py”, line 41 in call
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\base.py”, line 913 in runUntilCurrent
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\base.py”, line 1292 in mainLoop
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\twisted\internet\base.py”, line 1283 in run
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\crawler.py”, line 309 in start
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\commands\crawl.py”, line 58 in run
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\cmdline.py”, line 154 in _run_command
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\cmdline.py”, line 100 in _run_print_help
File “C:\Users\86152.virtualenvs\spidertest-uVCOfmHF\lib\site-packages\scrapy\cmdline.py”, line 146 in execute
File “D:/web/WK/pycharm/spidertest/scrapy_test/main.py”, line 6 in
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev_pydev_imps_pydev_execfile.py”, line 18 in execfile
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev\pydevd.py”, line 1434 in _exec
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev\pydevd.py”, line 1427 in run
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev\pydevd.py”, line 2118 in main
File “D:\Pycharm\PyCharm 2019.3\plugins\python\helpers\pydev\pydevd.py”, line 2127 in

Process finished with exit code -1073740791 (0xC0000409)

写回答

1回答

bobby

2020-04-07

你的电脑主机名 和你的用户是不是中文的?

0
4
weixin_慕瓜5203612
回复
bobby
好的,非常感谢老师,这问题困扰我好几天了,不能调试,真难受 312667680
2020-04-08
共4条回复

Scrapy打造搜索引擎 畅销4年的Python分布式爬虫课

带你彻底掌握Scrapy,用Django+Elasticsearch搭建搜索引擎

5796 学习 · 6290 问题

查看课程