gpt4 book ai didi

cypress - 无法连接到总线 : Address does not contain a colon

转载 作者:行者123 更新时间:2023-12-05 03:27:33 27 4
gpt4 key购买 nike

当我的 circleci 工作构建我的 cypress 测试时,我遇到了这个错误:

[432:0312/154643.301773:ERROR:bus.cc(392)] Failed to connect to thebus: Failed to connect to socket /var/run/dbus/system_bus_socket: Nosuch file or directory [432:0312/154643.303582:ERROR:bus.cc(392)]Failed to connect to the bus: Address does not contain a colon[432:0312/154643.303623:ERROR:bus.cc(392)] Failed to connect to thebus: Address does not contain a colon[619:0312/154643.361540:ERROR:gpu_init.cc(453)] Passthrough is notsupported, GL is swiftshader, ANGLE is

有人知道我如何解决这个问题吗?

最佳答案

试试这个:

# Install dbus if it's not installed

UBUNTU:
apt update && apt install -y dbus

MAC:
brew update && brew install dbus

# Then run the commands below

UBUNTU:
mkdir -p /var/run/dbus

dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address

MAC:
mkdir -p /var/run/dbus

dbus-daemon --config-file=/opt/homebrew/share/dbus-1/system.conf --print-address

来源:https://georgik.rocks/how-to-start-d-bus-in-docker-container/

关于cypress - 无法连接到总线 : Address does not contain a colon,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71451004/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com