djs-voice

1174 threads · Page 13 of 24

Could not extract stream for this track 3 messages
silver birch I have noticed a few people having issues with Could not extract stream for this track, i am also having the same issue,...
Error: Could not extract stream for this track 4 messages
empty shale ```js C:\Users\l3ktu\Desktop\Discord-Music-Bot-master\node_modules\discord-player\dist\index.js:958 const error ...
how to can i change the bitrate of the player? 10 messages
delicate night how to can i change the bitrate of the player?
Return ID of current user talking. 5 messages
mellow narwhal my connection: ``` const connection = joinVoiceChannel({ channelId: channelId, guildId: interac...
What is the problem, he goes out and enters the room constantly and does not remain fixed in the roo 9 messages
weak coyote What is the problem, he goes out and enters the room constantly and does not remain fixed in the room, and also when I p...
Check whether resource is valid 5 messages
raven lynx Is there a way to check whether a resource is a valid audio resource?
Bot isn't detecting any voice 358 messages
magic knoll I have a voice model: ```js const audio = new VoiceReceiver(connection).subscribe(interaction.user.id, ...
Fetch URL from audio resource 3 messages
raven lynx Is there a way to fetch the URL from an audio resource? I'm playing a radio station with my bot.
CPU that increases as you go along 12 messages
getVoiceConnection return undefined? 8 messages
broken current the code returned undefined and my bot is connected to a voice channel ```js const test = getVoiceConnection(interaction...
Audio Not Playing when Deployed 2 messages
Voice recorders 2 messages
vapid turtle Using the recorder example How can I record the complete voice channel? I mean to record everyone in the channel at the...
Listen for change to speakingmap 16 messages
sullen patrol I know that this is a probably a dumb question, but I'm very new to Javascript and even newer to Typescript. I've done a...
Cant hear the bot speaking/Not glowing 2 messages
long grotto code: ``` const audioURL = TTS.getVoiceStream(text); const connection = joinVoiceChannel({ ch...
Problem with ws and voice! 5 messages
slim echo Hey guys! I have a problem with the audio playback in my bot now, some time ago I was using my own ws package, and every...
Hello Guys 17 messages
lime sparrow how can i fix my music bot turnd off after 1 min
"aborted" error when playing audio 5 messages
plucky nebula Hello there. Sometimes, when I play audio, the bot would suddenly stop playing after about a minute or two in the audio....
Set volume after starting playing AudioResource 6 messages
plucky nebula hello there, I'm updating my bot from discord.js v12 to v14, and there's something I couldn't find how to update; in v12...
AudioPlayer problem (I think ?) 12 messages
small cove Hi, does someone have a clue about why my bot does connect to the voice channel then disconnect ? here's the code : ``...
When the bot play AudioResource as first time, it will finish immediately 12 messages
left flicker Just same thing. What's going on?
"Cannot perform IP discovery - socket closed" 4 messages
rancid trench getting this error after leaving the bot on for some time ``` file:///D:/musicbot/node_modules/@discordjs/voice/dist/ind...
setVolume() not working 3 messages
jade fractal i wrote this code for my bot ```js const connection = joinVoiceChannel({ channelId: interaction.member.voice.ch...
music bot 7 messages
toxic birch Hi How can I solve the problem of the music bot ، The problem with the bot is that it stops singing after only one minu...
Send message reliably on thread creation 2 messages
slender marlin I have a discord bot that posts a message every time someone creates a new thread in a certain forum channel, (its a hel...
Delay in the audio while trying to play a stream 8 messages
raw rampart Hello, I'm trying to stream the microphone audio from my computer using the "node-mic-record" module. It works fine but ...
My sound command is working locally but not in remote 2 messages
jade fractal /Sound is working in local but when deploying i'm getting this error ``` /home/fgqnfdxm/nodevenv/ETIC-BOT-2/16/lib/node_...
Bots joins and leave 28 messages
mighty bone i recently moved to paid host and when i tried to use vc command the bot joins and leaves immediatly idk why
Connecting a specific client to a voice channel 6 messages
woeful hill Hello, I'm trying to make a distributed music bot service for a single guild. Long story (https://stackoverflow.com/ques...
message.member.voice returning null 19 messages
minor venture hello, I have built a bot to do TTS in a server, it was working fine in my personal testing server but in Prod it is now...
Core Dependency showing different than a version number 2 messages
arctic shale Hi, Trying to port my bot over to Ubuntu, it works with zero issue on Windows 11, it doesn't seem to want to get the ra...
AuthenticateFailed 7 messages
verbal juniper Hi everyone, So I have a musical bot that has been working fine. It hasn't been used for maybe a few months, and now it ...
Question about connection.on 18 messages
raven lynx When a voice connection is destroyed, does the connection.on method get destroyed as well? Because I don't want to overl...
Play command 6 messages
glacial stone I was making a play command ``` await interaction.deferReply(); const search = await ytse(given_son...
Cannot join voice channel 14 messages
sour maple I am rewritting my bot from DJS v12 to v14. I started by writing a simple music bot that would play a youtube link using...
If I wait a while and then resume, nothing plays. 12 messages
left flicker If I wait a while and then resume, nothing plays. About 30s ~ 1m
502 crashes the bot 7 messages
quiet warren i'm playing audios that's uploaded as mp3 files in the host, and suddenly the bot crash with this err
Bot stops playing music after 2 minutes 55 messages
boreal coral I've encountered the problem that the bot stops playing after 2-2:30 minutes. Searching on github I found a solution (ne...
odd error 7 messages
tall ledge anyone know why im getting this error: ```node:internal/errors:484 ErrorCaptureStackTrace(err); ^ TypeError [E...
Is there an way to install seek function on my bot? 13 messages
left flicker I tried AudioResource's playStream seek, but it doesn't work. What can I do? I think there's way because discord-player ...
SpeakingMap stops triggering 'start' events after some time 5 messages
fringe jolt My bot is connected to the voice channel through a VoiceConnection and has a VoiceReceiver. I added an event listener fo...
can someone help me make a text to speech feature in a voice channel 17 messages
native osprey plz and thank u
Radio 6 messages
raven lynx My bot is playing music from an online radio station, but the music stops playing after like 30 seconds. I thought it wa...
Keeps autopausing 3 messages
lyric wing How do I prevent this? It keeps buffering then autopausing stopping the playback
How can I record audio of a voicchannel 4 messages
analog nymph I want to record of a voice channel but don't know how all tutorials are of v12 or v13 but I am using v14
How to seek an aduio 7 messages
quiet warren ```js const resource = createAudioResource(path, { seek: 60000, volume: 1 }); player.play(resource)``` ```js const resou...
OpusEncoder to file 3 messages
crystal zodiac How do you write an OpusEncoder stream to a file? Thanks
AudioPlayer#stop method 5 messages
vocal glacier so like it mentions that the player will be destroyed so what am confused is like how? I checked the source and all I se...
AudioPlayerStatus 9 messages
mighty bone Is there any state where we can check if is no user in vc so it will leave i saw docs there is not is there any way or ...
Multiple Voice Connections 3 messages
vocal glacier Is it possible to have multiple voice connection subscription for a guild? if so, how would I go about retrieving a part...
way to convert AudioReceiveStream into AudioResource 5 messages
worldly crag Hi there, I' ve been tinkering with some ideas of audio loopback. I was able to read opus stream with subscribing to co...