-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
24/7 in Voice Channel (Queue End) #8
Comments
How long was your queue? Just one or were there multiple tracks? If it was just one track, when creating queue try setting try setting |
i only have for example if I put the radio "NRJ RADIO" it leaves the voice 1 day or 2 days later because of any reason. probably a problem coming from the url of the radio which makes think that the queue is finished |
Add a new const queue = player.createQueue(interaction.guild, {
leaveOnEmpty: false,
leaveOnEnd: false,
leaveOnStop: false,
metadata: {
channel: interaction.channel
}
}); |
I have this error oddly after the bot is turned on after a day it turns off on its own with this error |
this is the full log |
How can I reproduce this error? |
How can I explain to you how to reproduce the error |
New error |
Can you explain step-by-step what you did that caused this error? Then, I'll be able to check it in my own system. That would help a lot |
exactly, I don't know. before i had no problem. |
by the way, is it possible to make the bot leave the channel when nobody is around and join the channel when someone is around? |
Since I cannot reproduce this error, I can only assume that it is caused by the stream URL not supported by Discord-player. Try to not use that stream and I think it should work properly |
you can use the |
Is it normal for the bot to consume too many resources? my hosts all told me |
Yes, music bots usually take more resources than normal bots. Streaming audio requires more resources than sending text messages |
Is it normal if it consumes more than that? |
when the bot is idle? No. When the bot is streaming audio? Yes |
Okay Thanks |
the bot leaves the channel when a radio stops for a few moments. how to make it not quit and just wait for the radio to fix?
The text was updated successfully, but these errors were encountered: