Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Connection Continously Fails With New Version #809

Closed
anurag-saran opened this issue Apr 28, 2017 · 3 comments
Closed

Connection Continously Fails With New Version #809

anurag-saran opened this issue Apr 28, 2017 · 3 comments

Comments

@anurag-saran
Copy link

The connection continuously keeps failing. See error log Below:

anurags-MBP-2:keyforth_slack anuragsaran$ node server.js 
Initializing Botkit v0.5.3
info: ** No persistent storage method specified! Data may be lost when process shuts down.
info: ** Setting up custom handlers for processing Slack messages
info: ** API CALL: https://slack.com/api/rtm.start
notice: ** BOT ID: comradely ...attempting to connect to RTM!
notice: RTM websocket opened
notice: RTM close event: 1006 : 
error: Abnormal websocket close event, attempting to reconnect
notice: ** BOT ID: comradely ...reconnect attempt #1 of null being made after 1000ms
info: ** API CALL: https://slack.com/api/rtm.start
notice: ** BOT ID: comradely ...attempting to connect to RTM!
notice: RTM websocket opened
notice: RTM close event: 1006 : 
error: Abnormal websocket close event, attempting to reconnect
notice: ** BOT ID: comradely ...reconnect attempt #1 of null being made after 1000ms
info: ** API CALL: https://slack.com/api/rtm.start
notice: ** BOT ID: comradely ...attempting to connect to RTM!
notice: RTM websocket opened
notice: RTM close event: 1006 : 
error: Abnormal websocket close event, attempting to reconnect
notice: ** BOT ID: comradely ...reconnect attempt #1 of null being made after 1000ms
info: ** API CALL: https://slack.com/api/rtm.start
notice: ** BOT ID: comradely ...attempting to connect to RTM!
notice: RTM websocket opened
notice: RTM close event: 1006 : 

With Debug : true

notice: ** BOT ID: comradely ...attempting to connect to RTM!
notice: RTM websocket opened
debug: RECEIVED MESSAGE
debug: CUSTOM FIND CONVO undefined undefined
debug: DEFAULT SLACK MSG RECEIVED RESPONDER
debug: RECEIVED MESSAGE
debug: CUSTOM FIND CONVO undefined undefined
debug: DEFAULT SLACK MSG RECEIVED RESPONDER
debug: RECEIVED MESSAGE
debug: CUSTOM FIND CONVO U55SGQWF5 undefined
debug: DEFAULT SLACK MSG RECEIVED RESPONDER
notice: RTM close event: 1006 : 
error: Abnormal websocket close event, attempting to reconnect
notice: ** BOT ID: comradely ...reconnect attempt #1 of null being made after 1000ms
debug: rtm.start { no_unreads: true,
  simple_latest: true,
@anurag-saran
Copy link
Author

I am seeing this issue with "botkit": "^0.5.1" and "botkit": "^0.5.0" versions too.

@harveyr
Copy link

harveyr commented Apr 28, 2017

Same here. I dropped back to 0.5.2 and it fixed the issue.

@peterswimm
Copy link
Contributor

Duplicate of #806 Should have a fix for this this morning!

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

No branches or pull requests

3 participants