sclack icon indicating copy to clipboard operation
sclack copied to clipboard

ERROR:root:RTM connection failed, reached max connects

Open chadkouse opened this issue 6 years ago • 4 comments

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

chadkouse avatar Feb 25 '19 20:02 chadkouse

I too see this same error.

philskents avatar Feb 28 '19 22:02 philskents

Having the exact same issue, ubuntu 18.04

Julioevm avatar Mar 01 '19 11:03 Julioevm

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

philskents avatar Mar 01 '19 13:03 philskents

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

MrGKanev avatar Apr 08 '19 08:04 MrGKanev