yannickglt / alfred-slack

The Slack workflow for Alfred app
GNU General Public License v2.0
329 stars 32 forks source link

Workflow error: "Missing client credentials" #68

Open untraceablez opened 3 years ago

untraceablez commented 3 years ago

Fresh install of the workflow, upon generating my unique code and adding the client secret at the end w/ colon, the workflow instantly notifies with "missing client credentials", as shown below:

Screen Shot 2021-06-15 at 11 04 38 AM

Using the latest version of Alfred, 4.3.4, on macOS Big Sur 11.4 w/ a 2019 Macbook Pro.

stefanschwartzjnr commented 3 years ago

same here Alfred 4.3.4, macOS Big Sur 11.4, MBP 2020 (intel version)

faridrb commented 3 years ago

I have the same problem. Alfred 4.3.4, macOS Big Sur 11.4, M1 MBP

edygar commented 2 years ago

It's because you probably didn't append the client secret (note the :):

slack --add-client UNIQUE_CODE:CLIENT_SECRET

AdeTheux commented 2 years ago

It's because you probably didn't append the client secret (note the :):

slack --add-client UNIQUE_CODE:CLIENT_SECRET

OP said:

and adding the client secret at the end w/ colon, the workflow instantly notifies with "missing client credentials", as shown below:

Same issue on my end.