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

ERROR:root:RTM connection failed, reached max connects #113

Open
chadkouse opened this issue Feb 25, 2019 · 4 comments
Open

ERROR:root:RTM connection failed, reached max connects #113

chadkouse opened this issue Feb 25, 2019 · 4 comments

Comments

@chadkouse
Copy link

When I first open sclack it is fairly unresponsive (eventually my keypresses are registered, but there are long delays, sometimes 20+ seconds) and sometimes I see the error mentioned in the title. Also I've noticed that although I can send messages to a channel or DM and they go through, I don't see them and don't see any replies coming from the receiver unless i switch channels and come back. I'm on linux (debian) running from master f23bde4

@philskents
Copy link
Contributor

I too see this same error.

@Julioevm
Copy link

Julioevm commented Mar 1, 2019

Having the exact same issue, ubuntu 18.04

@philskents
Copy link
Contributor

I have found the problem and a workaround. The issue is with the current version of the websocket-client library and the slack API. Downgrading that library fixed the issue for me.

pip3 install websocket-client==0.47.0

I will submit a PR to address this in the requirements.txt

@MrGKanev
Copy link

MrGKanev commented Apr 8, 2019

@philskents strangely I still have the issue but I'm on websocket-client==0.47.0. (MacOS Mojave)

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

4 participants