Slack has update the web UI for the emojis page, and now emojipacks now fails with the following.
Starting import
Got tokens
Logged in
Uh oh! Error: Login error: could not get emoji upload crumb for https://yourteam.slack.com
(node:12714) UnhandledPromiseRejectionWarning: Error: Login error: could not get emoji upload crumb for https://yourteam.slack.com
at Slack.emoji (/Users/dc/Documents/src/emojipacks/lib/slack.js:162:34)
at Slack.emoji.next (<anonymous>)
at onFulfilled (/Users/dc/Documents/src/emojipacks/node_modules/co/index.js:65:19)
at process._tickCallback (internal/process/next_tick.js:178:7)
(node:12714) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:12714) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Slack has update the web UI for the emojis page, and now emojipacks now fails with the following.