Ollie
Ollie
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
Turns out I forgot to enable the voice intent
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
I have reinstalled it using this too but has not worked
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
I have reinstalled it and still nothing
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
Path is correct I have console logged it so I shall try reinstalling ffmpeg
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
is the current one at the moment
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
const resource = createAudioResource(path.join(__dirname + "/../utils/cool.mp3"), {inlineVolume: true});
const resource = createAudioResource(path.join(__dirname + "/../utils/cool.mp3"), {inlineVolume: true});
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
But when I tried a local file it did the same thing, thats why I am confused
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
Yes the connection is subscribed to the player
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
Okay thats new, when I had it on idle logging in never logged but now I get https://i.ollie.cloud/omUgBk.png
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
I had it on logging idle state too before and it did not
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
It stays in the playing state
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
@Qjuh ?
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
Any ideas as I am stumped
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
it wont play local audio either
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
I get the playing audio console log when the state changes but no audio actually comes through the bot
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
Even with the necessary additional depencies it does not play anything:
Core Dependencies
- @discordjs/voice: 0.16.1
- prism-media: 1.3.5

Opus Libraries
- @discordjs/opus: not found
- opusscript: 0.0.8

Encryption Libraries
- sodium-native: not found
- sodium: 3.0.2
- libsodium-wrappers: not found
- tweetnacl: not found

FFmpeg
- version: 5.1.4-0+rpt1+deb12u1
- libopus: yes
Core Dependencies
- @discordjs/voice: 0.16.1
- prism-media: 1.3.5

Opus Libraries
- @discordjs/opus: not found
- opusscript: 0.0.8

Encryption Libraries
- sodium-native: not found
- sodium: 3.0.2
- libsodium-wrappers: not found
- tweetnacl: not found

FFmpeg
- version: 5.1.4-0+rpt1+deb12u1
- libopus: yes
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
Its a mp3 stream link
22 replies
DIAdiscord.js - Imagine an app
Created by Ollie on 2/18/2024 in #djs-voice
Bot joins channel but does not play audio
[email protected] /home/ollie/coding/radiostats/bot └── [email protected] node -v = 21.5.0
22 replies