-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error invalid_auth #60
Comments
Hmm I think you're right, this project is in trouble for the moment - It looks like the full-access user tokens that Slack has been embedding in its boot data have changed to a more scoped down permission allocation. Just pulling mine at the moment, (edit: apparently this is a "cookie token") I'm not 💯 concerned yet, the fact that you can upload emoji from the web means that there is an auth method out there to grab, we just need to find the new location. |
🙏 appreciate the effort. Can confirm the tokens I tried start with |
Not done with the implementation yet, but just to keep you updated, it looks like things work if you include the " Interestingly, it's not present in |
@jackellenberger I tried Using my |
I think I just failed at updating (was trying via npm, which understandably is still at 1.9.1). |
Any luck with 2.0? It should be available maybe with a bit of package.json wrangling |
OK auth successful once I figured out how to clone and run. For some reason (maybe personal to me) it wasn't working until I added the seemingly unneccessary |
I was able to run
|
I'm now attempting |
ooo interesting! I will do some troubleshooting. The favorites issue is definitely that I forgot to update the client boot code here to actually use the cookie. Hopefully the sync issue is as obvious. Thanks for your patience! |
I went to check my cookie and ...same result, with extra unhandled promise rejections |
You might need to update this bit to use a session cookie, if that works. |
Well |
Looks like it stalled out at some point overnight so I This still saved my life—well, my stupid life anyway 😁 Thank you for coming back and making it work! |
I'm glad it worked! I'll try to iron out those bugs when I can make some time, the Cheers! |
PS – I wound up using |
Hmm that's fascinating. I actually know nothing about cookie auth but I've got someone on the inside who can hopefully explain to me what's going on in a general non-IP totally-above-board sort of way. |
No matter what I try, I get
Error: Slack request failed with error invalid_auth
Full text:
The text was updated successfully, but these errors were encountered: