Kyllingz
DIAdiscord.js - Imagine an app
•Created by Kyllingz on 7/11/2024 in #djs-voice
createAudioResource has stopped working for me, only getting Status code 403
Hey!
I've had my bot running for a couple of years now without many issues until now. Using createAudioResource yields the 403 error. I've tried with both ytdl-core and ytdl-core-discord.
These are my package dependencies if that matters:
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"discord.js": "^14.8.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.9",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.5",
"ytdl-core-discord": "^1.3.1"
}
Any idea why it doesn't work?
11 replies