wee-slack: websocket connection error: cafile, capath and cadata cannot be all omitted

I got the following error when I try to load the slack plugin:

python: stdout/stderr: websocket connection error: cafile, capath and cadata cannot be all omitted
python: stdout/stderr: websocket connection error: cafile, capath and cadata cannot be all omitted

After this it just infinitely tries to reconnect to slack without success.

I think this might have been due to some upgrade of libraries but not sure. Any pointers in the right direction would be appreciated or of this is actually a bug in wee-slack.

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 17 (7 by maintainers)

Most upvoted comments

I’m not familiar with Python either, but this worked for me on Arch:

sudo pacman -S install python2 python2-virtualenv
virtualenv2 weechatpython2
cd weechatpython2
source bin/activate
pip install pync
pip install websocket-client
weechat