-
Notifications
You must be signed in to change notification settings - Fork 407
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
Frequent disconnects in socket mode #2113
Comments
Hi, @stephenkalnoske-sans! Thank you for submitting this issue! 🙇 To be able to better understand the issue - how often does this occur? Are you noticing a maximum threshold of time that the connection lasts before you receive this error? |
Hi @hello-ashleyintech! I haven't been able to pinpoint exactly when this occurs. But it is daily. I'll start the service in the morning and by the end of the day it is disconnected with that error. |
Looks like the same issue as this one in the underlying socket mode package: slackapi/node-slack-sdk#1787 @stephenkalnoske-sans can you confirm the exact version of |
Yep! v1.3.5 |
Has this been happening more recently? I'm trying to identify where this issue was introduced, whether it is new or whether this behaviour has always existed. Do you see it if you lock socket-mode to v1.3.4? |
@filmaj I only installed bolt last week so didn't have any other releases but the most current one. I have the 4.0 release candidate running now and will watch it to see if I get any more disconnects. Previously it would happen every day so will know soon. Thanks for your help! |
Awesome, please feel free to at-mention me with any issues that crop up. Appreciate any feedback you provide on the release candidate! |
Hi @filmaj, definitely seems more stable now. I'll close this out. RC1 is running fine as well. Thanks again! |
Ok sounds good! I'd recommend you lock to rc1 (and not allow for floating versions via |
(Filling out the following with as much detail as you can provide will help us solve your issue sooner.)
@slack/bolt
3.18.0
const app = new App({
token: process.env.SLACK_BOT_TOKEN,
signingSecret: process.env.SLACK_SIGNING_SECRET,
socketMode: true,
appToken: process.env.SLACK_APP_TOKEN
});
Node.js runtime version
20.11.1
Steps to reproduce:
(Share the commands to run, source code, and project settings)
Expected result:
Server stays connected indefinitely
Actual result:
StateMachine.js:76
throw new Error('Unhandled event '' + event + '' in state '' + this.currentState + ''.');
^
Error: Unhandled event 'server explicit disconnect' in state 'connecting'.
at StateMachine.handleUnhandledEvent (.../node_modules/finity/lib/core/StateMachine.js:76:13)
at .../node_modules/finity/lib/core/HierarchicalStateMachine.js:79:33
The text was updated successfully, but these errors were encountered: