djs-voice

1170 threads · Page 23 of 24

No output from pipeline, inputStream has output 1 messages
rugged oriole It's entirely possible I may be doing something horribly wrong. Should the concern come down to the Buffer being flushed...
Error [VoiceNotStageChannel] You are only allowed to do this in stage channels. 5 messages
fresh token why get this error? `Error [VoiceNotStageChannel]: You are only allowed to do this in stage channels.` ```js const conne...
Cannot use `guild.voiceAdaptorCreator` in `joinVoiceChannel` 10 messages
winged beacon TypeScript throws an error when I try to use `guild.voiceAdaptorCreator` in the `AdaptorCreator` option of `joinVoiceCha...
How to get the player a connection is subscribed to? 4 messages
tepid pivot I would like to know how to get the player a connection is subscribed to. In other posts it says <VoiceConnection>.stat...
Merge Opus Streams 8 messages
frozen urchin How would I merge two opus streams I need to play 2 or more opus streams together in a vc
Bot stops playing music after some time 5 messages
solemn rivet I'm dealing with this issue for quite some time and it's annoying. After some time of bot playing music, bot will just s...
How to get current audio player? 3 messages
kindred thunder say I am starting a pause command in an entirely new file how do I fetch the audio player that's currently playing and p...
Getting- Cannot destroy VoiceConnection - it has already been destroyed 71 messages
terse cargo Hi there, I asked for help with this yesterday and it was unresolved, still having the same issue. I did some digging an...
Audio player doesn't play the mp3 9 messages
thin rivet Does anyone know why it doesn't play music? There is only this green ring around the name. ```js const { Client, Intents...
Leaves automatically without even touching the audio file once 47 messages
kindred thunder Basically ive coded my play command with ytdl-core to see if anything is going wrong however it just isn't playing the a...
Very Laggy After Couple Hours 8 messages
civic garnet My bot (https://moosic.tk/) lags after a couple hours since it's start, is there an issue for this already?
get user audio and resend in channel 3 messages
unreal sundial I want to get a user audio and resend in real time the audio in voice channel ```js let connection = await joinVoiceChan...
How can i send multi audio in same channel 6 messages
unreal sundial I want my bot to take multiple audio inputs and play them in one audio channel at the same time (like running two ytb vi...
What causes `AbortError The operation was aborted` when trying to join a channel? 16 messages
magic arrow My bot connects, then tries to `await entersState(connection, VoiceConnectionStatus.Ready, 30_000);` But for some channe...
Receiving error 'Cannot destroy VoiceConnection - it has already been destroyed' 42 messages
terse cargo Hi there, I've made a bot that essentially grabs mp3 files from a folder and plays them in a voice channel. It can do th...
Error with ytdl-core 2 messages
distant talon Hello, I am making a music bot and it was working fine until the package i use ytdl-core started to have an error I don...
Guild's shard is undefined 2 messages
sand hollow I've been attempting to create a bot that would join a voice channel. However, when I try to run `joinVoiceChannel` it g...
My bot is successful in logging on but doesn't respond . Node v16.16.0 discord.js14.1.2 5 messages
idle meadow const { Client, GatewayIntentBits } = require('discord.js'); const client = new Client({ intents: [GatewayIntentBits.Gui...
TypeError Cannot read properties of undefined (reading 'channels') 6 messages
gentle basin ```js const { Client, MessageEmbed } = require('discord.js'); const Channel = require('../Classes/channel') const userDB...
AudioPlayerError connect EHOSTUNREACH 2 messages
hushed spindle Can someone help me with this error? I get this error in middle of song from youtube ```AudioPlayerError: connect EHOSTU...
music bots cant verify? 2 messages
fathom radish If I use erela.js will my bot get verified?
Not playing audio. 1 messages
terse cargo Hi there, the screenshot shows the code I have for my bot currently. Not sure why, it's not playing any audio. I've used...
No output from prism.FFmpeg 1 messages
rugged oriole Wanted to ask before opening an issue on prism-media, but this: <https://github.com/AmandaDiscord/Volcano/blob/main/src/...
receiver.speaking.on start and opusStream not in sync 21 messages
sweet snow Hey there! So my issue is that the start speaking event and opusStream are not in sync with each other. So for example, ...
getVoiceConnection returns undrfined 8 messages
spare sage ```js const { getVoiceConnection } = require('@discordjs/voice'); const ytdl = require('ytdl-core'); con...
Duration Paramater with Voice Receiving 22 messages
sweet snow Can someone explain to me how the duration parameter works when it comes to voice receiving? I'm having trouble understa...
R [Error] aborted 5 messages
tranquil moat im getting this error when a music starts playing :/
Bot doesnt respond to messages or command and it doesnt show activity status 3 messages
fast cloak the bot turns on and works but it doesnt respond to any of my messages and it doesnt show the activity status, i tried a...
My bot can't speak when running on heroku 41 messages
digital zealot My bot works fine when running on my pc, but when I deploy it to heroku, it can't speak. It connects on the channel but ...
ChannelsType enum 38 messages
ornate topaz I'm probably a dumbass guildChannel.type returns a string but it's type is this https://i.enes.ovh/webstorm64_lAr1JBF3...
make bot join and play song 37 messages
novel helm hello i was wanting to create my own music bot but I am unaware how todo most of it I can seem to get it to even join a ...
What protocols and ports are used for audio streaming? 5 messages
snow veldt I'm trying to answer my VPS company's questions as to what protocols and ports are used for audio streaming.
how can i do if bot is not in vc till 30 sec then it will join vc otherwise ignore it .. like it joi 17 messages
digital tusk code will check it every sec till 30 sec then if bot is not in vc it will join one
why is voiceStateUpdate not working? 7 messages
vernal hill Why is voiceStateUpdate not working?
FATAL ERROR ErrorThrowAsJavaScriptException napi_throw 4 messages
sweet snow Why is this happening and how can I stop it from happening? Error: ```js 01:20:57: FATAL ERROR: Error::ThrowAsJavaScri...
'aborted' Error while playing audio 19 messages
bitter adder I use a package named 'discord-player', which uses to '@discordjs/voice' to play music. Whenever it plays music, it abru...
VoiceConnection goes into signalling after exactly 60s. 27 messages
hard fjord Whenever my bot joins a voice channel after 60 seconds the voice connection goes to signalling. It happens even if I pla...
Bot not play the stream url 4 messages
rapid chasm ERROR : ```json C:\Users\404\Documents\iBot\node_modules\@discordjs\voice\dist\index.js:951 resource.audioPlayer = ...
I'm tried to check audioPlayer status but got error please help 10 messages
topaz mural hello I got an error about audioPlayer when i tried to log my player status how do i fix it?
getting errors after updating to 0.11.0 2 messages
surreal cedar I got a few errors after updating to 0.11.0. Error 1: `Type '"stateChange"' does not satisfy the constraint 'VoiceConne...
bot not joining voice channels 8 messages
valid tide [2022-07-28 22:07:35:647] [error] Unhandled exception : "Cannot read properties of undefined (reading 'joinVoiceChannel'...
Bot never connects to voice, stuck in signalling 5 messages
royal gazelle I'm probably missing something very basic here because the bot isn't joining the voice channel (nevermind playing audio)...
Expected the value to be an object, but received string instead 5 messages
final imp Code: ```js var footer = "Please say 'done' when you are done verifying!" const embed = new EmbedBuilder() .se...
I get a very big error while doing npm install discordjs opus 6 messages
spare sand So i tried to do npm install @discordjs/opus and i got this big error https://pastebin.com/Rm8TrGhZ i hope someone can h...
httpscdn.discordapp.comattachments8744311165331784591001975658534162492unknown.png 4 messages
civic wing i switch it to false but still leaving
VoiceConnection problems 19 messages
small elbow It always goes to `signalling` after ~50s
Somehow getVoiceConnection(guildId) returns undefined 8 messages
crimson terrace Well, as the title already says, Somehow `getVoiceConnection(guildId)` returns undefined. I'm following this tutorial: ...
how do i move user to a different voice channel? 3 messages
last whale thats it. just wanna move user to a specific voice channel by id.
multiple clients voice 12 messages
ebon crow if i have 2 clients in same app and same server and say bot 1 to join and bot 2 to join, only first bot joins
Audio format from AudioReceiver? 10 messages
spiral lichen What is the audio format given by the AudioReceiver? I'm looking to convert it into wav, mpeg3, ogg, ulaw, or just keep ...