-
Notifications
You must be signed in to change notification settings - Fork 2k
Issues: dataabc/weiboSpider
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
File "D:\Ancaonda\Lib\site-packages\scrapy\core\spidermw.py", line 104, in process_sync for r in iterable: File "D:\Python Project\weibo-search-master\weibo\spiders\search.py", line 241, in parse_by_hour_province for weibo in self.parse_weibo(response): File "D:\Python Project\weibo-search-master\weibo\spiders\search.py", line 537, in parse_weibo weibo["ip"] = self.get_ip(bid) ~~~~~^^^^^^ File "D:\Ancaonda\Lib\site-packages\scrapy\item.py", line 85, in __setitem__ raise KeyError(f"{self.__class__.__name__} does not support field: {key}") KeyError: 'WeiboItem does not support field: ip'
bug
#625
opened Dec 19, 2024 by
ycwang806
line 1: b'ID C_5074630370399522 already defined' (line 1)
failed
程序运行出错
#602
opened Sep 4, 2024 by
cinyearchan
抓取一批账号信息,账号信息还没有抓取结束,但程序运行到一半就会报错,报错之后的数据抓取全部丢失,稳定复现,请问如何解决
failed
程序运行出错
#596
opened Jul 19, 2024 by
tonymao51
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.