You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: