twilight1024
twilight1024
报错UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd3 in position 0: invalid continuation byte
stat: path should be string, bytes, os.PathLike or integer, not NoneType Traceback (most recent call last): File "D:\weibo-crawler-master4\weibo-crawler-master\weibo.py", line 1883, in get_pages self.write_data(wrote_count) File "D:\weibo-crawler-master4\weibo-crawler-master\weibo.py", line 1836, in write_data self.write_csv(wrote_count)...
HTTPSConnectionPool(host='m.weibo.cn', port=443): Max retries exceeded with url: /api/container/getIndex?containerid=1005052590508324 (Caused by ProxyError('Cannot connect to proxy.', FileNotFoundError(2, 'No such file or directory'))) Traceback (most recent call last): File "D:\anaconda\lib\site-packages\urllib3\connectionpool.py", line 696, in...


--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) D:\weibo-search-master\weibo-search-master\weibo\spiders\search.py in 7 8 import scrapy ----> 9 import weibo.utils.util as util 10 from scrapy.exceptions import CloseSpider 11 from scrapy.utils.project import get_project_settings ModuleNotFoundError:...