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

Discord error when disabled #10

Open
martindale opened this issue Nov 15, 2024 · 0 comments
Open

Discord error when disabled #10

martindale opened this issue Nov 15, 2024 · 0 comments

Comments

@martindale
Copy link
Member

Despite setting discord.enable to false an error will be received when booting offline:

node:internal/deps/undici/undici:11730
    Error.captureStackTrace(err, this);
          ^

TypeError: fetch failed
    at Object.fetch (node:internal/deps/undici/undici:11730:11)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 3) {
  cause: ConnectTimeoutError: Connect Timeout Error
      at onConnectTimeout (/Users/eric/sensemaker/node_modules/@discordjs/rest/node_modules/undici/lib/core/connect.js:190:24)
      at /Users/eric/sensemaker/node_modules/@discordjs/rest/node_modules/undici/lib/core/connect.js:133:46
      at Immediate._onImmediate (/Users/eric/sensemaker/node_modules/@discordjs/rest/node_modules/undici/lib/core/connect.js:174:9)
      at processImmediate (node:internal/timers:476:21) {
    code: 'UND_ERR_CONNECT_TIMEOUT'
  }
}

Node.js v18.19.0
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

1 participant