-
Notifications
You must be signed in to change notification settings - Fork 198
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
emojipacks fails after the most recent slack update #158
Comments
occur same error |
Same error |
In my opinion this module needs to be rewritten using puppeteer because Slack has added a modal you must click through. |
@camwhite On it... Slapped this together in a few hours. It's worked well for me so far. |
Lol they could only stop bulk uploads for less than a week! Good job @itslenny !!!! |
@camwhite no need for puppeteer, they actually added emoji uploads to the proper api (albeit undocumented), so all you need is a user token. No client crumb or cookie needed so no need to interact with the browser! |
@jackellenberger it seems emojipacks still doesn't work - i tried cloning straight from your fork too.
|
@michaelwm I can't reproduce, are you sure you're specifying the correct creds? I've moved most of my emoji-development time to emojme which does a few more things than emojipacks, but doesn't come with any packs of its own. |
Hi! |
I confirm that cloning the repo solves the issue. Would be great if the latest was published to |
Also getting this error with correct creds |
Hey @AshKetchumza, this is actually a different problem then what was happening before; Slack recently updated their pages to not use a long configuration string that was regex'd into, but as of yesterday they use a nice lil JSON. That file, /lib/slack.js, will need an update for the login to work again. |
+1 Still having this error in 2020 |
+1 same |
Anyone find a fix for this? |
@emeria: no I didn't find a fix. I ended up just using this |
Slack has update the web UI for the emojis page, and now emojipacks now fails with the following.
The text was updated successfully, but these errors were encountered: