No Sound upon connect
Hey Team!
Hope you are all well and had a good halloween. I'm trying to create a /play command which will fetch a URL.mp3, but when the bot joins the channel it doesn't actually play or theres no sound
3 Replies
π§ Attempting to join channel "s" in guild "Test".
π Creating voice connection...
π°οΈ VoiceConnection: Signalling...
π°οΈ VoiceConnection: Signalling...
β³ Waiting for VoiceConnection to reach Ready state...
π VoiceConnection: Connecting...
π VoiceConnection: Connecting...
π VoiceConnection: Connecting...
β
VoiceConnection: Ready.
β
VoiceConnection: Ready.
β
VoiceConnection: Ready.
β
Voice connection established successfully.
π΅ Creating audio player...
π Subscribing connection to player...
βοΈ Launching FFmpeg process for stream transcoding...
π Creating audio resource...
β
Audio resource created, starting playback...
β³ Player Status: Buffering...
π Playback started successfully.
π¨ Sending embed confirmation...
πΆ Player Status: Playing live audio.
@discordjs/voice@0.19.0
Intents:
--------------------------------------------------
Core Dependencies
- @discordjs/voice: 0.19.0
- prism-media: 1.3.5
Opus Libraries
- @discordjs/opus: 0.10.0
- opusscript: 0.0.8
Encryption Libraries
- native crypto support for aes-256-gcm: yes
- sodium-native: not found
- sodium: not found
- libsodium-wrappers: not found
- @stablelib/xchacha20poly1305: not found
- @noble/ciphers: not found
DAVE Libraries
- @snazzah/davey: 0.1.7
FFmpeg
- version: 6.0-essentials_build-www.gyan.dev
- libopus: yes
--------------------------------------------------
βββ @discordjs/opus@0.10.0
βββ @discordjs/voice@0.19.0
βββ @ffmpeg-installer/ffmpeg@1.1.0
βββ @snazzah/davey@0.1.7
βββ @supabase/supabase-js@2.78.0
βββ axios@1.13.1
βββ discord.js@14.24.2
βββ dotenv@16.6.1
βββ ffmpeg-static@5.2.0
βββ fluent-ffmpeg@2.1.3
βββ luxon@3.7.2
βββ opusscript@0.0.8
βββ prism-media@1.3.5
I thought opus needed opusscript
Well, your such a goat - Managed to fix it π
The thread owner has marked this issue as solved.