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

bot disconnects after 60 seconds #9265

Closed
Xlizer1 opened this issue Mar 22, 2023 · 1 comment
Closed

bot disconnects after 60 seconds #9265

Xlizer1 opened this issue Mar 22, 2023 · 1 comment

Comments

@Xlizer1
Copy link

Xlizer1 commented Mar 22, 2023

          I wasn't able to switch the region on the server so I made this as a temporary workaround:
this.connection.on('stateChange', (old_state, new_state) => {
            this.logger.logMessage('join', 'Connection state change from', old_state.status, 'to', new_state.status)
            if (old_state.status === VoiceConnectionStatus.Ready && new_state.status === VoiceConnectionStatus.Connecting) {
                connection.configureNetworking();
            }
        })

The little pause is shorter then on this solution.
Maybe this helps anyopne looking for a temporary solution.

Originally posted by @potatojuicemachine in #9185 (comment)

@kyranet
Copy link
Member

kyranet commented Mar 22, 2023

Please do not ignore issue templates, we'll close issues that don't fill them.

Also you have your answer there, the issue has been fixed and released a week ago.

#9185 (comment)

@kyranet kyranet closed this as not planned Won't fix, can't repro, duplicate, stale Mar 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants