dataabc / weibo-search

获取微博搜索结果信息,搜索即可以是微博关键词搜索,也可以是微博话题搜索
1.65k stars 367 forks source link

运行几次后就变成这样,没结果,也不报错 #411

Open JiaHongmei opened 10 months ago

JiaHongmei commented 10 months ago

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>

dataabc commented 10 months ago

可能速度太快,或者cookie失效,降低速度或者更换cookie看看。

JiaHongmei commented 10 months ago

请问怎么降低速度呢,cookie已经是最新的了

dataabc commented 10 months ago

settings.py有相关参数,具体可参考readme。