help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs-slack


From: Samuel Banya
Subject: Re: emacs-slack
Date: Thu, 07 Oct 2021 12:38:39 +0000
User-agent: Cyrus-JMAP/3.5.0-alpha0-1331-g5ae342296a-fm-20211005.001-g5ae34229

Hey there,

Did you place the token in quotes within your Emacs config?

I ask because I got this working in my previous job, and remember this package 
being amazing. I wish they could make an MS Teams variant as this would have 
helped for my current job. Would recommend this as its pretty neat though you 
will have to somehow figure out how to get alerts, but there are a few packages 
like Sauron I believe that could do this.

Sincerely,

Sam

On Thu, Oct 7, 2021, at 2:35 AM, Emanuel Berg via Users list for the GNU Emacs 
text editor wrote:
> Did anyone got it to work?
> 
> https://github.com/yuya373/emacs-slack
> 
> I got a token and all and did
> 
>   (require 'slack)
> 
>   (defun slack-init ()
>     (slack-register-team
>      :name                  "uppsalamakerspace"
>      :token                  slack-token
>      :subscribed-channels '((general lokalen random)) ))
>   ;; (slack-init)
> 
> but then it says
> 
> [2021-10-07 04:27:37] [error] [...] An Error occur-ed while closing websocket 
> connection: (wrong-type-argument websocket nil)
> Failed to request slack-authorize: invalid_auth
> 
> Ideas?
> 
> TIA
> 
> -- 
> underground experts united
> https://dataswamp.org/~incal
> 
> 
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]