当前位置: 代码迷 >> 综合 >> (Scrapy)AttributeError: 'str' object has no attribute 'iter'
  详细解决方案

(Scrapy)AttributeError: 'str' object has no attribute 'iter'

热度:94   发布时间:2023-12-26 19:50:20.0

参考链接:https://stackoverflow.com/questions/29081330/scrapy-str-object-has-no-attribute-iter

  在StackOverflow上找到的

  restrict_xpaths应该指向元素 - 要么直接是链接要么包含链接而不是属性

  相关解决方案