Open mstrenz opened 5 years ago
@lambtron Could you review & merge this PR? This changes must be merged for working emojipacks well and safely.
related to #164
This errored for me when testing:
Uh oh! Error: Application Error: unable to find api token on login page
(node:49647) UnhandledPromiseRejectionWarning: Error: Application Error: unable to find api token on login page
I think that since this regex fix was written, slack has changed their login page/process significantly. when I dump the contents of res[0].body
at the error, there is no boot_data variable.
@lambtron tried fixing with pure regex