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

Discord Timeouts Issue #43

Open
mdiller opened this issue Nov 13, 2021 · 0 comments
Open

Discord Timeouts Issue #43

mdiller opened this issue Nov 13, 2021 · 0 comments

Comments

@mdiller
Copy link
Owner

mdiller commented Nov 13, 2021

Getting issues every now and then with mangobyte hanging up and eventually timing out, sometimes resulting in just not replying to a command. This happens a lot on initial startup, and makes it so that we can't connect to all previously connected voice channels. I'm not sure exactly what's going on here but it isn't an easy fix.

This might be due to the "global rate limit" described here but I'm not certain.

Also note that adapting to the slash commands system (see item #40 ) could alleviate some of this, as it should result in less overall communication between the bot and discord as we wont be reading all messages.

Beyond completely solving this problem, we can also mitigate it by doing things like only very slowly connecting to voice channels on startup. This might be worth doing in the mean time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant