Replies: 1 comment
-
Looks like something in your network stack isn't working. Try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The below error happens when trying to /play anything
Node.js v18.7.0
========================================
================= muse =================
=========== Made with 🎶 by ============
==== https://github.com/codetheweb =====
========================================
Running version 2.4.4 built on 12/22/2023 (commit 45bdbd1)
🔧 Need help? https://github.com/codetheweb/muse/discussions/new
🐛 Bug? https://github.com/codetheweb/muse/issues/new
✨ New feature? https://github.com/codetheweb/muse/issues/new
☕ Discussion? https://github.com/codetheweb/muse/discussions/new
💰 Help me? https://www.paypal.me/codetheweb https://github.com/sponsors/codetheweb
✔ Database migrations applied.
✔ Ready! Invite the bot with https://discordapp.com/oauth2/authorize?client_id=878832275360448532&scope=bot%20applications.commands&permissions=36700160
node:events:491
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND us-central4518.discord.media
at __node_internal_captureLargerStackTrace (node:internal/errors:477:5)
at _node_internal (node:internal/errors:699:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:111:26)
Emitted 'error' event on VoiceConnection instance at:
at VoiceConnection2.onNetworkingError (/usr/app/node_modules/@discordjs/voice/src/VoiceConnection.ts:496:8)
at Networking.emit (node:events:513:28)
at Networking.onChildError (/usr/app/node_modules/@discordjs/voice/src/networking/Networking.ts:310:8)
at VoiceWebSocket.emit (node:events:513:28)
at WebSocket.VoiceWebSocket.ws.onerror (/usr/app/node_modules/@discordjs/voice/src/networking/VoiceWebSocket.ts:77:63)
at WebSocket.onError (/usr/app/node_modules/@discordjs/voice/node_modules/ws/lib/event-target.js:220:18)
at WebSocket.emit (node:events:513:28)
at emitErrorAndClose (/usr/app/node_modules/@discordjs/voice/node_modules/ws/lib/websocket.js:1002:13)
at ClientRequest. (/usr/app/node_modules/@discordjs/voice/node_modules/ws/lib/websocket.js:854:5)
at ClientRequest.emit (node:events:513:28) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'us-central4518.discord.media'
}
Beta Was this translation helpful? Give feedback.
All reactions