Skip to content
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

Deleting the voice channel the bot is in causes it to stop working. #6

Open
Martmists-GH opened this issue Jun 28, 2019 · 3 comments
Open
Labels
bug Something isn't working

Comments

@Martmists-GH
Copy link
Collaborator

No description provided.

@sr229
Copy link
Collaborator

sr229 commented Jun 29, 2019

This is more or less a regression. If the bot recieves that the channel does not exist, it should flush the queues that relates to the non-existent channel.

@sr229 sr229 added the bug Something isn't working label Jun 30, 2019
@sr229
Copy link
Collaborator

sr229 commented Jun 30, 2019

I think our solution is to heartbeat check the channel its active in for 5 minutes, if it doesn't exist anymore, flush queue and drop attempts to reconnect.

@Martmists-GH
Copy link
Collaborator Author

Disconnecting from a non-existent voice channel does not function correctly yet in d.py sadly, it should automatically switch to a different channel but the d.py bug is preventing it from doing so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants