You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
The linking instructions look pretty inconsistent to me.
Option one says link <token>.
Option two uses link and then link <token>. However, the first link command triggers an error: ERROR: Please specify a token to link! You can get a token via OAuth from … followed by a link which is missing the client_id. Manually adding the client ID redirects back to my server, but then times out with a "gateway timeout".
Issuing help comes up with:
Type help <command> to get more help on them.
Issuing help link however shows:
Command link not found!
Issuing link -? shows:
ERROR: Link a slack app with link <appId> <clientId> <clientSecret> <signingSecret>`
Issuing that command with the correct information actually links. But then only gives an empty list of rooms:
The text was updated successfully, but these errors were encountered:
ctron
changed the title
Linking instructions inconsisten
Linking instructions inconsistent
Nov 13, 2021
I think this is a duplicate of #63
There are some instructions in that issue report and the notion that link does throw an error currently but it can be ignored.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The linking instructions look pretty inconsistent to me.
Option one says
link <token>
.Option two uses
link
and thenlink <token>
. However, the firstlink
command triggers an error:ERROR: Please specify a token to link! You can get a token via OAuth from …
followed by a link which is missing the client_id. Manually adding the client ID redirects back to my server, but then times out with a "gateway timeout".Issuing
help
comes up with:Issuing
help link
however shows:Issuing
link -?
shows:Issuing that command with the correct information actually links. But then only gives an empty list of rooms:
The text was updated successfully, but these errors were encountered: