跨境派

跨境派

跨境派,专注跨境行业新闻资讯、跨境电商知识分享!

当前位置:首页 > 卖家故事 > 解决:selenium.common.exceptions.WebDriverException:Message:Can not connect to the Service chromedriver

解决:selenium.common.exceptions.WebDriverException:Message:Can not connect to the Service chromedriver

时间:2024-04-28 20:25:22 来源:网络cs 作者:峨乐 栏目:卖家故事 阅读:

标签: 解决 
阅读本书更多章节>>>>

解决:selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service chromedriver



文章目录

解决:selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service chromedriver背景报错问题报错翻译报错位置代码报错原因解决方法方法一:关闭防火墙方法二:添加localhost与127.0.0.1的映射关系今天的分享就到此结束了



背景

在使用之前的代码时,报错:
Traceback (most recent call last):
File “xxx”, line xx, in
driver = webdriver.Chrome()
File \“xxx/webdriver.py\”, line 73, in init
self.service.start()
File \“xxx/service.py\”, line 104, in start
raise WebDriverException(\“Can not connect to the Service %s\” % self.path)
selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service chromedriver



报错问题

Traceback (most recent call last):  File "xxx", line xx, in <module>    driver = webdriver.Chrome()  File \“xxx/webdriver.py\”, line 73, in init    self.service.start()  File \“xxx/service.py\”, line 104, in start    raise WebDriverException(\“Can not connect to the Service %s\” % self.path)selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service chromedriver

截图如下:

在这里插入图片描述



报错翻译

主要报错信息内容翻译如下所示:

Traceback (most recent call last):  File "xxx", line xx, in <module>    driver = webdriver.Chrome()  File \“xxx/webdriver.py\”, line 73, in init    self.service.start()  File \“xxx/service.py\”, line 104, in start    raise WebDriverException(\“Can not connect to the Service %s\” % self.path)selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service chromedriver

翻译:

追溯(最近一次通话):
文件“xxx”,第xx行,在中
driver=网络驱动程序。色度()
init中的文件“xxx/webdriver.py\”,第73行
self-service.start()
文件“xxx/service.py\”,第104行,起始
引发WebDriverException(\“无法连接到服务%s\”%self.path)
selenium.com.mon.exceptions.WebDriverException:消息:无法连接到服务chromedriver



报错位置代码

driver = webdriver.Chrome()


报错原因

经过查阅资料,发现有两种情况,可能是防火墙的设置问题,或者是localhost域名与127.0.0.1的映射问题,然后就会报错selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service chromedriver。

小伙伴们按下面的解决方法即可解决!!!



解决方法

要解决这个错误,这里总结了以下几个解决办法。

方法一:关闭防火墙

首先打开cmd,输入

ping localhost

发现一般故障,数据100%丢失
在这里插入图片描述

关闭防火墙服务
在这里插入图片描述

方法二:添加localhost与127.0.0.1的映射关系

添加localhost与127.0.0.1的映射关系到hosts文件,文件路径为:C:\Windows\System32\drivers\etc\hosts

在这里插入图片描述



今天的分享就到此结束了

欢迎点赞评论关注三连

在这里插入图片描述

阅读本书更多章节>>>>

本文链接:https://www.kjpai.cn/gushi/2024-04-28/163338.html,文章来源:网络cs,作者:峨乐,版权归作者所有,如需转载请注明来源和作者,否则将追究法律责任!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。

文章评论