-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECONNRESET can't launch browser #289
Comments
Would you mind seeing if you have better luck on node 20? I haven't actually tested node 22 yet, and I don't see anything else problematic here. |
same exact error on node |
Dumb questions - can you get to example.org on your computer? Does it work with other urls? Is there any kind of virus scan that could be blocking the process? |
yes
no
nope, I even tried disabling my antivirus (ESET NOD32) I can start the cloud fine, but the moment a client tries to connect - both crash |
I just tested again with the latest version on a clean install and it seems to work fine on my mac (m2 running Sonoma). Only thing I changed was putting the code in a wrapper fn and calling tsc on the typescript file
|
I'm on Windows 10 and this is also the code i ran
what typescript file? you wrote javascript code why would you need to transpile it? |
Typescript was quite unnecessary. I just wrote it to compile it to commonjs to see if that was what was going on |
@blakebyrnes I am also getting this error on using Chrome 121 on Windows 10. |
@Cmeesh11 If you're on discord, please connect with me there. I think this is going to require a lot of back and forth to figure out why windows is blocking these processes only on some machines. |
When I try running the demo code, I get the following error:
my code
Full log (
ULX_DEBUG=true
)The text was updated successfully, but these errors were encountered: