Seung-Bum Lee

Results 1 issues of Seung-Bum Lee

Hi, I have proxy server to use and try to send simple message. token = 'Blah-Blah; proxy_endpoint = 'http://proxyserverip:8080' slack = Slacker(token, http_proxy=proxy_endpoint, https_proxy=proxy_endpoint,) slack.chat.post_message('#somechannel', 'Hello!!') However, error message comes...