51Testing软件测试论坛

标题: python 爬取网页时出现多种错误 [打印本页]

作者: 测试积点老人    时间: 2021-10-27 09:54
标题: python 爬取网页时出现多种错误
我想要爬取的是sensortower这个网站上的软件排行榜和软件信息,使用selenium,主要代码是下面这个图这样
[attach]134963[/attach]
  1.           (most Traceback recent ca1t Last)
  2. File /users sunchubai/DownLoads/rank2.py Line 95,in<module>
  3.    rating anal.xpath(//*[@id app-profile-ratings"]/div[2]/div/div/span[1]/meta[2]·)[e].xpath( [url=home.php?mod=space&uid=26120]@content[/url] 一 一
  4.            List IndexErrOr: index 0utof Pange
复制代码
常常报错的问题是下面图中的评分
[attach]134964[/attach]
  1. #软件评分
  2. #rating anal.xpath(// *@id =“app-profile-ratings"]/div[2]/div/div/span[1]/text())
  3. #rating anal.xpath(//*[@id 1=“app-profile-ratings"]/div[2]/div/div/span[1]/meta[2][e].xpath(dcontent)
  4. #rating =anal.xpath(//*[@id=“app-profile-ratings"]/div[2]/div/div/span[1]/meta[2])[].attrib['content]
  5. #print(rating
  6. 共评分数
  7. 热catingcount..anal.ath(./*l@d=app-profile.catings/diy.2l/div/div/spanl2]/textO).)
  8. #print(ratingcount
复制代码
在谷歌上搜索之后尝试了一些办法,但是这个代码也没有起到作用,还是依旧会报错。
[attach]134965[/attach]
  1. try:
  2.             anal.xpath(//*[@id= Pating 一 app-profile-ratings"]/div[2]/div/div/span[1]/meta[2])[o].xpath(@content')
  3. except IndexErrOr:
  4.     rating nuL7
复制代码
目前已经出现的错误中最常出现的是这个
[attach]134966[/attach]
  1.           (most Traceback recent ca1t Last)
  2. File /users sunchubai/DownLoads/rank2.py Line 95,in<module>
  3.    rating anal.xpath(//*[@id app-profile-ratings"]/div[2]/div/div/span[1]/meta[2]·)[e].xpath( @content 一 一
  4.            List IndexErrOr: index 0utof Pange
复制代码
还请帮忙看看,我要怎么解决这个问题。 谢谢!

作者: 海海豚    时间: 2021-10-28 10:21
https://blog.csdn.net/culing2941/article/details/108617023   看下这个
作者: qqq911    时间: 2021-10-28 10:41
检查下安装环境配置




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2