user
12/09/2021, 8:16 AMuser
12/09/2021, 8:23 AMbrowserSocket
error
js
cypress:https-proxy received error on client browserSocket { err: Error: connect ECONNREFUSED ::1:42841 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1142:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '::1', port: 42841 }, url: 'localhost:7071' } +1ms
tall-airplane-97209
12/09/2021, 12:47 PMuser
12/09/2021, 1:01 PMtesting-dom__drag-drop
where I'm having the same issue as my project, so baseUrl is set and app running prior to run cypressuser
12/09/2021, 2:49 PMcuddly-winter-72122
12/09/2021, 4:29 PMcuddly-winter-72122
12/09/2021, 4:29 PMuser
12/09/2021, 4:32 PMcuddly-winter-72122
12/09/2021, 6:45 PMDEBUG=cypress:*
and that screenshot of cypress open
in a new GitHub issue?cuddly-winter-72122
12/09/2021, 6:46 PM::1
instead of 127.0.0.1
, we force use of ipv4 for CDP so it shouldn't be trying to connect on ::1
...user
12/09/2021, 6:54 PMuser
12/09/2021, 6:54 PMcuddly-winter-72122
12/09/2021, 7:32 PMchilly-soccer-83645
12/10/2021, 9:44 AMuser
12/10/2021, 11:07 AMping localhost
it was returning ::1
so I have edited my /etc/hosts
to comment out the ::1 localhost
line and cypress was running fine then, but the ping not.
but found out that for some reason I had a typo in my hosts file for ipv4:
127.0.0.1 locahost
instead of 127.0.0.1 localhost
(I was missing the l....)
TL;DR: typo in my /etc/hosts file
so now it's working fine thank youimportant-river-75795
12/10/2021, 12:12 PMchilly-soccer-83645
12/10/2021, 1:08 PMimportant-river-75795
12/10/2021, 1:09 PMimportant-river-75795
12/10/2021, 1:09 PMimportant-river-75795
12/10/2021, 1:09 PMflaky-television-87833
12/11/2021, 11:06 AMproud-room-838
12/12/2021, 11:12 PMfreezing-carpenter-97430
12/13/2021, 2:17 PMcreamy-train-56346
12/13/2021, 5:58 PMbackground-color
property for this element. It's color (hex) is hidden within a css class.wonderful-match-15836
12/13/2021, 7:08 PMgetComputedStyle
like this:
getComputedStyle(document.querySelector('body')).backgroundColor
handsome-cartoon-58565
12/13/2021, 7:47 PMuser
12/13/2021, 11:46 PMnpm
, and tried to npx cypress open
it in a new node project. The GUI seems to just hang with the spinner. Is there a step of the install I'm missing?
The command output is this:
```
[3708248:1214/124418.771128:WARNING:vaapi_wrapper.cc(586)] VAAPI video acceleration not available for swiftshader
[3708248:1214/124418.771303:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is swiftshader, ANGLE is
/usr/bin/node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
```If any other logs are useful I can go find them.user
12/13/2021, 11:47 PMnpm
, so I hope they haven't broken something.)user
12/13/2021, 11:48 PMuser
12/14/2021, 7:26 AM