djs-voice

1170 threads · Page 15 of 24

Cannot perform IP Discovery - socket closed 11 messages
smoky wren I am getting this error ```reject Promise { { ip: '88.198.37.107', port: 44860 } } Error: Cannot perform IP discovery -...
Get the audio from a voice channel 5 messages
cobalt violet Hello guys! I am creating a discord music bot with the voice control. And I am trying to figure out how to get the audio...
What is PlayerStatus.AutoPaused? 2 messages
left flicker I want to know the reasons.
AudioPlayer stop playing right after play started 2 messages
left flicker Same...
How can I resume auto paused audio? 6 messages
left flicker Same.
AudioPlayer plays audio about 30s and stop working. Some time it doesn't play any audio. 3 messages
left flicker AudioPlayer plays audio about 30s and stop working. Some time it doesn't play any audio. My code is okay
Music Bot stops playing after about 30-40 seconds 51 messages
sterile pasture - Nodejs: v19.7.0 - discord.js: 14.7.1 - discord-player: 5.4.0 - discordjs/opus: 0.9.0 - ffmpeg-static: 5.1.0 As a new ...
70/74-byte UDP packets 8 messages
sweet snow Hey there, I was wondering if the voice package is sending 74 byte UDP packets or 70 byte UDP packets? Discord says that...
Bot Stop Playing After 40-60 Seconds!! 4 messages
hollow solstice my bot is hosted on DigitalOcean Us region yesterday seems fine now it's broken idk why ? i tried everything but didn't ...
998946512144969748 998946620345434174
audio problem 40 messages
river shale i have this problem: in the middle of the mp3 you can no longer hear my bot in the channel. after that you don't hear it...
Audio stop after few second 36 messages
old chasm Hi all, we have a new issue on my bot music not play audio for 50 sec and audio stop but its only this day other day is ...
998946620345434174
Fetch Audio Player 10 messages
bitter trail How to fetch the audio player (createAudioPlayer) in the server to pause it or to do any another thing?
Connection VS Player 4 messages
snow veldt When the connection is destroyed does the player also get destroyed or do I have to destroy that as well?
Why is there no musik? 5 messages
river shale What's wrong? I am using discord.js 14.7.1
Bot connects and then foes into signalling right away 72 messages
scarlet turtle Hello, my bot was working before but now just keeps signalling right away. I am not sure what causes this, any help is a...
Audio Resource Playing on Client but not on server. 11 messages
brittle yoke When I host my bot that streams music from my website it plays but if I push it to the server it joins the vc but does n...
Bot becomes unable to play sound 3 messages
scarlet turtle Node v16.19.1 discord.js v14.7.1 @discordjs/voice@0.14.0 Hello, the below function `playSound()` works no problem if yo...
audio not playing 5 messages
maiden flower bot joins channel but doesnt play audio "discord.js": "^14.7.1", Node.js v18.14.0
How can i loop an audio resource? 15 messages
obsidian igloo I've tried this ```ts client.audioPlayer.on(AudioPlayerStatus.Idle, () => { if (!client.audioPlayer) return; c...
AbortError using play-dl 5 messages
vagrant lichen AbortError: The operation was aborted at AbortSignal.abortListener (node:events:958:14) at AbortSignal.[nodejs.i...
get screenshots of streams? 4 messages
wise wave is it possible to get screenshots of current streams? or even better, to stream their video elsewhere?
How to Make The Bot Leave Voice Channel After Playing Sound 15 messages
livid socket I can't seem to find anywhere in the docs of how to leave the channel after the sound has been played. Any ideas?
Voice Audio Detection Problems... 2 messages
sweet snow Hey, I run a bot which uses the voice packages audio receiving system. I've noticed a problem that appear to occur rando...
How do I make my bot leave a voice channel when it is empty? 9 messages
terse nest Does anybody know how I can leave a voice channel when the voice channel is empty?
Error: Cannot play a resource that has already ended. 19 messages
serene lion My code: ```js const { joinVoiceChannel, createAudioPlayer, NoSubscriberBehavior, createAudioResource, AudioPlayerStatu...
Bot joins channel but doesn't play anything 35 messages
livid socket ```const { joinVoiceChannel, createAudioPlayer, createAudioResource } = require("@discordjs/voice") const guild = client...
Permissions to move to another voice channel 4 messages
sacred surge Has a little problems with understanding of permissions to <GuildMember>.voice.setChannel() Bot have permission to move...
Merge 2 AudioResource 5 messages
silent fossil Hello, I'd like to know if it's possible to merge 2 AudioResource so it can be played at the same time.
998946512144969748
How do I detect once the music has finished (djs v13.12.0) [Solved] 22 messages
cosmic arrow I have messed around with the player.on() function with createAudioPlayer and such but I can not find a solid way to loo...
Bot joins but does not play mp3 file 70 messages
pallid mist Hello! I was trying to make a simple mp3 player bot, with 1 single mp3. When I tried to play it, though, it just joined ...
998946512144969748
Channel Udefined. 5 messages
elfin fractal Hi guys, I have a problem when someone connect to a channel give me an error when I try to get channel. In documentati...
Join Channel with different Client 9 messages
vernal hill How can I say that another Bot is joining the Channel and not the main Bot? (I have the token)
How can I install bass config on my Discord.js/voice music bot? 7 messages
left flicker Equal to title.
998946512144969748
How to check if user is talking 32 messages
tough aurora I know I should use the SpeakingMap from @discordjs/voice, but idk how to set it up to work.
BOT Don't play anything 17 messages
lone flume My bot was working great I change the VPS and now it says I am playing and join to Voice channel but it don't play anyth...
998946512144969748 998946620345434174
Permission Overwrites doesn't work 4 messages
trail trout ```js function CreateVoiceAudio(member) { var server = member.guild; server.channels.create({ name: '🚩┃...
Doesn't play audio but joins vc 3 messages
thin rivet ```js let player = null let subscription = null let connection = null let isPlaying = false let queue = [] let voiceCh...
I used v12 6 messages
1038824730079273010
TypeError: Cannot read properties of undefined (reading 'id*) 2 messages
stable loom Status code: 429
I can't see my bot's audio channel connection count 25 messages
jaunty smelt Even though my bot is on audio, I can't see how many voices it's connected to. Can anyone help what is the problem? This...
TypeError [ERR_INVALID_ARG_TYPE]: The "body" argument must be of type function or an instance of Blo 15 messages
vernal hill TypeError [ERR_INVALID_ARG_TYPE]: The "body" argument must be of type function or an instance of Blob, ReadableStream, W...
998946512144969748
Is there a way to record audio? 3 messages
ember anvil Is there a way to capture audio in djs 14 for further processing (e.g. speech to text)?
How do I stop an autopaused audio player? 4 messages
rancid trench title. it doesn't look like `audioPlayer.stop()` does anything its state doesn't change to idle too this prevents the b...
how to detect audioPlayer is playing audio resource right now? 4 messages
left flicker how to detect audioPlayer is playing audio resource right now?
Can i access AudioPlayer from VoiceConnection? 2 messages
glad robin i'm experimenthing some spaghetti and want to check if my bot is currently singing
Discord bot not seeing users in vc channel 6 messages
slate hound Hi all- I have a bot that joins a vc channel and needs to detect changes when users start and stop speaking. It joins vc...
When no user in vc 5 messages
devout grotto This means that when there is no one in the channel, the bot stops the audio to save resources, right?
play without stopping the previously playing resource 12 messages
shadow flare Will running `player.play()` without stopping the player (and what's "currently" playing) beforehand causes any harm or ...
Joins, but does not play audio. 38 messages
finite crypt ```js client.on("messageCreate", async (msg)=>{ if(msg.content=="tts"){ console.log('Join Command Received')...
how to join a stage channel 2 messages
hushed fable how to join a stage channel