cypress: Cypress won't open
Current behavior
I’ve installed Cypress on Ubuntu 18.04 according to the instructions and the command “npx cypress open” fails with only the following information which doesn’t instruct me what the problem is or what to do about it:
[8931:0705/070931.992860:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
[8931:0705/070931.995582:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
[8931:0705/070932.007952:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[8931:0705/070932.011180:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[9102:0705/070934.684260:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[9102:0705/070934.716168:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
[8931:0705/070939.971951:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[8931:0705/070940.064300:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[8931:0705/071011.886724:ERROR:network_service_instance_impl.cc(978)] Network service crashed, restarting service.
Desired behavior
It should start I assume. Never used it before.
Test code to reproduce
npx cypress open
Cypress Version
10.3.0
Other
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 21 (10 by maintainers)
I think this ticket was meant to be closed. I abandoned WSL as unsupportable and switched to a VM which worked. My only further suggestion was to consider advising users that WSL is not currently supported so we don’t get lost in that hole.
Cheers Erik
On Tue, Oct 11, 2022 at 6:58 AM Ben M @.***> wrote: