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

"Error: read ECONNRESET" #34

Open
dkrsk opened this issue May 1, 2023 · 2 comments
Open

"Error: read ECONNRESET" #34

dkrsk opened this issue May 1, 2023 · 2 comments

Comments

@dkrsk
Copy link

dkrsk commented May 1, 2023

i have trouble with run Volcano. after npm run start on Ubuntu 22.04.2 machine i get this:


> [email protected] start
> node --enable-source-maps --optimize_for_size .

node:internal/process/esm_loader:100
    internalBinding('errors').triggerUncaughtException(
                              ^

Error: read ECONNRESET
    at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
    at __node_internal_errnoException (node:internal/errors:620:12)
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
  errno: -104,
  code: 'ECONNRESET',
  syscall: 'read'
}

Node.js v19.9.0

I also try with Win11 and node v20, but that doesn't work either:


> [email protected] start
> node --enable-source-maps --optimize_for_size .

node:internal/process/esm_loader:42
      internalBinding('errors').triggerUncaughtException(
                                ^

Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
    at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
    at new NodeError (node:internal/errors:399:5)
    at internalConnectMultiple (node:net:1098:20)
    at Timeout.internalConnectMultipleTimeout (node:net:1637:3)
    at listOnTimeout (node:internal/timers:575:11)
    at process.processTimers (node:internal/timers:514:7) {
  code: 'ERR_SOCKET_CONNECTION_TIMEOUT'
}

Node.js v20.0.0

Any ideas how to solve this?

@PapiOphidian
Copy link
Member

v1 currently isn't receiving updates anymore as we work on the rewrite.
https://github.com/AmandaDiscord/Volcano/suites/12010352442/artifacts/630855049
This is a link to the latest v2 server build. v2 uses yarn over npm so ensure that yarn is installed and that you yarn install the dependencies then yarn start

@dkrsk
Copy link
Author

dkrsk commented May 2, 2023

After a lot of torment, it turned out to build, but when I start, I get it again:

node:internal/process/esm_loader:42
      internalBinding('errors').triggerUncaughtException(
                                ^

Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
    at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
    at new NodeError (node:internal/errors:399:5)
    at internalConnectMultiple (node:net:1098:20)
    at Timeout.internalConnectMultipleTimeout (node:net:1637:3)
    at listOnTimeout (node:internal/timers:575:11)
    at process.processTimers (node:internal/timers:514:7) {
  code: 'ERR_SOCKET_CONNECTION_TIMEOUT'
}

Node.js v20.0.0

Also prism-media and node-gyp (probably?) is missing from package.json

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

No branches or pull requests

2 participants