twilight1024

Results 7 issues of twilight1024

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...

![image](https://user-images.githubusercontent.com/126889905/235311512-88e45c8c-94d8-476c-94d1-59ef110cd0ba.png)

![image](https://user-images.githubusercontent.com/126889905/235310882-e9d61550-03ad-4c87-825c-ed14365b0dc4.png)

--------------------------------------------------------------------------- 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:...