AttributeError: 'Response' object has no attribute 'service'
时间: 2023-10-27 12:06:31 浏览: 74
多线程爬虫出现报错AttributeError: ‘NoneType’ object has no attribute ‘xpath’
这个错误通常是因为你在调用一个 Response 对象的 service 属性,但是该对象并不具有 service 属性。
你可能需要检查一下你的代码,看看 Response 对象在哪里被创建,并确保它具有 service 属性。如果你无法解决这个问题,可以提供更多的上下文信息,让我更好地理解你的问题。
阅读全文