Skip to content
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

Creating client always ends in "No sockets available, cannot start." #115

Open
marcmenn opened this issue Jun 8, 2022 · 2 comments
Open

Comments

@marcmenn
Copy link

marcmenn commented Jun 8, 2022

if (ipInfo.internal == false && ipInfo.family == "IPv4") {

Node 18 changed type of family to number, so this will always result in Error No sockets available, cannot start.

Possible fix: SuiOni@532022d

@Nosferatu31
Copy link

Is this fixed already?

@tschlechtweg
Copy link

This is fixed in Node v18.4, see https://github.com/nodejs/node/blob/v18.4.0/lib/os.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants