运行几次后就变成这样,没结果,也不报错
D:\pythonProject2\weibo-search-master>scrapy crawl search -s JOBDIR=crawls/search d:\python3.6.8\lib\site-packages\OpenSSL_util.py:6: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography (40.0) will be the last to support Python 3.6. from cryptography.hazmat.bindings.openssl.binding import Binding
D:\pythonProject2\weibo-search-master>scrapy crawl search -s JOBDIR=crawls/search d:\python3.6.8\lib\site-packages\OpenSSL_util.py:6: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography (40.0) will be the last to support Python 3.6. from cryptography.hazmat.bindings.openssl.binding import Binding
D:\pythonProject2\weibo-search-master>
可能速度太快,或者cookie失效,降低速度或者更换cookie看看。
请问怎么降低速度呢,cookie已经是最新的了
settings.py有相关参数,具体可参考readme。