Tay
Tay
DIAdiscord.js - Imagine an app
Created by Tay on 3/5/2023 in #djs-voice
Audio Dying after some Minutes of Playback
My Audio dies after some minutes of playback of a mp3 stream
45 replies
DIAdiscord.js - Imagine an app
Created by Tay on 1/31/2023 in #djs-voice
Won't play the given Stream
node:events:491
throw er; // Unhandled 'error' event
^

Error: Cannot find module 'E:\Docs\Dev\MoonAssist\node_modules\@discordjs\voice\dist\index.js'
at createEsmNotFoundErr (node:internal/modules/cjs/loader:1022:15)
at finalizeEsmResolution (node:internal/modules/cjs/loader:1015:15)
at resolveExports (node:internal/modules/cjs/loader:529:14)
at Function.Module._findPath (node:internal/modules/cjs/loader:569:31)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
at Function.Module._load (node:internal/modules/cjs/loader:841:27)
at Module.require (node:internal/modules/cjs/loader:1067:19)
at require (node:internal/modules/cjs/helpers:103:18)
at JoinChannel (E:\Docs\Dev\MoonAssist\events\Client\ready.js:44:149)
at Client.<anonymous> (E:\Docs\Dev\MoonAssist\events\Client\ready.js:39:3)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:394:10)
at processTicksAndRejections (node:internal/process/task_queues:85:21) {
code: 'MODULE_NOT_FOUND',
path: 'E:\\Docs\\Dev\\MoonAssist\\node_modules\\@discordjs\\voice\\package.json'
}
node:events:491
throw er; // Unhandled 'error' event
^

Error: Cannot find module 'E:\Docs\Dev\MoonAssist\node_modules\@discordjs\voice\dist\index.js'
at createEsmNotFoundErr (node:internal/modules/cjs/loader:1022:15)
at finalizeEsmResolution (node:internal/modules/cjs/loader:1015:15)
at resolveExports (node:internal/modules/cjs/loader:529:14)
at Function.Module._findPath (node:internal/modules/cjs/loader:569:31)
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:981:27)
at Function.Module._load (node:internal/modules/cjs/loader:841:27)
at Module.require (node:internal/modules/cjs/loader:1067:19)
at require (node:internal/modules/cjs/helpers:103:18)
at JoinChannel (E:\Docs\Dev\MoonAssist\events\Client\ready.js:44:149)
at Client.<anonymous> (E:\Docs\Dev\MoonAssist\events\Client\ready.js:39:3)
Emitted 'error' event on Client instance at:
at emitUnhandledRejectionOrErr (node:events:394:10)
at processTicksAndRejections (node:internal/process/task_queues:85:21) {
code: 'MODULE_NOT_FOUND',
path: 'E:\\Docs\\Dev\\MoonAssist\\node_modules\\@discordjs\\voice\\package.json'
}
My Djs Version: "discord.js": "^14.7.1", DJS Voice: github:discordjs/voice Node: v16.19.0
6 replies
DIAdiscord.js - Imagine an app
Created by Tay on 1/31/2023 in #djs-voice
Cannot Find Module
I think this has already been asked but i cannot seem to find the Answer. Error: Cannot find module 'E:\Docs\Dev\MoonAssist\node_modules@discordjs\voice\dist\index.js' This is the error i get. How do i fix that again?
3 replies
DIAdiscord.js - Imagine an app
Created by Tay on 1/7/2023 in #djs-questions
AutoComplete Function doesnt get Called
26 replies
DIAdiscord.js - Imagine an app
Created by Tay on 6/22/2022 in #djs-questions
Shards are Still being spawned + Sharding Ready died
Code is fine. Token is fine. Works with Staging but not on main (i know sorta a replica but other errors)
49 replies