测试积点老人 发表于 2021-10-27 09:54:48

python 爬取网页时出现多种错误

我想要爬取的是sensortower这个网站上的软件排行榜和软件信息,使用selenium,主要代码是下面这个图这样

          (most Traceback recent ca1t Last)
File /users sunchubai/DownLoads/rank2.py Line 95,in<module>
   rating anal.xpath(//*[@id app-profile-ratings"]/div/div/div/span/meta·).xpath( @content 一 一
         List IndexErrOr: index 0utof Pange常常报错的问题是下面图中的评分

#软件评分
#rating anal.xpath(// *@id =“app-profile-ratings"]/div/div/div/span/text())
#rating anal.xpath(//*[@id 1=“app-profile-ratings"]/div/div/div/span/meta.xpath(dcontent)
#rating =anal.xpath(//*[@id=“app-profile-ratings"]/div/div/div/span/meta)[].attrib['content]
#print(rating
共评分数
热catingcount..anal.ath(./*l@d=app-profile.catings/diy.2l/div/div/spanl2]/textO).)
#print(ratingcount在谷歌上搜索之后尝试了一些办法,但是这个代码也没有起到作用,还是依旧会报错。

try:
            anal.xpath(//*[@id= Pating 一 app-profile-ratings"]/div/div/div/span/meta).xpath(@content')
except IndexErrOr:
    rating nuL7目前已经出现的错误中最常出现的是这个

          (most Traceback recent ca1t Last)
File /users sunchubai/DownLoads/rank2.py Line 95,in<module>
   rating anal.xpath(//*[@id app-profile-ratings"]/div/div/div/span/meta·).xpath( @content 一 一
         List IndexErrOr: index 0utof Pange还请帮忙看看,我要怎么解决这个问题。 谢谢!

海海豚 发表于 2021-10-28 10:21:21

https://blog.csdn.net/culing2941/article/details/108617023   看下这个

qqq911 发表于 2021-10-28 10:41:06

检查下安装环境配置
页: [1]
查看完整版本: python 爬取网页时出现多种错误