用python写了个爬虫,pycharm中运行正常,linux下命令行运行报错
Message: unknown error: Chrome failed to start: exited abnormally
(Driver info: chromedriver=2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752),platform=Linux 4.14.0-deepin2-amd64 x86_64)
找到一种解决方案https://blog.csdn.net/xuwukui/article/details/79042994
对我这种情况不起作用
google到另外一种解决方案,完美解决https://groups.google.com/forum/#!topic/qaf-users/ZRUbGWSL7Y8
You are using arg --headless so with that my be you can try with another argument --no-sandbox and window-size=1024,768.
chrome.additional.capabilities={"chromeOptions":{"args":["--headless", "window-size=1024,768", "--no-sandbox"], "binary": "/home/ubuntu/software/chromedriver"}}
You can refer following
https://stackoverflow.com/questions/22558077/unknown-error-chrome-failed-to-start-exited-abnormally-driver-info-chromedri
https://github.com/SeleniumHQ/selenium/issues/4961
按照上面给出的解决方案把代码修改如下:
chrome_options = Options()
chrome_options.add_argument('--headless')
chrome_options.add_argument('--disable-gpu')
chrome_options.add_argument("window-size=1024,768")
chrome_options.add_argument("--no-sandbox")
driver = webdriver.Chrome(chrome_options=chrome_options)
unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.36.540471
用python写了个爬虫,pycharm中运行正常,linux下命令行运行报错Message: unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.36.540471 (9c759b81a907e70363c6312294d30b6ccccc2752),platform=Lin...
什么是俯卧撑?
是一种 Web 服务,用于将消息从计算机发送到 iOS(或 Android)设备。
以前我使用 ,但 Pushover 具有更丰富的功能集并且看起来更好,这让我想到将我的脚本称为 。
什么是po.sh ?
posh是我编写的一个简单的 shell 脚本,它使用轻松地从其他 shell 脚本向自己发送消息。
例如,如果我有一个每天晚上或每周运行的cron或launchd作业,并且我想知道它是否成功,我可以在
exit
之前将其添加到脚本底部:
po.sh "$0
exit
ed
successfully"
这样,每次我想编写使用 Pushover 发送消息的 shell 脚本时,我都不必担心获取所有 Pushover API 详细信息。
此外, po.sh会自动将hostname和tim
Linux 部署jenkins+gitHub 跑UI 自动化报错:
FAILED
CONFIGURATION: @BeforeTest open
Chrome
12
org.openqa.selenium.Web
Driver
Exception:
unknown
error
:
Chrome
failed
to s
tar
t:
exit
ed
abn
orm
ally
.
(
unknown
error
: DevToolsActivePort file doesn't exist)
(The process s
tar
t
已解决selenium.common.exceptions.Web
Driver
Exception: Message:
unknown
error
:
Chrome
failed
to s
tar
t: crash
ed
(
chrome
not reachable)
(The process s
tar
t
ed
from
chrome
location C:\Users\Administrator\AppData\Local\Google\
Chrome
\Application\
chrome
.exe is no longe
注意:重要!
我不再从事这个项目。 我有一段时间没有研究它,发现 Mistborn 项目要优越得多,而且运行它的人有一个很好的设置。 如果您正在寻找一个好的服务器端 Wireguard gui,我强烈建议您查看该项目。
Vector - WireGuard 服务器端的 Web UI
使用 NodeJS、HTML5、Javascript 用 MeteorJS 编写
[演示站点] <即将推出>
在开发模式下运行
要在开发模式下运行 Vector,您需要执行以下操作:
安装 Meteor
Windows - 有一个安装程序。 Mac 和 Linux 使用此命令:
curl https://install.meteor.com/ | sh
克隆这个 repo
cd 进入克隆的 repo 目录
meteor npm install
现在运行命令
meteor
Microsoft SQL Server 2005 Setup
——————————
The SQL Server System Configuration Checker cannot be execut
ed
due to WMI configuration on the machine XXXX
Error
:2147749896 (0x80041008).
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+S
当我们使用systemctl s
tar
t mongod启动MongoDB数据时,报错如下
这里我们可以使用systemctl status mongod.service命令查看详细错误信息,如下图
原创文章 22获赞 38访问量 2万+
展开阅读全文
作者:Timor__
在Ubuntu20中,
python
3.0 中利用selenium打开浏览器出现
selenium.common.exceptions.Web
Driver
Exception: Message:
unknown
error
:
Chrome
failed
to s
tar
t:
exit
ed
abn
orm
ally
. (
unknown
error
: DevToolsActivePort file doesn’t exist)
结合网上的解决方案:
#pip3 install pyvirtualdisplay
selenium.common.exceptions.Web
Driver
Exception: Message:
unknown
error
:
Chrome
failed
to s
tar
t:
exit
ed
n
orm
ally
(
unknown
error
: Devtools port number fi...
During handling of the above exception, another exception occurr
ed
:
Traceback (most recent call last):
File "/home/project/login_by_user.py", line 175, in open_client
driver
= web
driver
.
Chrome
(const.
driver
_path_80,
chrome
_options=
chrome
_op
‘删除掉C:\Users\wu\AppData\Local\Google\
Chrome
’就是
Chrome
安装目录下的所有的东西,然后就可以了。
之后我才发现原来我安装了两次的
Chrome
浏览器,一个是中文版本的,一个是英文版本的,所以我把中文版本的那个数据给删除了就可以了。
当
Chrome
启动时出现这个错误消息,“
Chrome
failed
to s
tar
t:
exit
ed
abn
orm
ally
. (
unknown
error
: devtoolsactiveport)”,这通常是因为
Chrome
正在运行或残留的进程或文件阻止了其正常启动。
解决此问题的一种方法是强制关闭
Chrome
进程。在Windows上可以通过按Ctrl + Alt + Delete和选择任务管理器来实现。在任务管理器中,找到
Chrome
进程并右键单击选择“结束任务”以结束
Chrome
进程。
如果
Chrome
进程已经被关闭,可以尝试卸载并重新安装
Chrome
。这也将删除任何残留的
Chrome
进程和文件。
另一种解决方法是使用命令行操作。在Windows上,可以按下Windows键+R,在运行框中键入“cmd”,然后按回车键打开命令提示符窗口。在此窗口中键入“taskkill /im
chrome
.exe /f”,然后按回车键结束
Chrome
进程。然后可以尝试重新启动
Chrome
并查看是否解决了问题。
总之,当
Chrome
出现“
Chrome
failed
to s
tar
t:
exit
ed
abn
orm
ally
. (
unknown
error
: devtoolsactiveport)”错误消息时,需要先强制关闭
Chrome
进程或卸载并重新安装
Chrome
来解决这个问题。
unknown error: Chrome failed to start: exited abnormally (Driver info: chromedriver=2.36.540471
13919