Hey all, I'm wrestling some kind of browser/Cypress connection bug. I restarted my computer the other night, and immediately upon reboot, found I could no longer get the Cypress test runner to connect to Chrome (or any browser). I get a series of "Still waiting to connect to Chrome, retrying in 1 second", until it gives up. Turning on the debug log reveals the connection is being refused, presumably by Chrome: Error: connect ECONNREFUSED 127.0.0.1:55804.
Problem occurs with browser specified at the command line (Chrome or Firefox), or no browser specified (Chromium), no applications running (so no other Chrome instances running), either via npm command or directly by calling the cypress binary. I've cleared the Cypress cache, reverted to an older version (I'm on 9.7, tried 9.6), deleted all Cypress files in ~/Library, re-cloned my repo from origin... nothing. Cypress just won't connect to a browser. Any ideas?